Expand my Community achievements bar.

SOLVED

Associating events with earlier page load event

Avatar

Level 1

Hello,
i am fairly new to launch, dtm and the Adobe ecosystem in general. My company relies on server rendered pages with page components served as part of html and initialized using javascript from a bundle that loads after the page does.  Using DTM, tracking data from this async bundle works. With Launch and async library loading - we sometimes loose tracking data due to fast user navigation.

Ideally we want to wait until all components have loaded before submitting page load event so we can include as much tracking data as possible in that first call, but we cannot risk loose the page view event due to fast navigation. Is it feasible to send a page view event immediately, and then do a later call with additional data using Launch? Can these events be merged somehow?

Message was edited by: Magnus Lien

1 Accepted Solution

Avatar

Correct answer by
Level 10

It seems you are running into some of the common issues with ASYNC deployment. We've seen some creative work arounds to these problems from some of our customers, however i'm not a developer so I'm not much help here.

From the Adobe perspective, there isn't a way to send 2 different beacons and having them merged later on the backend.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

It seems you are running into some of the common issues with ASYNC deployment. We've seen some creative work arounds to these problems from some of our customers, however i'm not a developer so I'm not much help here.

From the Adobe perspective, there isn't a way to send 2 different beacons and having them merged later on the backend.