We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c95dcde commit 4f2ed7dCopy full SHA for 4f2ed7d
2 files changed
ads/_config.js
@@ -1157,7 +1157,7 @@ const adConfig = jsonConfiguration({
1157
'seedingalliance': {},
1158
1159
'seedtag': {
1160
- prefetch: 'https://config.seedtag.com/omid/bridge/bridge.js',
+ prefetch: 'https://t.seedtag.com/c/loader.js',
1161
preconnect: ['https://s.seedtag.com'],
1162
consentHandlingOverride: true,
1163
renderStartImplemented: true,
ads/vendors/seedtag.js
@@ -34,5 +34,5 @@ export function seedtag(global, data) {
34
global._seedtag_amp.allowed_data
35
);
36
37
- loadScript(global, 'https://config.seedtag.com/omid/bridge/bridge.js');
+ loadScript(global, 'https://t.seedtag.com/c/loader.js');
38
}
0 commit comments