Analytics API | Community
Skip to main content
christiaanb3127
New Participant
October 26, 2017
Solved

Analytics API

  • October 26, 2017
  • 3 replies
  • 3194 views

My client is going through a 3rd party data platform to post  data to Adobe. The integration person at the 3rd party has said if two values are mapped to send to the same variable they do not do any validation and simply send things on to Adobe.

How does the Adobe API handle an incoming transaction where one or more pieces of data are mapped to a single eVar or prop?

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 Gigazelle

Just like if an eVar was defined twice in an image request, it's going to only take one of the values. I don't know which one it takes, but it probably shouldn't matter since your data quality will be pretty tainted either way.

I would advise concatenating the same eVars into the same value with a delimiter, so you can classify those values later on. You can also consider using a List Var, which can accept multiple values. However, they cannot be in two separate variable definitions in the same image request.

Either way, you're going to want to concatenate them before they're send to Adobe data collection servers.

3 replies

Gigazelle
GigazelleAccepted solution
Employee
October 27, 2017

Just like if an eVar was defined twice in an image request, it's going to only take one of the values. I don't know which one it takes, but it probably shouldn't matter since your data quality will be pretty tainted either way.

I would advise concatenating the same eVars into the same value with a delimiter, so you can classify those values later on. You can also consider using a List Var, which can accept multiple values. However, they cannot be in two separate variable definitions in the same image request.

Either way, you're going to want to concatenate them before they're send to Adobe data collection servers.

christiaanb3127
New Participant
October 27, 2017

Kaushalendra​ the 3rd party has as an integration out of the box with adobe analytics where all you have to do is map the values. I believe it is the data insertion API as they dont' have access to the adobe.

Will the API not accept transactions where say eVar 1 is listed twice with two different values?

Kaushalendra
Employee
October 27, 2017

Hi christiaanb312765​,

Can you please confirm what is the integration used at your end? Is it through any of the Data Connectors or using Data Insertion API?

Also, elaborate on multiple values for a variable. I ask this because for a variable in Adobe there can only be one value set at a time.