android - Google analytics Measurement Protocol mobile allowIDFACollection and enableAdvertisingIdCollection -


i creating unity application , use google analytics without using ios, android or unity sdk, instead use requests using google analytics measurement protocol.

https://developers.google.com/analytics/devguides/collection/protocol/v1/ https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters#cid

what want equivalent following, cannot find how using measurement protocol.

tracker.allowidfacollection = yes; 

or

t.enableadvertisingidcollection(true); 

this link contains how in android/ios, not using measurement protocol.

https://support.google.com/analytics/answer/2444872?hl=en&utm_id=ad#app

thanks advance.

i don't believe that's supported in measurement protocol it's outside of scope of measurement protocol does. data gets sent using different mechanism , joined on end @ processing time.


Comments