Hi,
I am building a small POC to try out some ways to capture data using at.js (version 2.3.0) directly on the page instead of Launch. I attached some profile specific attributes when sending the pageload request, they get stored within the profile in Target, but I am unable to use these parameters when I try to build an Audience in Target using the 'Visitor Profile' selector.
The request
The response with tracing
What step am I missing?
Thanks, Thomas
Solved! Go to Solution.
Views
Replies
Total Likes
The solution:
There was something going wrong on the edge server that I was routed too. The sync between the Edge and the Target DB was not happening which resulted in the properties not showing up in the audience builder.
--> I needed help from an Adobe Engineer to figure this one out.
Views
Replies
Total Likes
It might just take some time for it to show up. You could also set up an API call to get the list.
http://developers.adobetarget.com/api/#list-profile-parameters
Views
Replies
Total Likes
Views
Replies
Total Likes
Hello @thomashendrickx
If you are creating any profile attribute through "Profile Scripts" Then it will be available in "Visitor profile" while creating the audience.
Profile scripts > https://docs.adobe.com/content/help/en/target/using/audiences/visitor-profiles/profile-parameters.ht...
However I believe the customer_ID is not being passed through 'profile scripts'. Please correct me if there is any difference in understanding.
Views
Replies
Total Likes
Views
Replies
Total Likes
The statement says "When a site visitor logs in mid-session and gets a 3rdpartyId , all previously-loaded profile attributes tied to the 3rdPartyId are immediately available"
This is mentioned for content delivery and not for creating the audience.
However if you are passing mbox3rdpartyID as an mbox parameter, you can create an audience based on mbox parameters. Hope that helps!
Views
Replies
Total Likes
Greetings !
You can trying passing the profile parameter as 'profile.customer_id' instead of just 'customer_id'.
Then you should be able to see the parameter while building Audience in Target using the 'Visitor Profile' selector.
Note : Make sure you fire multiple Target calls containing the parameter so that it can be received by Target server and thus be able to recognize the parameter when creating audience.
Also after firing the target call, check in a fresh session i.e. in an incognito window so that latest changes can be seen in target UI.
Views
Replies
Total Likes
@thomashendrickx Can you please ensure that you are meeting the below specifications for the profile parameters:
Views
Replies
Total Likes
Views
Replies
Total Likes
The solution:
There was something going wrong on the edge server that I was routed too. The sync between the Edge and the Target DB was not happening which resulted in the properties not showing up in the audience builder.
--> I needed help from an Adobe Engineer to figure this one out.
Views
Replies
Total Likes