Expand my Community achievements bar.

SOLVED

How to add new custom parameter while creating new target audience

Avatar

Level 4

Hello Team,

I want to add one field from AEP to custom parameters of audience. It gives below pop up :

ShivaniM_0-1734088610508.png

what steps do i need to make?

 

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

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

 

Avatar

Level 2

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.