Expand my Community achievements bar.

SOLVED

Analytics identifiers

Avatar

Level 3

Hello everyone!

According to this documentation, Adobe Target can automatically forward the analytics payload to Adobe Analytics if the following identifiers are provided: supplementalDataId and trackingServer.

Would you mind pointing me out where to find those identifiers?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hey Pedro, 

 

I have responded to your query in the Target community but to answer it here as well.

For supplemental data id, you can look at the analytics network call in Omnibug or network panel for the sdid parameter like below:

abhinavbalooni_1-1702631557702.png

 

This value, should match your target delivery call  supplemental data id(search for 'delivery' in network panel). Look at the below supplemental data id, it matches the above analytics call for A4T setup to work correctly.

 

abhinavbalooni_0-1702631773919.png

 

 

For tracking server, look at the request url under headers in the same network call, the domain is your tracking server.

 

abhinavbalooni_0-1702631535557.png

 

 

Hope the above helps.

 

Cheers,

Abhinav

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

Hey Pedro, 

 

I have responded to your query in the Target community but to answer it here as well.

For supplemental data id, you can look at the analytics network call in Omnibug or network panel for the sdid parameter like below:

abhinavbalooni_1-1702631557702.png

 

This value, should match your target delivery call  supplemental data id(search for 'delivery' in network panel). Look at the below supplemental data id, it matches the above analytics call for A4T setup to work correctly.

 

abhinavbalooni_0-1702631773919.png

 

 

For tracking server, look at the request url under headers in the same network call, the domain is your tracking server.

 

abhinavbalooni_0-1702631535557.png

 

 

Hope the above helps.

 

Cheers,

Abhinav

Avatar

Level 3

Thanks @abhinavbalooni 

Is the tracking server my Adobe client ID as a subdomain followed by "omtrdc.net/b/ss"?

I mean, something like this: https://[ADOBE_CLIENT_ID].tt.omtrdc.net/b/ss ?

Avatar

Community Advisor

Hey @PedroFi 

 

The value till '.net' just before '/b' would be your tracking server, since you are looking for Analytics tracking server.

 

If you already have analytics implemented, you can grab it from the network call like I showed you.

 

Hope that helps.

 

Cheers.

Abhinav