Skip to content Skip to sidebar Skip to footer
Showing posts with the label Google Analytics

How Do I Extract Google Analytics Campaign Data From Their Cookie With Javascript?

I'd like to be able to pull out the data stored in the Google Analytics tracking cookie with al… Read more How Do I Extract Google Analytics Campaign Data From Their Cookie With Javascript?

How To Track Clicks On Outbound Links

[cross-posted on Google Products Forum http://productforums.google.com/d/topic/analytics/ZrB14a-6gq… Read more How To Track Clicks On Outbound Links

Wordpress And Google Analytics Events

I want to track some actions in Google Analytics but I can't get it working. I tried it with Co… Read more Wordpress And Google Analytics Events

New Google Analytics Code Into External File

New Google Analytics code looks like one below: Read more New Google Analytics Code Into External File

Insert Experiment To Google Analytics Api (gapi)

I'm trying to insert an experiment to Google analytics through their api (using gapi) var exper… Read more Insert Experiment To Google Analytics Api (gapi)

Javascript Analytics / Conversion Script: Expected Failure Rate?

Question for developers who work with 3rd-party analytics tools: is there an industry-standard or e… Read more Javascript Analytics / Conversion Script: Expected Failure Rate?

User Opt-out With Gtag.js

We're looking to implement the option for our website visitors to disable tracking. I've re… Read more User Opt-out With Gtag.js

What's The Technique That The Google Analytics Tracking Code Uses?

The Google Analytics tracking code looks like this: (function() { code })(); What's the tech… Read more What's The Technique That The Google Analytics Tracking Code Uses?

New Google Analytics Event Tracking Wont Work On Mailto

I'm using the latest Google Analytics code: (function(i,s,o,g,r,a,m){ i['GoogleAnalyt… Read more New Google Analytics Event Tracking Wont Work On Mailto

How To Check From Php/html If Website Is Up?

I want the users of my website to check if any other website (http and/or https) is up. There are s… Read more How To Check From Php/html If Website Is Up?

Track Swipes With Google Analytics

I have a swipe functionality on my mobile page, and I want to used touchstart, touchend, and touchm… Read more Track Swipes With Google Analytics

Adding Onsubmit To A Form Via Javascript

How would you go about inserting an OnSubmit attribute to a form via Javascript only? I'm prett… Read more Adding Onsubmit To A Form Via Javascript

Add Google Analytics To A Chrome Extension

In order to add google analytics to a chrome extension the official docs provide the following snip… Read more Add Google Analytics To A Chrome Extension

Change Google-analytics TrackingId After Creating It

Description: I have a singlepage application where I use googleanalytics code. The application is w… Read more Change Google-analytics TrackingId After Creating It

Using And Querying Custom Dimensions In Google Analytics API

I am attempting to query my Analytics (Universal) to receive a list of metrics sorted by a custom d… Read more Using And Querying Custom Dimensions In Google Analytics API

How To Set Up Google Analytics Goal For Ajax Form Submissions

I have a contact form that is submitted via ajax and upon a successful submission, a thank you/succ… Read more How To Set Up Google Analytics Goal For Ajax Form Submissions

React-GA Events Are Firing Off In Debug Console But Not Showing Up In GA

I have been trying to make this work for a few days, and nothing is working. The events are simply … Read more React-GA Events Are Firing Off In Debug Console But Not Showing Up In GA

How To Insert Google Analytics After Clicking A Button?

I'm trying to insert Google Analytics snippet after clicking a button, and therefore counting i… Read more How To Insert Google Analytics After Clicking A Button?

Content Script Tracking With Google Analytics

I am working on a Google Chrome Extension that modifies certain pages with a content script. In ord… Read more Content Script Tracking With Google Analytics

Gtag Not Sending Custom Dimensions For Events

I'm having trouble using gtag to send to custom dimensions. I'm currently following their g… Read more Gtag Not Sending Custom Dimensions For Events