Reputation: 11072
Is it possible to to enable AdvertisingId/IDFA collection through GTM to get Demographic reporting in GA (Mobile App Analytics)?
If not, and GA SDK must be used, will events have to be sent via the Tracker to get demographic reporting, or can GTM still be used for events?
Upvotes: 3
Views: 743
Reputation: 126
Actually, in the newest version of the Google Tag Manager, you only need to activate the Enable Advertising ID Features in the Universal Analytics tag itself:
Includes App Install Conversions, Demographics and Interest Reports and Remarketing with Google Analytics Integration. Learn about App Install Conversions, Demographics and Remarketing and their impact on your privacy policy.
Upvotes: 1
Reputation: 11072
I hate answering my own question, but I am going to have to answer with 'no'. The current Measurement Protocol does not expose any parameters for Demographic reporting. At this time, you need the GA SDK to get Demographic reports in iOS and Android.
Upvotes: 0
Reputation: 1207
For iOS, its possible as long as you include the libAdIdAccess.a library and set the allowIDFACollection to true in the GTM GA tracker
Upvotes: 0