Questions tagged [content-experiments]

Google Analytics Content Experiments is a website A/B testing framework that relies on metrics measured by Google Analytics to evaluate test results.

Content Experiments is integrated directly into Google Analytics. It allows to place users into different testing cohorts and show them multiple variants of content by redirecting them to different website URLs, depending on the variant that has been automatically chosen.

As an alternative, a JavaScript API is provided to choose a variant for the user automatically, retrieve this variant and use it programmatically to show different content or provide different website behavior.

External links:

27 questions
161
votes
1 answer

Android Content Experiments with Tag Manager not showing sessions after several days

I followed the steps here to the letter and set up a content experiment for our Android app: https://support.google.com/tagmanager/answer/6003007?hl=en We've had Analytics in our app for several months now, it's definitely tracking screen views,…
Matej
  • 1,727
  • 2
  • 14
  • 22
11
votes
4 answers

How to run Google Experiment within Google Tag Manager

I have been trying to get this to work for sometime and there seems to be very little information on how this works. First, I would like to say that I tried the below method to get it working, so please read this before posting a solution. What I…
10
votes
4 answers

How can you choose variations for several content experiments?

I'm using the Javascript API for Google Analytics Content Experiments and it seems like you have two choices: Run one experiment at a time and have Google assign the variation, which you can get using chooseVariation(), or Run several experiments…
Michael Lorton
  • 43,060
  • 26
  • 103
  • 144
5
votes
1 answer

Google Tag Manager: GA Content Experiment code not firing on home page

I've created a Google Analytics Content Experiment in GA, copied the code, added it to my site's Google Tag Manager container, set it to trigger @…
Insight
  • 202
  • 3
  • 28
4
votes
0 answers

Run multiple simultaneous tests with Google Content Experiments API

I'm trying to use Google Content Experiments API to run several A/B tests simultaneously in the same page (similar to a multivariate test). I've tried just putting all the recommended code for each test one after another, like this:
3
votes
1 answer

How can I tell if my Google content experiment is running?

I've created a google content experiment without redirects using the docs. The basic implementation involves a javascript snippet that uses the following code to choose the version of the experiment: