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

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

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

해결됨

how to set evar with launch mobile services

Avatar

Level 1

how to set evar with launch mobile or how will I map the conversion and traffic variables with my mobile as I had integrated with adobe launch.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee

Hi,

Using the methods trackState and trackAction you are able to send additional data.

See sample iOS-Swift sample, the documentation exists for Objective-C and Android as well

Add Adobe Analytics

It appears that you are familiar with "props and eVars" in Analytics, you will notice that these variable names are not in the SDK. All key/value data coming from the SDK will be sent as contextData variables , and as such will need to be mapped to props or eVars (or other variables) by using Processing Rules in the Analytics UI.

Regards,

Jen

원본 게시물의 솔루션 보기

1 답변 개

Avatar

정확한 답변 작성자:
Employee

Hi,

Using the methods trackState and trackAction you are able to send additional data.

See sample iOS-Swift sample, the documentation exists for Objective-C and Android as well

Add Adobe Analytics

It appears that you are familiar with "props and eVars" in Analytics, you will notice that these variable names are not in the SDK. All key/value data coming from the SDK will be sent as contextData variables , and as such will need to be mapped to props or eVars (or other variables) by using Processing Rules in the Analytics UI.

Regards,

Jen