Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

getQueryParam in Adobe Experience Platform Launch

Avatar

Level 3

Hi there,

In DTM, we were to use one or more of the following functions to grab the query string parameter (e.g. "eid") through JavaScript code:

_satellite.getQueryParam("eid")

s.Util.getQueryParam("eid")

Launch doesn't seem to support getQueryParam.

Without using Data Elements, do you know if Launch has a built-in function to retrieve query string parameters?

Thanks.

1 Accepted Solution

Avatar

Correct answer by
Level 10

With Launch you do not need this type of custom code. Use the Data Elements UI instead, they will help you capture any query string parameter.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

With Launch you do not need this type of custom code. Use the Data Elements UI instead, they will help you capture any query string parameter.