Expand my Community achievements bar.

SOLVED

Data Flow in DTM Enabled Applications

Avatar

Level 10

Hi,

Let us say I have integrated Adobe Analytics and Adobe Target with AEM using DTM,

The events and properties from AEM, in real time reach Adobe Analytics and Adobe Target directly or they first come to DTM and then divert to Adobe Analytics and Adobe Target?

Of course, the configuration of these integrations is done using DTM, but I am talking about the data flow in real time.

Appreciate all your quick responses.

Thanks,

Rama.

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi Rama,

The DTM back end does not collect or receive any data from your page. DTM is a client side javascript library that runs in the browser to help create and send various marketing pixels based on events and conditions that exist within the browser.

To answer your question directly:

  1. AEM generates the website and DTM generates a JS library containing the logic and code to fire pixels
  2. Your web server delivers your website and javascript files to the browser
  3. The browser displays the website and runs the various javascript files
  4. the browser sends the various marketing pixels to their various destinations based on the logic setup within DTM and on your website.
  5. Adobe beacons are collected by Adobe datacenter and processed for use in the various Adobe solutions.

Hopefully, this answers your question.

Cheers,

Jantzen

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

Hi Rama,

The DTM back end does not collect or receive any data from your page. DTM is a client side javascript library that runs in the browser to help create and send various marketing pixels based on events and conditions that exist within the browser.

To answer your question directly:

  1. AEM generates the website and DTM generates a JS library containing the logic and code to fire pixels
  2. Your web server delivers your website and javascript files to the browser
  3. The browser displays the website and runs the various javascript files
  4. the browser sends the various marketing pixels to their various destinations based on the logic setup within DTM and on your website.
  5. Adobe beacons are collected by Adobe datacenter and processed for use in the various Adobe solutions.

Hopefully, this answers your question.

Cheers,

Jantzen

Avatar

Level 10

Perfect Jantzen.

Thanks a million for these inputs.

Rama.