Thanks @Rajneesh_Gautam_ The PHP array you shared looks the same as that I was already using.What do you mean by "that works for me"? Are you able to get the list of activities with that configuration?
Hello everyone!According to this documentation, Adobe Target can automatically forward the analytics payload to Adobe Analytics if the following identifiers are provided: supplementalDataId and trackingServer.Would you mind pointing me out where to find those identifiers?
Hi!According to this documentation, Adobe Target can automatically forward the analytics payload to Adobe Analytics if the following identifiers are provided: supplementalDataId and trackingServer.Would you mind pointing me out where to find those identifiers?
The request body is the same that I shared in my previous comment: https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/delivery-api-and-global-mbox/m-p/639414/highlight/true#M9937 And this is the response, as you can see "pageLoad" is empty:Array
(
[status] => 200
[reques...
Unless I'm wrong, that's the way to implement it using PHP. If my assumption is incorrect, would you mind showing me how to turn it into a single object?
Thanks, @Rajneesh_Gautam_ , but it did not work.This is what my PHP request looks like:Array
(
[headers] => Array
(
[Content-Type] => application/json
[cache-control] => no-cache
)
[json] => Array
(
[context] => Array
...
Hello!I need to implement the Delivery API using global mbox.It seems that is not possible since I am receiving this error message as a response:"status": 400,
"message": "Errors: field - [execute.mboxes] - global mbox is not allowed in mboxes.;"I found that another user fixed this by using "['execu...
Hello!I am trying to use Activity QA with server-side delivery following the steps mentioned in the documentation: https://experienceleague.adobe.com/docs/target/using/activities/activity-qa/use-qa-mode-with-server-side-delivery.htmlCan you please explain how to encrypt the token?Is the value of the...
Thanks again!One more question: why am I getting a "state" attribute with some kind of encrypted value as part of the response of the "mbox"? By checking this link, I don't see the "state" anywhere. I mean something like this:[prefetch] => Array
(
[mboxes] => Array
...