Skip to content

Commit

Permalink
πŸ› Fix a bug with the Random Experiment setup (#28319)
Browse files Browse the repository at this point in the history
* .

* it works now
  • Loading branch information
ryanhugh committed May 12, 2020
1 parent 0b79724 commit 201289b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -428,7 +428,7 @@ export class AmpAdNetworkDoubleclickImpl extends AmpA4A {
branches: Object.values(ZINDEX_EXP_BRANCHES),
},
[RANDOM_SUBDOMAIN_SAFEFRAME_EXP]: {
ifTrafficEligible: () => true,
isTrafficEligible: () => true,
branches: [
RANDOM_SUBDOMAIN_SAFEFRAME_BRANCHES.CONTROL,
RANDOM_SUBDOMAIN_SAFEFRAME_BRANCHES.EXPERIMENT,
Expand Down

0 comments on commit 201289b

Please sign in to comment.