Guest User

Untitled

a guest
Dec 13th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. const bucketingIdAttributes = {
  2. domain: "SaaS",
  3. $opt_bucketing_id: "segment123"
  4. };
  5.  
  6. // Activate with the bucketing ID
  7. var variationKey = optimizelyClient.activate(
  8. "my_experiment",
  9. userId,
  10. bucketingIdAttributes
  11. );
Add Comment
Please, Sign In to add comment