distriqt / ANE-AndroidSupport

Android Support Library Native Extension
https://airnativeextensions.com
22 stars 4 forks source link

Install Referrer not working #13

Closed shaymolho closed 2 years ago

shaymolho commented 2 years ago

Using the com.android.installreferrer.ane This is the URL i'm getting referrerUrl=utm_source=(not%20set)&utm_medium=(not%20set) It doesn't include any information for some reason any ideas?

marchbold commented 2 years ago

Those values are returned when the app is installed without a referrer parameter:

For a deep link into Google Play where the referrer parameter is not present or empty, the referrer value provided is:

utm_source=(not%20set)&utm_medium=(not%20set)

Are you using a link generate like the following:

https://developers.google.com/analytics/devguides/collection/android/v4/campaigns#google-play-url-builder

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 2 years ago

This issue was closed because it has been stalled for 5 days with no activity.