-
Notifications
You must be signed in to change notification settings - Fork 500
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
Enable GA 'Remarketing and Advertising Reporting Features' ? #153
Comments
Any news on that ? |
Hello Dan ! |
Hi Dan!! I'm also very interested on this. Are you thinking on it? |
Right now I'm not at home (easter, you now...) and I have not my computer for testing, but I think that adding support for this function could be as easy as this: For Android:At android/UniversalAnalyticsPlugin.java: Add a new var for enable remarketing In the execute(), add an option to the "else if":
And after all functions, add the one called in the previous conditional:
At www/analytics.js: Before exporting the module, add the following code:
For iOSI have never done anything for iOS, so I have no idea of how it works 😢 |
+1 |
+1 on this feature request. FWIW, in my iOS project I just followed the instructions given here: This section states: To enable these features for iOS, collect the IDFA (Identifier for Advertisers). To enable IDFA collection, link the libAdIdAccess.a and AdSupport.framework libraries to your application and set the allowIDFACollection to YES on each tracker that will collect the IDFA. For example:
To implement this, I:
I'm not yet sure whether this will work. At the very least, it doesn't seem to cause any harm. If it seems to work, I'll submit a pull request. |
fixed |
wow thanks a lot , i was facing this issue |
@paramesh016 you welcome |
@paramesh016 please open a new issue with this bug |
@victorsosa : Sure instead of having this way (below) : because here i should enable "Remarketing and Advertising report features" so that i get demographics reporting data , since i am not able to see data collection .I am not able to enable it .Please provide if u have any solution on this and sorry if i am being unproffesional |
Hello @victorsosa I'm also tryinig to implement remarketing in my app, which I'm compiling trough phonegap and it doesn´t seem to be logging remarketing information. I'm not planning to display adds in my app, just be able to display google ads to those who downloaded it in the last 30 days. |
I've used this plugin on several phonegap build apps and have always been delighted with how simple it is to install and use - many thanks. Now I have a client that wants to enable the google analytics 'remarketing and advertising features'. Is there any way of doing that with this plugin?
regards
Kevin
The text was updated successfully, but these errors were encountered: