Data not getting populating in analytics when using A4T | Community
Skip to main content
New Participant
January 27, 2023
Solved

Data not getting populating in analytics when using A4T

  • January 27, 2023
  • 1 reply
  • 945 views

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>"
}
]
}
}
 
 
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ambikaTewari_ATCI

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 ?

1 reply

ambikaTewari_ATCI
ambikaTewari_ATCIAccepted solution
New Participant
January 30, 2023

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 ?

New Participant
January 30, 2023

@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.