Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
15 views

I have listed the 7 products horizontally. I want to reorder them through Google optimize. I did through drag & drop method in google optimize but when is preview it then it shows the original ...
Kathryn's user avatar
0 votes
1 answer
38 views

Trying to add a text before the image on all cards, in a dynamic page. there are 1700 images so ı thought it's only doable via javascript, since it's on Google Optimize, only vanilla is allowed. I put ...
Erugar's user avatar
  • 1
1 vote
1 answer
844 views

I am writing a Cypress integration test for a Google Optimize experiment and I would like to stub the experiment variant value provided by gtag library. The value is provided as the argument of ...
Elise Chant's user avatar
  • 5,215
3 votes
2 answers
514 views

I have a GA4 property set up in GA4 with a Web Stream configured and receiving data ("Receiving traffic in past 48 hours"). But, when I try to set up Google Optimize and link this property ...
tomasaazevedo's user avatar
1 vote
2 answers
167 views

I'm running and A/B test with Google Optimize on one of my pages. This page is shown on multiple website on different domains through an iframe. So, domain of my page is different from domain of the ...
Filippo's user avatar
  • 11
1 vote
1 answer
422 views

Using Google Optimize, I've added a button in a website that on the click needs to activate a js code that makes an API call. Testing the code outside the Optimize it is running well, but using it in ...
Lucas Advir's user avatar
1 vote
1 answer
821 views

We have one test where the 'activation event' is set to 'continuously'; this test is confined to the homepage with a 'URL matches'. However, when we look at other pages on the site, we can see that ...
Kelly's user avatar
  • 65
0 votes
1 answer
338 views

Is it possible to set that the _gaexp cookie will be created with flags SameSite=None; Secure? I'm using Optimize for an app running in iframe and the experiment doesn't work because 3rd party cookie ...
rafa's user avatar
  • 26
0 votes
1 answer
613 views

Trying to set up a redirect test in Google Optimize and the goal is to redirect 50% of traffic to the same URL that has ?view=Example-2022 at the end of it. That said, we want to target a set of ~50 ...
adebgrowth's user avatar
0 votes
0 answers
287 views

When adding Google Optimize into your webpage, you would normally add this script tag into your header like this <head> <script src="https://www.googleoptimize.com/optimize.js?id=OPT-...
peter.swallow's user avatar
0 votes
1 answer
37 views

I would like to target only the page which does not have specific query param. Value does not matter, what matter is that the params is not in the url, and only then run the experiment. I tried to use ...
Nikola Mitic's user avatar
  • 1,512
2 votes
0 answers
403 views

I use Google Optimize with server-side A/B experiments. Server-side code targets audiences, consistently serves the appropriate variant to each user, etc. I only use the Optimize interface to create ...
Eugene Khyst's user avatar
  • 10.5k
1 vote
1 answer
517 views

I am using Google optimize A/B testing on my website, I've kept 3 different variants for the same, I am dividing all the weightage among these new variants & giving 0 weightage to my original ...
Riddhi Patel's user avatar
3 votes
8 answers
7k views

I can't preview my Google Optimize experience. Google optimize throws below error:
Bonny's user avatar
  • 202
0 votes
0 answers
146 views

During the A/B tests that I start, I often see the following happening: I open a page that is part of the A/B test and do NOT see the variation change I refresh the page and see the change, so I was ...
Erik's user avatar
  • 1
0 votes
2 answers
638 views

I am doing AB testing in google optimize. I need to wrap div from number 5 to 10 but I have not been able to do it: <div class="container active" data-order="1"> <div>1&...
Miguel bastidas's user avatar
2 votes
0 answers
192 views

I have a form with 2 steps. The form has a single auto search field and a submit button for 2 steps. When I run the A/B test and edit the button text on both steps separately, it is not getting done. ...
Kalpana Sharma's user avatar
2 votes
2 answers
1k views

I was trying to make a component variant in google optimize instead of just text or color variant, But I could not find any better approach to do this. I want to know how I could connect(configure) ...
Muskan Rawal's user avatar
0 votes
0 answers
106 views

I'm trying to create an A/B test for my webpage following this tutorial. I'm using a library called django-google-optimize and I've been able to configure it and make it work. The problem is that the ...
Bernardo Ayala's user avatar
0 votes
1 answer
257 views

There doesn't seem to be many resources available for troubleshooting Google Optimize. I've been using the software for a year now with no issues. Optimize experiments update with new session data ...
Peter Papadimitropoulos's user avatar
1 vote
1 answer
924 views

Is there a way to setup Google Optimize A/B test to track clicks on an element? I saw a demo video where they used a sign-up button variations, yet, I'm not able to find how to create such objective. ...
santa's user avatar
  • 12.6k
0 votes
1 answer
938 views

I am implementing an A/B test with Google Optimize, using a custom activation event. I render different versions of the same React component based on which ID variant I receive from Optimize. ...
William's user avatar
  • 145
0 votes
2 answers
353 views

The docs for Google optimize server side events are written for analytics.js is there a way to do the same thing using gtag.js? https://developers.google.com/optimize/devguides/experiments ga('set', '...
jamie holliday's user avatar
1 vote
1 answer
273 views

So checking for Sample Ratio Mismatch is good for data quality. But in Google Optimize i can't influence the sample size or do something against it. My problem is, out of 15 A/B Tests I only got 2 ...
Nicola Rohner's user avatar
1 vote
0 answers
526 views

I'm trying to integrate google optimize on chrome extension using google tag manager. I have everything working right except for A/B testing: here's the function I use to inject containers const ...
Daniyal dehleh's user avatar