Possible sources of offer request parameters | Community
Skip to main content
Level 2
December 22, 2021
Solved

Possible sources of offer request parameters

  • December 22, 2021
  • 1 reply
  • 896 views

I need help to understand how Target determines what parameters to include in the /mbox/json request when getting offers. The exact issue I have seems to be caused by some legacy from people who don't work at the company anymore and left no documentation, so it's quite puzzling.

When I check the request in the browser's debugger, I can see:

  • parameters added out of the box, like screenHeight or mboxTime
  • parameters added by our custom code
  • a few more that come from elsewhere

The ones from the last part are definitely not out of the box (their names refer to some of our internal processes), but they are not mentioned in our custom code. Where else can they come from?

Our at.js version is 1.8.2.

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 Alexander_Prikhodko

I have found the additional source of parameters. They are configured inside Adobe Launch rules, the way it's described at https://experienceleague.adobe.com/docs/platform-learn/implement-in-websites/implement-solutions/target.html?lang=en in "Add parameters" section.

1 reply

Alexander_PrikhodkoAuthorAccepted solution
Level 2
December 23, 2021

I have found the additional source of parameters. They are configured inside Adobe Launch rules, the way it's described at https://experienceleague.adobe.com/docs/platform-learn/implement-in-websites/implement-solutions/target.html?lang=en in "Add parameters" section.