Is it possible to read ExperimentId and VariationId in Javascript with Google Optimize?

Now there is also the Google Optimize javascript API available that is a better option: The experimentId is now available in the Optimize UI, as soon as the experiment is created (before start). The API is already available in the page and you can use it like this: google_optimize.get(‘<experimentId>’); (note: this will work only after … Read more