Hi Team,
Trying to iimplement Prefetch and Notification features.
Any guidance is approeciated. How can I see weather Notifications reaching back to Target. How can I validate or verify it.
Thank YOu,
Solved! Go to Solution.
prefectresponse{ { mbox:myboxname, parameters{ at_property:fffffff, }, prifilescripttoken:dddd, eventtoken:ddd }
That's good you now have all of the property from Target response
- Next part is rendering (render you content to appropriate location)
When rending is done send the impression call to Analytics(Let target know the content is rendered)
Hi
I believe you have completed the feedback loop setup for A4T (passing tnta values through analytics)
If not sure please see the diagram in in this article
https://shafi.com.au/how-to/adobe-target/adobe-target-api-server-side-implementation/
Now for prefetch you have an extra parameters "eventTokens"
"prefetchResponses":[ { "mbox":"homePageHero2", "content": "some content", "eventTokens": [...], "clientSideAnalyticsLoggingPayload": { "pe": "tnt", "tnta": "86494:0:0|0,86494:0:0|2,86494:0:0|1" } } ]
You have to pass this eventTokens via analytics call (same way how you handle tnta into analytics payload)
https://developers.adobetarget.com/api/legacy-api/index.html#a4t-for-batch-delivery-api
UsingV2 batchmbox call
Passing
clind ,tntid and prefetch parameters to the call.
I am getting response
prefectresponse{
{
mbox:myboxname,
parameters{
at_property:fffffff,
},
prifilescripttoken:dddd,
eventtoken:ddd
}
Thats all I am getting back.
Please help me how to set up feedback loop setup for A4T in this call.
Thank you in Advance.
prefectresponse{ { mbox:myboxname, parameters{ at_property:fffffff, }, prifilescripttoken:dddd, eventtoken:ddd }
That's good you now have all of the property from Target response
- Next part is rendering (render you content to appropriate location)
When rending is done send the impression call to Analytics(Let target know the content is rendered)
Executed that and add notification id for notifications.
Now where to check and how can I confirm it is working as expected?
Thank You
THank You
Could you please guide how to access Notification mbox parameters. I guess that resolves my problem.
Views
Replies
Total Likes
Views
Like
Replies
Views
Likes
Replies
Views
Likes
Replies