Send advertising ids to AAM | Community
Skip to main content
February 15, 2021
Question

Send advertising ids to AAM

  • February 15, 2021
  • 1 reply
  • 1257 views

Hi there,

following use case: we would like to send advertising ids (idfa, android id) to AAM via Adjust callbacks and use them to build audiences. Are there any predefined key-value pairs to use or can we define a custom key-value pair for this? 

 

Example: 

https://app.adjust.com/abc123?event_callback_xyz456=https://example.demdex.net/event?c_advertisingid=AEBE52E7-03EE-455A-B3C4-E57283966239

 

Thanks & best

 

 

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

1 reply

Adobe Employee
February 15, 2021

Hi Julzur,

 

You can use "d_cid" parameter in order to send Advertising Ids like IDFA & GAID in AAM.

Syntax- d_cid=data provider ID%01user ID

Example call- 

https://subdomain.demdex.net/event?d_cid=20914%01GAID%011&d_rtbd=json&d_sid=Trait_ID

 

where data provider Id is Data source Id

User ID is cusotmer ID/Advertising ID

d_sid is Trait ID (if you want to qualify for an existing Trait)

 

You can check all supported attributes for DCS API calls in below documenation:

https://experienceleague.adobe.com/docs/audience-manager/user-guide/api-and-sdk-code/dcs/dcs-api-reference/dcs-keys.html?lang=en#attribute-prefixes

 

Thank You

Prabhat Upadhyay