Expand my Community achievements bar.

Help shape the future of AI assistance by participating in this quick card sorting activity. Your input will help create a more effective system that better serves your needs and those of your colleagues.
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