-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not Able To Retrieve The Refferal Id After Passing It In The Play Store URL #39
Comments
Did you solve this? |
So this module is useless? Doesnt work at all? |
Hello guys, Sorry for a bit of radio silence in this repo. I am not really sure whether your test URL is properly formatted - at least I have never used it in that version. If
Looking forward to hear if that worked for you. |
I get the referrer value successfully from Open Testing using referrer=.... . I'll also try it on live release soon. The important thing would be to get if the user came from Google Ads, i'll check that also. |
I am unfortunately unable to run the tests with Google Ads on my end (nor am I really familiar with how that entire setup looks like), so I don't know how do the redirect URLs look like if one gets redirected to Play Store via Google Ads. Is this something that you can test (Google Ads redirects) while testing with debug build of your app as well? |
I'll just release the new app with your module for all users of my "smaller" app and will see if it detect users coming from Google Ads. So that will be a live test, we will se if it works. There should be a "gclid" paramater in referrer if im right, or antyhing that differentiates these users from the others, i'll see if Ads provides anything unique in referrer. |
Sounds good and looking forward to hear about the results of the live test. 🤞 But in general, library itself is just a wrapper on to of native Android API for obtaining the referrer data. In case install referrer is not read properly, there can be two issues:
Good luck and looking forward to hearing back from you. |
I can confirm it works on the released app! When a user comes from Google Ads it receives glcId and additional parameters like this: "installReferrer":"gclid=Cj0KCQjw6o......_wcB&gbraid=0........Out&gad_source=3" I'll look into if I can identify the specific ad by the paramaters. The main thing is the module is good for indentifying users aquired through Google Ads. In my case its an app campaign so there is no webpage or utm parameters involved, it directs users to the Play Store, no additional setup was made just selected the app as target. The app has Firebase integrated for conversion metrics, Im not sure if these parameters are also received in case there is no Firebase integration. |
Great news. Thanks for letting us know, glad it worked for you.
It should be unrelated, meaning - those parameters should be there regardless of whether Firebase is integrated in the app or not. Content of the @subhamPoulimaInfotech @shiftbrent Is there any progress on this topic on your end or are you still facing this issue? |
How did you get the refferrer id value with test environment, what's your test environment like how did you checked it? My application is not on playstore yet, I want to verify this refferal module works or not. how can I test in dev mode? |
Open Testing is just like a released app, its not a test enviromnent, once you join open testing as a Play user, the Test version will be available for you on Play. So it is a live released app, reviewed by Play, available only for a limited group of users, but actually it works just like a fully released version, hidden from the majority of users. |
Issue: Unable to Retrieve Referral ID from Play Store URL
I am currently facing an issue with retrieving the referral ID once a user clicks and downloads the app from a specific Play Store link. I am using the
react-native-play-install-referrer
library to pass the referral ID via the Play Store URL.Sample URL:
Observed Behavior:
After downloading the app from the Play Store using the above URL, the response I received was:
The
referralId
is not present in the response.Expected Behavior:
The response should include the
referralId
.Code:
Request for Assistance:
Could you please help me understand how to correctly retrieve the
referralId
? If there are any adjustments or specific configurations needed on the Play Console or within the code, please let me know.The text was updated successfully, but these errors were encountered: