To prevent ads_params parameter to be restricted by ad-blockers in the iframe Query String, we choose to rename it cust_params
We keep the retrocompatibility with previous parameters to not break existing integrations
TODO
[x] ads_params is converted to cust_params on iframe creation (see example below)
[x] add setCustConfig method (keep setAdsConfig for retrocompat)
To prevent
ads_params
parameter to be restricted by ad-blockers in the iframe Query String, we choose to rename itcust_params
We keep the retrocompatibility with previous parameters to not break existing integrationsTODO
setCustConfig
method (keepsetAdsConfig
for retrocompat)TEST IT
The code below should provide an