We are using Google Analytics for android, via the Google play services SDK.

In our reports, "Demographics and Interests reports" do not appear.

We have enabled the demographics reports in the admin. All documentation and S/O answers we found were about the .js tracking code.

有帮助吗?

解决方案

Did you update your code ?

From google:

// Get tracker.
Tracker t = ((AnalyticsSampleApp) getActivity().getApplication()).getTracker(
TrackerName.APP_TRACKER);

// Enable Display Features.
t.enableAdvertisingIdCollection(true); 

I don't know if this is what you're looking for, but hope it helps. From https://support.google.com/analytics/answer/2444872?hl=pt-BR&utm_id=ad

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top