Demographics and Interest Reports for Google Analytics

I saw the following message in my Google Analytics dashboard.

“Your Demographics and Interest Reports have been enabled, but your Analytics tracking code does not include the necessary support to show them. Learn more about the simple, one-line, one-time change to your tracking code to add this support.”

Can we add this feature in?

Can you post the URL for the “Learn more” link?

Thanks

Rob

Here you go.

https://support.google.com/analytics/answer/2444872

For Android

To enable these features for Android, modify your Analytics tracking code to collect the advertising id. Call the enableAdvertisingIdCollection method on the tracker for which you want to enable these features. For example:

// Get tracker. Tracker t = ((AnalyticsSampleApp) getActivity().getApplication()).getTracker( TrackerName.APP\_TRACKER); // Enable Display Features. t.enableAdvertisingIdCollection(true);

For iOS

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.

// Assumes a tracker has already been initialized with a property ID, otherwise // getDefaultTracker returns nil. id tracker = [[GAI sharedInstance] defaultTracker]; // Enable IDFA collection. tracker.allowIDFACollection = YES;

I’m inquiring about this. Normally I would request you fill out a feature request for this and getting it voted up, but there is a bug report around issues with the IDFA collection. Perhaps it’s related. Lets see what Engineering has to say about this.

Rob

Thanks, Rob! 

Any updates from the Engineering team?

I am curious about the Engineering Team’s verdict. 

Without correcting this bug, we can not analyse the Traffic Source Attribution of our AD Campaigns. 

Is there any update on this?

Can someone file a feature request please?

https://feedback.coronalabs.com

Thanks

Rob

Did Engineering have anything to say?

Shouldn’t we wait to hear from Engineering first?

I didn’t get a response back. Perhaps I emailed the wrong person, or it got lost along the way. This is one reason we don’t like bug reports and feature requests in forum posts, they are too easy to misplaced.

Anyway, lets get it in the system and get it voted up. Given the people commenting on this, it should get a good number of votes.

https://feedback.coronalabs.com

Once I have a trackable URL, I’ll bring it back up and see if I can get some movement.

https://feedback.coronalabs.com/forums/188732-corona-sdk-feature-requests-feedback/suggestions/15161490-google-analytics-demographics-and-interest-report

BTW, I’m not sure if I should post to “feedback” or “bug report”, as you said it may related to the IFDA problem.

Let’s start with the feature request. If necessary we can take it to a bug.

Rob

Sorry, is there any update on the issue?

Still investigating.

Just want to follow up if there is any update on this

I think we will need to get a bug report on this.

Can someone file one please?

Thanks

Rob