Expand my Community achievements bar.

Adobe Analytics Champions applications are now OPEN! Applications are open through June 2nd. Click the link to learn more and apply.

Mobile SDK - create ECID locally (without request to demdex) within Identity Extension

Avatar

Level 2

Hi all, 

Within the visitor ID Service I have a way to receive the ECID locally in the client with disabling third party calls /cookies. (https://experienceleague.adobe.com/docs/id-service/using/id-service-api/configurations/disablethirdp...

We use this mostly for privacy reasons. 

In the app, when using the Identity extension, there is also a request happening. 

Is there a way to set a flag similar to the web, to tell the Identity Extension to create the ECID locally? 
I could not find anything in this documentation : https://aep-sdks.gitbook.io/docs/foundation-extensions/mobile-core/identity 

 

Best 

Eric 

 

3 Replies

Avatar

Community Advisor

Hello Eric,

To be honest, I am also curious. However, did you go through the new documentation from Adobe on Mobile Implementation? If not, take a look and keep us posted.

Link: https://developer.adobe.com/client-sdks/documentation/identity-for-edge-network/

Thank You, Pratheep Arun Raj B (Arun) | NextRow DigitalTerryn Winter Analytics

Avatar

Level 2

Hi Pratheep, 

I also checked those pages and I couldn't find anything regarding deactivation of third party requests there.

Best

Eric 

Avatar

Community Advisor

I never use this option.

But referring to the documentation, disableThirdPartyCalls | Adobe Experience Cloud Services, that option is used in the authentication section of the website and requires a normal third-party domain request in the non-authentication section first.

Also, the whole idea is about third-party domain, it is not applicable to native mobile app as "app" is running on mobile phone natively without any domain.