Copy MID to an evar or a prop in AEP mobile SDK

Follow the steps below to copy MID (Experience Cloud ID) to an eVar (conversion variable) or a prop for AEP (Adobe Experience Platform) mobile SDK (Software Development Kit).

Description description

Environment

  • Analytics
  • Customer Journey Analytics

Issue/Symptoms

Steps to copy MID (Experience Cloud ID) to an eVar (conversion variable) or a prop for AEP (Adobe Experience Platform) mobile SDK (Software Development Kit).

Resolution resolution

  1. Configure the Data Element in Adobe Launch to retrieve the MID value.

    • Configuration:

      • Name: ECID
      • Extension: Mobile Core
      • Data Element Type: Experience Cloud ID
  2. Create a Launch rule to send the MID in the form of context data.

    • Configuration:

      • Events: Extension: Mobile Core, Event Type: Track State OR
      • Extension: Mobile Core, Event Type: Track Action
      • Actions: Extension: Mobile Core, Action Type: Attach Data
      • JSON Payload (see below)
  3. Create a Processing Rule in Analytics to copy the value of MID to an eVar or a prop.

{
 “contextdata”: {
“customerData.MyECID”: “{%%ECID%%}”
}
}
recommendation-more-help
3d58f420-19b5-47a0-a122-5c9dab55ec7f