Expand my Community achievements bar.

Join us for our second AMA on experimentation and personalization strategies with Target, occurring on June 3rd!

Mark Solution

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

SOLVED

Conversion Pages with Query String Parameters in the URL

Avatar

Level 2

Hi all!

How should I set up a test where the landing page I'd use, let's call it a "thank you" page, would always have some dynamic query string parameter? For example, domain.com/thankyou?offerid=12312312312. The offerid could be different, but i just want to track how many times someone got to /thankyou. 

Target only seem to track the "conversion" when the URL has the query string parameter in it. 

Thanks in advance for the help!

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi there,

Thanks for reaching out to Adobe Community.

The JavaScript targetPageParams function is used to pass parameters to the global mbox. This is needed in any scenario where additional targeting/context information is to be passed into Target.

See if the doc below helps:

https://marketing.adobe.com/resources/help/en_US/target/ov/c_pass_parameters_to_global_mbox.html

Thanks!

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Hi there,

Thanks for reaching out to Adobe Community.

The JavaScript targetPageParams function is used to pass parameters to the global mbox. This is needed in any scenario where additional targeting/context information is to be passed into Target.

See if the doc below helps:

https://marketing.adobe.com/resources/help/en_US/target/ov/c_pass_parameters_to_global_mbox.html

Thanks!