How to match customer id from mbox with customer id uploaded via Customer Attribute | Community
Skip to main content
Luca_Lattarini
Level 9
June 9, 2021
Solved

How to match customer id from mbox with customer id uploaded via Customer Attribute

  • June 9, 2021
  • 1 reply
  • 2103 views

Hello guys,

 

How can I match customer id from mbox with customer id uploaded via Customer Attribute? Basically my customer attribute provides me the client to be targeted for my recommendation and I want to see if customer id sent via mbox is bewteen my Customer Attribute List.

If it is not possible, any suggestion?

Thanks

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 ryanr7

Hi @luca_lattarini,

If you have a data source setup for Customer Attributes you can ensure that customer IDs are properly synced to Target in one of 2 ways.

  1. Using the customer ID sync with the Experience Cloud ID service (aka ECID). With a proper ECID and Target implementation this will ensure Target is linked to the proper customer ID used in Customer Attributes. Find details in this help doc for ECID and also setting customer ID with ECID.
  2. Send the customer ID used in the Customer Attributes upload directly to Target as an mbox third party ID. Here's a sample code of how to do that if the customers ID is 2000578:

 

<script type="text/javascript"> function targetPageParams() { return 'mbox3rdPartyId=2000578'; } </script>​

 

Hope that helps

1 reply

ryanr7Adobe EmployeeAccepted solution
Adobe Employee
June 9, 2021

Hi @luca_lattarini,

If you have a data source setup for Customer Attributes you can ensure that customer IDs are properly synced to Target in one of 2 ways.

  1. Using the customer ID sync with the Experience Cloud ID service (aka ECID). With a proper ECID and Target implementation this will ensure Target is linked to the proper customer ID used in Customer Attributes. Find details in this help doc for ECID and also setting customer ID with ECID.
  2. Send the customer ID used in the Customer Attributes upload directly to Target as an mbox third party ID. Here's a sample code of how to do that if the customers ID is 2000578:

 

<script type="text/javascript"> function targetPageParams() { return 'mbox3rdPartyId=2000578'; } </script>​

 

Hope that helps

Luca_Lattarini
Level 9
June 10, 2021
Thanks for your information. Very Very Helpful. Just a question where can I find this mbox3rdPartyId=2000578?