I am adding Campaign Measurement to my Android app. According the "General Campaign & Traffic Source Attribution" section at the link below, the app should get the referrer url when it is opened from a Campaign url. But, the Google Play url generated at bottom of the page only opens Google Play in the web browser, then I can jump to the Google Play app and open my app. But the Main Activity doesn't get any url or data in the intent.
https://developers.google.com/analytics/devguides/collection/android/v4/campaigns
I want to be able to detect when the app is opened form a Campaign URL.
Am I using it in a wrong way?