how to set evar with launch mobile services | Community
Skip to main content
August 27, 2019
Solved

how to set evar with launch mobile services

  • August 27, 2019
  • 1 reply
  • 3509 views

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.

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 Jennifer_Andrews

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 reply

Jennifer_Andrews
Adobe Employee
Jennifer_AndrewsAdobe EmployeeAccepted solution
Adobe Employee
August 27, 2019

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