Rich-text Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Highlighted
Hi all, Does anyone can help me with GA and Optimizely issue.
veniamin 07-15-16
Hi all, Does anyone can help me with GA and Optimizely issue.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi all,
recently i've added optimizely code to my web site, and set custom dimension in Univesral GA, the issue is that i cant see any data in cusom report in GA, and Debugger shows me the codeas follows:
dimension2 (&cd2) Optimizely Custom Dimension
So as you can see ther are no variant and id number in there,
Does any one knows how to fix this?
Thank you for your time and help.
himynameisivo 07-15-16
Re: Hi all, Does anyone can help me with GA and Optimizely issue.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
Haven't seen such issue, but perhaps could be issue related to your Universal GA integration? It could be that you haven't placed
// Optimizely Universal Analytics Integration
window.optimizely = window.optimizely || [];
window.optimizely.push("activateUniversalAnalytics");
between ga('create'...) and ga('send','pageview') in your integration? Just throwing some ideas out there
best,
Ivo
Haven't seen such issue, but perhaps could be issue related to your Universal GA integration? It could be that you haven't placed
// Optimizely Universal Analytics Integration
window.optimizely = window.optimizely || [];
window.optimizely.push("activateUniversalAnalytics");
between ga('create'...) and ga('send','pageview') in your integration? Just throwing some ideas out there

best,
Ivo
robertchan 07-15-16
Re: Hi all, Does anyone can help me with GA and Optimizely issue.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
You need to filter the experiment within GA by creating a custom report. Within the custom report, you'll need to regex filter by whatever your experiment ID is.
Robert Chan



Re: Hi all, Does anyone can help me with GA and Optimizely issue.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi Guys,
First of all thank you for your time and kind response.
I do have this code
window.optimizely = window.optimizely || [];
window.optimizely.push("activateUniversalAnalytics");
before ga('send','pageview'),
and i do have custom report set in GA with regex, using experiment ID,
but i do still cant see any info in there,
and when i am turning on GA Debugger, i see this dimension in code of the page,
dimension2 (&cd2) Optimizely Custom Dimension but there are no any numbers or experiment ID in this dimension, as it is in Optimizely example.
First of all thank you for your time and kind response.
I do have this code
window.optimizely = window.optimizely || [];
window.optimizely.push("activateUniversalAnalytics");
before ga('send','pageview'),
and i do have custom report set in GA with regex, using experiment ID,
but i do still cant see any info in there,
and when i am turning on GA Debugger, i see this dimension in code of the page,
dimension2 (&cd2) Optimizely Custom Dimension but there are no any numbers or experiment ID in this dimension, as it is in Optimizely example.
Re: Hi all, Does anyone can help me with GA and Optimizely issue.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report