Expand my Community achievements bar.

Applications for the 2024 Adobe Target Community Mentorship Program are open! Click to the right to learn more about participating as either an Aspirant, to professionally level up with a new Certification, or as a Mentor, to share your Adobe Target expertise and inspire through your leadership! Submit your application today.
SOLVED

Profile attributes not showing up in Audience builder in Target

Avatar

Level 2

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

Screenshot 2020-05-14 at 08.01.07.png

The response with tracing

Screenshot 2020-05-14 at 08.01.30.png

 

What step am I missing? 

 

Thanks, Thomas

1 Accepted Solution

Avatar

Correct answer by
Level 2

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. 

View solution in original post

9 Replies

Avatar

Community Advisor

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

Avatar

Level 2
Timing should not be an issue since more than a day passed by. I did the api calls to check what they said, just to be sure that the parameters were indeed saved to the Target Database, and they also show that the parameters are set correctly on the profile.

Avatar

Employee Advisor

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.

Avatar

Level 2
That's right. That parameter is not set through profile script but through a custom profile parameter within the mbox call. This should, according to the documentation, also appear within the Visitor Profile attributes within the Audience Builder (https://docs.adobe.com/content/help/en/target/using/audiences/create-audiences/categories-audiences/... point 4, the last sentences).

Avatar

Employee Advisor

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!

 

Avatar

Employee

@thomashendrickx  

 

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.

Avatar

Level 4

@thomashendrickx Can you please ensure that you are meeting the below specifications for the profile parameters:

Maximum count = 50
Name not blank
Name length <= 128
Value length <= 256
Name should not start with "profile."
 
 
Regards,
Karan

Avatar

Level 2
Hi Karen, Indeed the parameters validate these requirements. They get saved within the target database. It just seems that the Target UI does not want to fetch them.

Avatar

Correct answer by
Level 2

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.