Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 1st edition of the Target Community Lens newsletter is out now! Click to the right to find all the latest updates

Data not getting populating in analytics when using A4T

Avatar

Level 1

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>"
}
]
}
}
 
 
Topics

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

Avatar

Community Advisor

Hi @apoorv_porwal  the sdid param value should match with Analytics and Target. Both image request should have similar sdid value.

Can you check this ?

Avatar

Level 1

@ambikaTewari_ATCI  Thanks for replying. I don't see any explicit call to target and analytics. I am using 

@adobe/target-nodejs-sdk in one of the middleware to fetch the redirect offers. When I removed the trackingServer from the request I am seeing the data flowing to analytics, but its always populating one experience only.

 

Not sure what is wrong with the request.