내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Analytics API

Avatar

Level 1

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?

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee Advisor

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 답변 개

Avatar

Employee

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.

Avatar

Level 1

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?

Avatar

정확한 답변 작성자:
Employee Advisor

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.