distriqt / ANE-Adverts-Mediation

Mediation adapters for the Adverts ANE
https://airnativeextensions.com/extension/com.distriqt.Adverts
12 stars 0 forks source link

FAN. setAdvertiserTrackingEnabled method #28

Closed Dima107 closed 3 years ago

Dima107 commented 3 years ago

I found it in as3docs. But I didn't find usage of it in example and implementation guide. Is this method required for correct implementation?

marchbold commented 3 years ago

This is for usage in the case where you wish to disable automatic tracking and request authorisation from your users before enabling it.

https://developers.facebook.com/docs/audience-network/guides/advertising-tracking-enabled/

ventr1x commented 3 years ago

Is the plugin calling this internally with true automatically? It has to be manually called before init according to Facebook.

marchbold commented 3 years ago

The extension does not call this automatically.