Skip to content

Commit

Permalink
✨Jx changed cookie name (ampproject#38507)
Browse files Browse the repository at this point in the history
* added the jixie 3p

* changed to do a universal ad

* clean up and simplification

* delete a file added by accident

* adding the client id scope and cookie name for jixie ad network

* Update jixie.md

* Update jixie.js

* corrected some style problems e.g. relative path usage etc

* removed a space which caused linting failures

* fixing 2 other linting concerns : unused variable and space char

* updating the URL for the jixie amp ads script

* modified jixie ck name
  • Loading branch information
jxdeveloper1 authored Dec 20, 2022
1 parent 0daa515 commit 910a4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ads/_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ const adConfig = jsonConfiguration({
'jixie': {
prefetch: ['https://scripts.jixie.media/jxamp.min.js'],
clientIdScope: '__jxamp',
clientIdCookieName: '_jx',
clientIdCookieName: '_jxx',
renderStartImplemented: true,
},

Expand Down

0 comments on commit 910a4ee

Please sign in to comment.