Hi @shawnharv,
Try and wrap the payload into one object, and pass that object into the Entity field in the REST Post snap.
Something like this:
[
{
“payload”: {
“kind”: “doubleclicksearch#conversionList”,
“conversion”: [
{
“clickId”: “XXXXXXXXXXXXXXXXXXMYaAunkEALw_wcB”,
“conversionId”: “XXXXXXXXXXXzhXE5AAM”,
“conversionTimestamp”: “1623361621000”,
“segmentationType”: “FLOODLIGHT”,
“segmentationName”: “SFDC_Wins”,
“type”: “ACTION”
},
{
“clickId”: “XXXXXXXXXXXXd69532af3081b22f4”,
“conversionId”: “XXXXXXXXXXXXXzhW2pAAE”,
“conversionTimestamp”: “1623352858000”,
“segmentationType”: “FLOODLIGHT”,
“segmentationName”: “SFDC_Wins”,
“type”: “ACTION”
}
]
}
}
]
![]()
Don’t forget the Content-Type Header:
![]()