コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

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 受け入れられたソリューション

Avatar

正解者
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!

元の投稿で解決策を見る

1 返信

Avatar

正解者
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!