How to track customer ID in Mobile Apps? | Adobe Higher Education
Skip to main content
Level 3
January 11, 2017
Répondu

How to track customer ID in Mobile Apps?

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.

Ce sujet a été fermé aux réponses.
Meilleure réponse par 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 commentaires

Hyder_Ziaee
Adobe Employee
Hyder_ZiaeeAdobe EmployeeRéponse
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_tingAuteur
Level 3
January 13, 2017

Hi Hyder,

OK, thank you so much!!

Han