Customer Attributes - Debugging the Data | Community
Skip to main content
Level 2
May 13, 2020
Solved

Customer Attributes - Debugging the Data

  • May 13, 2020
  • 1 reply
  • 6149 views

Apologies if this has been raised before - happy to be redirected to an answer.

 

We are in the process of implementing Target. Part of the implementation is to add our offline (CRM) data to the product. We have successfully loaded our data to Customer Attributes and allocated an alias which is then mirrored into the SetCustomerID rule within our Launch environment.

 

Whilst this has now been in in place for 7 days (so latency isnt an issue) we do not see any data being passed to our Analytics and when we have set up a Target Audience for specific identifiable users the users are not seeing the experience.

 

Question 1 - Is there a debugger I can use to login to our site and see the Customer Attributes loaded? I can see the SetCustomerID output (below) but not the data being loaded 

personid.:

id:######### (Our known customer id used in the load)

as:1
 
Question2 - Does anyone have an idea why the data would not be being passed to Target and Analytics? 
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 Tanvi_Agarwal_

Hello @fghphilj !

 

You can actually a check the data on target servers through an API > http://developers.adobetarget.com/api/#fetching-a-profile (using third-party ID)

   Check for the customer ID, you are validating the data for.

 

If there are no crs parameters fetched through this API, target has not received the crs data. In such case, I would suggest

1. Ensure that the customer attribute data source is Active

2. Ensure that the attributes are subscribed to Target and Analytics

3. Check if the customer ID data is available through "Lookup ID" in Customer attributes

    If not, verify the csv file format to ensure there are no unwanted spaces and re-upload the data

     If yes, I will still suggest to try re-uploading the data

 

Please note , it may take upto 24hrs for the data to reach Target /Analytics.

 

Once the data is available on Target server : ensure that customer Id and authentication state is correctly passed in Target calls

 

Hope that helps!

1 reply

Tanvi_Agarwal_
Adobe Employee
Tanvi_Agarwal_Adobe EmployeeAccepted solution
Adobe Employee
May 20, 2020

Hello @fghphilj !

 

You can actually a check the data on target servers through an API > http://developers.adobetarget.com/api/#fetching-a-profile (using third-party ID)

   Check for the customer ID, you are validating the data for.

 

If there are no crs parameters fetched through this API, target has not received the crs data. In such case, I would suggest

1. Ensure that the customer attribute data source is Active

2. Ensure that the attributes are subscribed to Target and Analytics

3. Check if the customer ID data is available through "Lookup ID" in Customer attributes

    If not, verify the csv file format to ensure there are no unwanted spaces and re-upload the data

     If yes, I will still suggest to try re-uploading the data

 

Please note , it may take upto 24hrs for the data to reach Target /Analytics.

 

Once the data is available on Target server : ensure that customer Id and authentication state is correctly passed in Target calls

 

Hope that helps!

FGHPhilJAuthor
Level 2
May 20, 2020
Thanks for this, we managed to identify that our CRM id was being uploaded with a trailing space which caused our issues and then we manged to use the API to understand the data.