Skip to content

Commit

Permalink
Include additional experiment ID on Doubleclick Fast Fetch requests. (#…
Browse files Browse the repository at this point in the history
…9612)

* Include experiment id on all Doubleclick Fast Fetch Requests

* fix test coverage
  • Loading branch information
keithwrightbos committed May 30, 2017
1 parent 338f1b1 commit 1e8295c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Expand Up @@ -149,7 +149,7 @@ export class AmpAdNetworkDoubleclickImpl extends AmpA4A {
jsonParameters['targeting'] || null,
jsonParameters['categoryExclusions'] || null),
},
]);
], ['108809080']);
}

/** @override */
Expand Down
Expand Up @@ -332,7 +332,8 @@ describes.sandboxed('amp-ad-network-doubleclick-impl', {}, () => {
'&u_sd=[0-9]+(&asnt=[0-9]+-[0-9]+)?(&art=2)?' +
'&is_amp=3&amp_v=%24internalRuntimeVersion%24' +
'&d_imp=1&dt=[0-9]+&ifi=[0-9]+&adf=[0-9]+' +
'&c=[0-9]+&output=html&nhd=1&biw=[0-9]+&bih=[0-9]+' +
'&c=[0-9]+&output=html&nhd=1&eid=([^&]+%2c)*108809080(%2c[^&]+)*' +
'&biw=[0-9]+&bih=[0-9]+' +
'&adx=-?[0-9]+&ady=-?[0-9]+&u_aw=[0-9]+&u_ah=[0-9]+&u_cd=24' +
'&u_w=[0-9]+&u_h=[0-9]+&u_tz=-?[0-9]+&u_his=[0-9]+' +
'&oid=2&brdim=-?[0-9]+(%2C-?[0-9]+){9}' +
Expand Down

0 comments on commit 1e8295c

Please sign in to comment.