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.
1 parent 2d5374d commit af62e03Copy full SHA for af62e03
ads/vendors/clickio.js
@@ -28,7 +28,11 @@ export function clickio(global, data) {
28
29
// base config
30
clickioGlobal.ampMode = context.isMaster ? 1 : 2;
31
- clickioGlobal.pageUrl = global.context.location.href;
+ clickioGlobal.ampContext = global.context;
32
+
33
+ // page url params
34
+ clickioGlobal.pageUrl =
35
+ global.context.sourceUrl || global.context.location.href;
36
clickioGlobal.sendPageUrl = true;
37
38
// ad container
0 commit comments