Expand my Community achievements bar.

SOLVED

How can I figure out which signals can be captured from a standard DIL code?

Avatar

Level 3

Hi there,

Can anyone help me in figuring out how and what signals can I capture from a standard DIL code. I have configured the AAM extension in Launch the what next step do I need to take?

Also how will these signals show up in my AAM platform?

Thanks

1 Accepted Solution

Avatar

Correct answer by
Level 9

Hi there,

Once you have implemented DIL on a web page, then there are 2 ways you an send data to your AAM instance:

1. Using DCS api calls , also known as pixel calls: Data Collection Server (DCS) API Methods and Code

2. Using DIL apis, that you define in the DIL custom code: Instance-level DIL Methods

Platform level keys will be already captured by default if any event call is being fired for demdex. So, you can create traits from platform signals without sending those from the page.

Read more on platform level keys here:

Geotargeting With Platform-level Keys

Device Targeting With Platform-level Keys

Thanks,

Varun Kalra

View solution in original post

2 Replies

Avatar

Correct answer by
Level 9

Hi there,

Once you have implemented DIL on a web page, then there are 2 ways you an send data to your AAM instance:

1. Using DCS api calls , also known as pixel calls: Data Collection Server (DCS) API Methods and Code

2. Using DIL apis, that you define in the DIL custom code: Instance-level DIL Methods

Platform level keys will be already captured by default if any event call is being fired for demdex. So, you can create traits from platform signals without sending those from the page.

Read more on platform level keys here:

Geotargeting With Platform-level Keys

Device Targeting With Platform-level Keys

Thanks,

Varun Kalra

Avatar

Level 3

Thanks Varun.

Will go through this an contact for any further queries.