Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

capture referrer in analytics from mobile app

Avatar

Level 5

Hi Team

with the new experience platform SDK for mobile, do we still need the adobe mobile services to capture the referrer variable. is there any new documentation about how to capture it ?

Thank you.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

iOS - No setup required. Acquisition context is automatically collected and tracked by the SDK for iOS.

Android - Yes, When the user downloads and runs an app as the result of a Google Play store acquisition, the data from the referrer is collected and sent to Adobe Mobile Services. The following set up collects Acquisition link context from links that were created in Mobile Services and collects referrer data from the Google Play store.

  1. Implement the BroadcastReceiver for the referrer.
  2. Update AndroidManifest.xml to enable the above created BroadcastReceiver

Useful Link:

Adobe Analytics - Mobile Services - Adobe Experience Platform Mobile SDKs

Thanks,

Asheesh

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

iOS - No setup required. Acquisition context is automatically collected and tracked by the SDK for iOS.

Android - Yes, When the user downloads and runs an app as the result of a Google Play store acquisition, the data from the referrer is collected and sent to Adobe Mobile Services. The following set up collects Acquisition link context from links that were created in Mobile Services and collects referrer data from the Google Play store.

  1. Implement the BroadcastReceiver for the referrer.
  2. Update AndroidManifest.xml to enable the above created BroadcastReceiver

Useful Link:

Adobe Analytics - Mobile Services - Adobe Experience Platform Mobile SDKs

Thanks,

Asheesh

Avatar

Level 5

Thank you I will verify the set up and let you know in case of any issues.