Custom Targeting
It is possible to create custom targeting on the platform
Create a list with the relevant values
Select lists in the left manu bar and select Custom Targeting
Create a list with the value or values you want to target and associate it to one of the custom parameters (1-20)
Click on New List
Set a name in the Custom List Name
Associate it with a macro that will be used as the “List Key”. For example, AV_CDIM11 that is associated to CUSTOM11
Click on new value and add the value. Ad as many values as needed
In the ad source, select targeting → Custom Targeting
Click on Add New Custom Targeting
Select the key macro you selected before (AV_CDIM11 in the example)
Select the operator and match criteria
Select the list name you created before
You can also add matching to specific values in the list
In order to pass custom values, it is required to pass it in adConfig.ref1, for example
adConfig.ref1 = adConfig.ref1 || ""; adConfig.ref1 = adConfig.ref1 + "&AV_CDIM11=val1" ;
Now, only if val1 is in the list, based on the operator and match criteria you selected, the ad source will pass targeting