Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
WIP: enable/disable programmatic and behavioural advertising based on…
Browse files Browse the repository at this point in the history
… cookie consent options

 🐿 v2.8.0
  • Loading branch information
andrewgeorgiou1981 committed May 17, 2018
1 parent 1ee4c2f commit 004c1bf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions components/n-ui/ads/js/oAdsConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ const kruxConfig = (flags.get('krux')) && (!adOptions.noTargeting && adOptions.b
}
};

console.log(adOptions);

console.log(kruxConfig);

console.log(targeting);

const validateAdsTrafficApi = ((flags.get('validateAdsTraffic') && flags.get('validateAdsTraffic')==='variant')) ? `${apiUrlRoot}validate-traffic` : null;

Expand Down

0 comments on commit 004c1bf

Please sign in to comment.