How can I figure out which signals can be captured from a standard DIL code? | Community
Skip to main content
madhum20
Level 2
January 28, 2019
Solved

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

  • January 28, 2019
  • 2 replies
  • 2988 views

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

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 Varun_Kalra

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

2 replies

Varun_Kalra
Varun_KalraAccepted solution
Level 9
January 29, 2019

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

madhum20
madhum20Author
Level 2
January 30, 2019

Thanks Varun.

Will go through this an contact for any further queries.