Passing parameters into Global mBox | Community
Skip to main content
ericb32462020
Level 2
October 16, 2015
Solved

Passing parameters into Global mBox

  • October 16, 2015
  • 1 reply
  • 1688 views

Hey All,

I'm stuck...I created a campaign that requires a specific parameter to be loaded into the Global mBox 5 pages after someone sees the offer.  I can see the parameter being passed to the Global mBox via the debugger but Adobe Target Classic doesn't recognize it as a conversion....I am using this code:

mboxUpdate('Global','deliveryDay=NextDay')

Any ideas????

Cheers,

Eric

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by WhoaShekhar

Hi Eric,

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 the below mentioned doc for more on this:

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

Thanks!

1 reply

WhoaShekhar
WhoaShekharAccepted solution
Level 10
October 16, 2015

Hi Eric,

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 the below mentioned doc for more on this:

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

Thanks!