Hi All,
I have redirect offers configured in target activity and using "target-nodejs-sdk" to fetch the offers. I am using "logging: "server_side"" to automatically send the target data to analytics. However the data is not reflecting in neither in target nor in analytics. Would anyone help in identifying the issue.This is the first time we have implemented @adobetarget-nodejs-sdk to fetch the redirect offer.
FYI- We are using websdk instead of AT.js
Here is the sample request.
{
"requestId": "d1cbc5af1ccd4b01828ce003885a6189",
"id": {
"tntId": "<tnt_id>",
"marketingCloudVisitorId": "<mcvid>"
},
"property": {
"token": "<token>"
},
"context": {
"channel": "web",
"address": {
"url": "url"
}
},
"experienceCloud": {
"audienceManager": {
"locationHint": 12,
"blob": "<blob>"
},
"analytics": {
"supplementalDataId": "2002A4517FC9CCFB-74C5746E9A1D6808",
"logging": "server_side",
"trackingServer": "<edge host>",
"trackingServerSecure": "<edge host>"
}
},
"execute": {
"mboxes": [
{
"index": 0,
"name": "<custom-mbox>"
}
]
}
}