Expand my Community achievements bar.

Adobe Summit 2025: AEP & RTCDP Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

How to track customer ID in Mobile Apps?

Avatar

Level 3

Hi everyone,


I saw the post mentioned that app will generate their own random unique visitor ID when an app is installed, it means we don't need to put any code in libraries?

http://help-forums.adobe.com/content/adobeforums/en/analytics-forum/adobe-analytics.topic.html/forum...

In addition, could we put customer ID that we generated to replace the random visitor ID? 

(Put the customer ID in the visitor ID column)

Thank you.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi Han,

You will need to use 'config.setUserIdentifier' to populate Visitor ID.

For more information: https://marketing.adobe.com/resources/help/en_US/mobile/android/methods.html

-Hyder

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

Hi Han,

You will need to use 'config.setUserIdentifier' to populate Visitor ID.

For more information: https://marketing.adobe.com/resources/help/en_US/mobile/android/methods.html

-Hyder

Avatar

Level 3

Hi Hyder,

OK, thank you so much!!

Han