


Hi,
When a post event is hit in ACS through adobe IO in post man the parameters of my request are not recognized.
The response is like: 'audience' property is not valid for the 'EVTTIMESensitiveCampaign' resource.XTK-170006 Unable to parse expression 'nmsRtEvent_DispatchEvent($(.), @eventHistoId, @serverUrl)'
Url hit :https://mc.adobe.io/<ORGANIZATION ID>/campaign/<apiname>/<eventid>
Request body:{"email": "test@gmail.com","ctx": {"message": "1039","audience": "string127"}}
Views
Replies
Sign in to like this content
Total Likes
Hi,
it seems your event contract definition doesn't include the audience field property.
check if your event is published in your environment.
After publishing go to API preview tab and ensure that you are using the exact definition from there while invoking the API call?
Check if you are using any incorrect personalisation in your HTML template.
Regards,
Amit
Hi,
it seems your event contract definition doesn't include the audience field property.
check if your event is published in your environment.
After publishing go to API preview tab and ensure that you are using the exact definition from there while invoking the API call?
Check if you are using any incorrect personalisation in your HTML template.
Regards,
Amit