Hi All,
Can anyone help me to mbox3rdpartyid to target_global_mbox call . I will get the mbox3rdpartyid value once the page is loaded by the time AT.js will trigger the target_global_mbox call. Is there any way we can update the mbox3rdpartyid for further mbox call in same session.
I tried the below API for that.But i am not seeing this working.
https://client.tt.omtrdc.net/m2/client/profile/update?mbox3rdPartyId=xxxxxx
Thanks,
Hariharan S
Solved! Go to Solution.
Hi @HariharanSubra1,
you can use targetpageparams to pass parameters like mbox3rdPartyId.
https://docs.adobe.com/content/help/en/target/using/implement-target/client-side/functions-overview/...
You can also pass the parameter mbox3rdPartyId after the target-global-mbox call via e.g. adobe.target.getOffer.
It is also possible to wait for a service and then pass an mbox3rdPartyId to target. For this purpose there are data providers.
If you use the Delivery API you should also replace client accordingly.
https://{{tenant}}.tt.omtrdc.net/m2/{{tenant}}/profile/update?mbox3rdPartyId=1234
Hi @HariharanSubra1,
you can use targetpageparams to pass parameters like mbox3rdPartyId.
https://docs.adobe.com/content/help/en/target/using/implement-target/client-side/functions-overview/...
You can also pass the parameter mbox3rdPartyId after the target-global-mbox call via e.g. adobe.target.getOffer.
It is also possible to wait for a service and then pass an mbox3rdPartyId to target. For this purpose there are data providers.
If you use the Delivery API you should also replace client accordingly.
https://{{tenant}}.tt.omtrdc.net/m2/{{tenant}}/profile/update?mbox3rdPartyId=1234
Views
Replies
Total Likes
Views
Like
Replies
Views
Likes
Replies
Views
Likes
Replies