Expand my Community achievements bar.

about custom attributes QA params in creating audience

Avatar

Level 1

how to create a QAParams for a website in Adobe target in creating Experience targeting Activity

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

Avatar

Level 5

Hey @sriharshanaladala98,

 

The targetPageParams JavaScript function is used to pass parameters to the global mbox in Adobe Target, allowing for additional targeting and contextual information. This is essential in scenarios like Recommendations activities, where parameters represent the current product or category being viewed. 

The function must be defined before the global mbox is included on the page, whether it's loaded via at.js or manually. Parameters can be passed as an array, JSON object, or an ampersand-delimited list. 

Use the Adobe Experience Cloud Debugger to verify parameter passing. Ensure the function is defined as targetPageParams before adding the global mbox.

 

For further information, please refer to Pass Parameters to a global mbox.

 

Hope this helps.

Thank you