Tealium / tealium-android-adjust-remote-command

Other
0 stars 1 forks source link

Support DMA Settings for Google #10

Open fealXX opened 8 months ago

fealXX commented 8 months ago

Hi!

To use the Google Ads Integration of Adjust in the EEA it will be mandatory to pass granular options to the thirdpartysharing Function in the future, because of the Digital Markets Act. https://help.adjust.com/en/article/privacy-features-android-sdk#provide-consent-data-to-google-digital-markets-act-compliance

Currently the remote command module only supports boolean value, so adding support for addGranularOption would be highly appreciated :)

All the best,

Felix

jameskeith commented 8 months ago

@fealXX - thanks for flagging this with us. I'll get a card raised internally to look at getting this added to both Android and iOS platforms.

fealXX commented 8 months ago

Hi @jameskeith - did you hear back on if and when this might get implemented? Since this will need an app release cycle, I am starting to worry if it will be possible to have this change rolled out in time.

Edit: Adjust has announced that the target date for the beginning of Google requiring this change is the 6th of March, which further increases the urgency for us.

jameskeith commented 8 months ago

@fealXX - apologies for the delay, I've just published this for the Android platform. So you should be able to update to 1.3.0 for support for this.

If you use the TagManagement Dispatcher to power your Remote Commands, then you'll need to map your sharing options directly to the appropriate key - third_party_sharing_options - as it won't yet appear in the Tag mappings dialogue. Similarly, for JSON powered Remote Commands, you'll also have to add the relevant mapping, and supply the appropriate provider options.

The same feature is also ready for release on iOS, so I'll notify you on the other repository once it's been published.

Let me know if you have any questions.