We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3c7d24 + abace24 commit fa85749Copy full SHA for fa85749
config/story.json
@@ -12,7 +12,7 @@
12
"after": "zone-el-101",
13
"tracking": true,
14
"filters": {
15
- "marketInfo.allow_ads": true
+ "ads": true
16
},
17
"zephr": {
18
"feature": "zone-taboola-recommendations",
index.js
@@ -13,6 +13,7 @@ async function distributeZones(locker) {
zones.setLocker(locker);
zones.setConfig("subscriber", subscriber);
zones.setConfig("dma", subscriber ? true : await locker.user.isInDMA());
+ zones.setConfig("ads", locker.getYozonsLocker("core").areAdsAllowed());
// Config files
19
if(!locker.config) {
0 commit comments