コミュニティアチーブメントバーを展開する。

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

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.

トピック

トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。

1 受け入れられたソリューション

Avatar

正解者
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

元の投稿で解決策を見る

2 返信

Avatar

正解者
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