Skip to content

Commit

Permalink
Merge pull request #1036 from Financial-Times/ADSDEV-1856/remove-smar…
Browse files Browse the repository at this point in the history
…tmatch-references

ADSDEV-1856/Remove-references-to-smartmatch
  • Loading branch information
MarjanMagharehi authored May 15, 2024
2 parents 29b97e8 + 67191f8 commit 85e04af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions examples/kitchen-sink/client/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ readyState.domready.then(async () => {
{
...displayAdsOptions,
targeting: adsData.metadata,
adUnit: adsData.adUnit,
smartmatch: flagsClient.get('adsEnableSmartmatchInTargeting') && adsData.smartmatch
adUnit: adsData.adUnit
},
flagsClient
)
Expand Down
1 change: 0 additions & 1 deletion examples/kitchen-sink/server/controllers/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const flagsStore = {
ads: true,
tracking: true,
oTracking: true,
adsEnableSmartmatchInTargeting: true,
AdsPermutive: true,
moatAdsTraffic: true,
adsEnableTestCreatives: false
Expand Down

0 comments on commit 85e04af

Please sign in to comment.