-
Notifications
You must be signed in to change notification settings - Fork 44
getReferrer getCampaignData function returns null #35
Comments
it is possible that it's not working properly yet (as it is still in development/testing and all) altought it's strange because i've been using it quite regurarly and it seemed to be working, on Android at least. for the campaign it's more about the app descriptor file (check the demo one under the build folder) and how you launch the app. I'll put down a task to detail how to build the demo but it be quite straightforward ... PS: please use pastebin or something like that if you need to past code, logs or that sort of stuff |
May be it has something to do with the air version.
I realised, that you did not add the INSTALL_REFERRER. if i don't add the INSTALL_REFERRER, GATracker is not activated. |
Yes, the INSTALL_REFERRER is needed if you want to get the google store installs informations. Going back to your issue, now that you have the install referrer are you able to get the information? How are you testing it? |
I am testing it the way Google suggests. |
that is "correct". those methods are only useful when launching the app from a url containing campaign data, for which you need the intent filter with the url scheme. |
Thanks for this great extension. |
Hey! been long i caught back on this project. |
please check #51 for updates from now on |
While testing the Campaign Tracking branch, i realised that the getReferrer and getCampaignData returns null even though the log cat shows Google Analytics receiving the referral info via adb.
Any idea how i can get the same referral information in actionscript?
I could not get the ANE Google Analytics Demo to work - there were no build.xml to build the project and i was clueless on building it.
Let me know if you need specific information, my implementation was as follows:
The text was updated successfully, but these errors were encountered: