How to track customer ID in Mobile Apps? | Community
Skip to main content
Level 3
January 11, 2017
Solved

How to track customer ID in Mobile Apps?

  • January 11, 2017
  • 2 replies
  • 2324 views

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__g9i4-hello_recentlyi.html

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Hyder_Ziaee

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

2 replies

Hyder_Ziaee
Adobe Employee
Hyder_ZiaeeAdobe EmployeeAccepted solution
Adobe Employee
January 13, 2017

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

han_tingAuthor
Level 3
January 13, 2017

Hi Hyder,

OK, thank you so much!!

Han