Expand my Community achievements bar.

SOLVED

Adobe Analytics Server Side Forwarding to Audience Manager require iOS 14 tracking opt-in?

Avatar

Level 2

This is an indirect AAM question. We have Adobe Analytics and we server side forward non-pii data to Audience Manager with an anonymous ID, and send that to destinations such as DSP's to activate segments. 

 

With iOS 14 using the IDFA will require an opt-in through a default iOS pop-up, much like allowing push notifications.https://developer.apple.com/app-store/user-privacy-and-data-use/

 

However it's not perfectly clear to me, if such an opt-in is required also for tracking in the way described above. Any opinions on this matter? 

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hello @MatiasBk ,

 

With iOS14 we do get privacy controls. Adobe Analytics and Audience Manager also provide you with the opt-in flag that you may use to control the data collection.

 

You can control whether Analytics, Target, and Audience Manager activity is allowed on a device by using the following settings:
  • privacyDefault in ADBMobile JSON Config .
    This setting controls the initial setting that persists until it is changed in code.
  • setPrivacyStatus method.
    After the privacy setting is changed by using this method, the change is permanent until it is changed again by using this method, or when you uninstall and install the app again.
    For more information about the methods, see Configuration Methods .

 

Setting the user's opt status

 

I hope this helps!

View solution in original post

3 Replies

Avatar

Correct answer by
Employee Advisor

Hello @MatiasBk ,

 

With iOS14 we do get privacy controls. Adobe Analytics and Audience Manager also provide you with the opt-in flag that you may use to control the data collection.

 

You can control whether Analytics, Target, and Audience Manager activity is allowed on a device by using the following settings:
  • privacyDefault in ADBMobile JSON Config .
    This setting controls the initial setting that persists until it is changed in code.
  • setPrivacyStatus method.
    After the privacy setting is changed by using this method, the change is permanent until it is changed again by using this method, or when you uninstall and install the app again.
    For more information about the methods, see Configuration Methods .

 

Setting the user's opt status

 

I hope this helps!

Avatar

Employee

Hi @MatiasBk ,

 

Our internal teams are also working closely with the Mobile SDK team to address the consent requirements.

 

We are planing to make these changes prior to the release of the new iOS (September 14th), but we don’t currently have a fixed date.

 

Please keep an eye on product notifications  and there will be some customer facing pages documenting these changes when it is due to be released.

 

Regards,

Shweta

Avatar

Level 3

Hi Shweta. Has this documentation been published yet? I am trying to understand the impact of below update on AAM. 

https://developer.apple.com/app-store/user-privacy-and-data-use/

 

Thanks,

Rich