Hello Team,
I want to add one field from AEP to custom parameters of audience. It gives below pop up :
what steps do i need to make?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Hi @ShivaniM
You're getting this message because the newly parameter not yet exist. So just to check where you need this parameter.
In case you need this parameter at the time of page load (_view_ / target-global-mbox ) event then you simply add this in your target request.
if you're using Web SDK then you can do this through sendEvent() method / if you're using at.js then you can use targetPageParams() and once this call made - the newly parameter will be available.
you can check this document to send parameter in both approach. - https://experienceleague.adobe.com/en/docs/platform-learn/migrate-target-to-websdk/send-parameters
Thanks
Hi @ShivaniM
You're getting this message because the newly parameter not yet exist. So just to check where you need this parameter.
In case you need this parameter at the time of page load (_view_ / target-global-mbox ) event then you simply add this in your target request.
if you're using Web SDK then you can do this through sendEvent() method / if you're using at.js then you can use targetPageParams() and once this call made - the newly parameter will be available.
you can check this document to send parameter in both approach. - https://experienceleague.adobe.com/en/docs/platform-learn/migrate-target-to-websdk/send-parameters
Thanks
To add a custom parameter to your audience in AEP, make sure you’re using the correct schema and data mapping. Check the options in your audience creation settings for adding custom fields, and ensure that the field from AEP is correctly mapped as a custom parameter. If the pop-up appears, it might be prompting you to select or define the parameter field—just follow those steps to complete the process.
Views
Likes
Replies