166 questions
0
votes
1
answer
15
views
Horizontal product reorder in Google Optimize
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 ...
0
votes
1
answer
38
views
Trying to add a text to all cards in a dynamic page with Global Javascript via Google Optimize, but it's looping
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 ...
1
vote
1
answer
844
views
In a Cypress test how can I stub argument of a function
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 ...
3
votes
2
answers
514
views
Unable to link GA4 property to Google Optimize [closed]
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 ...
1
vote
2
answers
167
views
Does Google Optimize work inside an iframe hosted on an external domain?
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 ...
1
vote
1
answer
422
views
How to execute js code on Google Optimize?
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 ...
1
vote
1
answer
821
views
Google Optimize is firing continuously on all site pages
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 ...
0
votes
1
answer
338
views
Possibility to set cookie flags to _gaexp
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 ...
0
votes
1
answer
613
views
How do you add query parameters in Google Optimize for a set of URLs with the same 'contains' info?
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 ...
0
votes
0
answers
287
views
Google Optimize not initializing with react-helmet
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-...
0
votes
1
answer
37
views
Google optimize targeting when query param is NOT present
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 ...
2
votes
0
answers
403
views
Google Optimize - how experiment sessions and conversion rate are calculated?
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 ...
1
vote
1
answer
517
views
Google optimize A/B testing weightage not working properly
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 ...
3
votes
8
answers
7k
views
Google Optimize: Unable to preview experience. Please make sure to enable cookies and restart the browser
I can't preview my Google Optimize experience. Google optimize throws below error:
0
votes
0
answers
146
views
A/B test adjustment only visible on new page view
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 ...
0
votes
2
answers
638
views
How to use JQuery to Wrap a specific list of div children
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&...
2
votes
0
answers
192
views
Edit react component in google optimize
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.
...
2
votes
2
answers
1k
views
How to make Component Variant in Google Optimize A/B testing in Next js
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) ...
0
votes
0
answers
106
views
Django: A/B test with Google Optmize not working
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 ...
0
votes
1
answer
257
views
Google Optimize data wiping out daily
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 ...
1
vote
1
answer
924
views
Google Optimize track clicks
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. ...
0
votes
1
answer
938
views
Google Optimize custom activation event tracking across multiple pages
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.
...
0
votes
2
answers
353
views
Optimize Server-side Experiments gtag.js
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', '...
1
vote
1
answer
273
views
Is SRM in Google Optimize (Bayesian Model) a thing
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 ...
1
vote
0
answers
526
views
Running into different errors when integrating google optimize with chrome extension
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 ...