Analytics API | Adobe Higher Education
Skip to main content
christiaanb3127
October 26, 2017
해결됨

Analytics API

  • October 26, 2017
  • 3 답변들
  • 3220 조회

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?

이 주제는 답변이 닫혔습니다.
최고의 답변: 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 답변

Kaushalendra
Adobe Employee
Adobe 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.

christiaanb3127
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?

Gigazelle
Adobe Employee
GigazelleAdobe Employee답변
Adobe 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.