Skip to content

Commit

Permalink
wip: Update le wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Mintoo200 committed Oct 21, 2024
1 parent 0de7a82 commit 392d799
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
9 changes: 8 additions & 1 deletion public/scripts/tarteaucitron/lang/tarteaucitron.fr.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions public/scripts/tarteaucitron/tarteaucitron.services.js
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,7 @@ tarteaucitron.services.xandr = {
name: 'Amnet - Xandr',
needConsent: true,
type: 'ads',
uri: 'https://www.xandr.com/privacy/cookie-policy/',
uri: 'https://support.google.com/displayvideo/topic/3528231?hl=en&ref_topic=9059505&sjid=9933903973918710720-EU',
};

// xandr segment
Expand Down Expand Up @@ -6387,8 +6387,8 @@ tarteaucitron.services.tiktok = {
key: 'tiktok',
name: 'Tiktok',
needConsent: true,
type: 'analytic',
uri: 'https://www.tiktok.com/legal/tiktok-website-cookies-policy',
type: 'ads',
uri: 'https://www.tiktok.com/legal/page/global/cookie-policy/fr',
};

// Klaviyo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ export default class AzerionMarketingService implements MarketingService {
key: 'azerion',
name: 'Azerion',
needConsent: true,
type: /* FIXME (GAFI 11-10-2024): */'analytic',
uri: /* FIXME (GAFI 11-10-2024): */ 'https://www.tiktok.com/legal/tiktok-website-cookies-policy',
type: 'ads',
uri: 'https://www.azerion.com/azerion-global-corporate-cookie-notice/',
};
this.cookieService.addService('azerion', config);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default class SeedtagMarketingService implements MarketingService {
name: 'Seedtag',
needConsent: true,
type: 'ads',
uri: /* FIXME (GAFI 08-10-2024): */ 'https://eulerian.com/vie-privee',
uri: 'https://www.seedtag.com/fr/cookies-policy/',
};
this.cookiesService.addService(SeedtagMarketingService.SEEDTAG_SERVICE_NAME, config);
}
Expand Down

0 comments on commit 392d799

Please sign in to comment.