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

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.
解決済み

Identity Linking - Shared Devices

Avatar

Level 1

I've been asked about three scenarios for linking activities and identities:

 

1. One person uses multiple devices

2. Two people use one device

3. Two people share two devices

 

I'm aware that two and three are edge cases, but the client wants to know. My understanding based on reading about how Identity Service works is that:

 

1. Identity service will understand this is the same person and link activity to the same Identity Profile

2 and 3. Logged in activity will be properly attributed to the right identity, but anonymous activity, no idea what will happen. Will it get linked to both identities? Will it go with the most recently logged in identity? What the heck happens?

トピック

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

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

Avatar

正解者
Employee

Hello @GitaiBe1 

 

With this scenario it comes down to how you define the identity fields of the data which is being collected.

 

If we assume the person and the device are identity values we would have a profile of the following for 1 person identifier with two devices.

 

  Identity  
person A  
device 1 2

 

Two persons using the same device if both personId and device are identity fields:

 

  Identity  
person A B
device 1  

 

2 persons sharing the same device would result in the following profile:

  Identity  
person A B
device 1 2

元の投稿で解決策を見る

3 返信

Avatar

Employee

Hi @GitaiBe1,

 

Identity Optimization Algorithm is there to handle #2 and #3 in case identity graph collapse happens. Please go thru below documentation:

 

https://experienceleague.adobe.com/en/docs/experience-platform/identity/features/identity-graph-link...

 

https://experienceleague.adobe.com/en/docs/experience-platform/identity/features/identity-graph-link...

 

Avatar

正解者
Employee

Hello @GitaiBe1 

 

With this scenario it comes down to how you define the identity fields of the data which is being collected.

 

If we assume the person and the device are identity values we would have a profile of the following for 1 person identifier with two devices.

 

  Identity  
person A  
device 1 2

 

Two persons using the same device if both personId and device are identity fields:

 

  Identity  
person A B
device 1  

 

2 persons sharing the same device would result in the following profile:

  Identity  
person A B
device 1 2

Avatar

Employee

@GitaiBe1 do you have additional questions?