ABCDEFGHIJKL
1
2
Before you start
#REF!
3
1.
Download the Google Analytics API add on
(Google Chrome only)
4
5
2
Make a copy of this spreadsheet
6
This Google Sheet is set to "View Only", by making a copy you can edit & use the Funnelisator yourself
7
Do so by using the "File -> Make a copy" options in the menu.
8
9
3
What is my Google Analytics View ID?
10
In the URL of the relevant Google Analytics Reporting view, copy the number after the "p" and before the "/".
11
12
13
So for this example: "114831432"
14
15
4
Adjust the settings according to your funnel and details
16
17
By default, putting an page name in the "Page definition" field, will select visitors that had an exact match for that page. ("ga:pagePath==/example_page")
18
You can also use regular expressions and/or other dimensions, by entering the full filter in the "Page definition" fields. For example:
19
ga:pagePath=~/phones/(.*)?/
use regular expression operator: "=~"
20
ga:eventCategory==ScrollTracking;ga:eventAction==50%
uses events instead of pages
21
22
Useful links:
23
All available dimensions and metrics
https://ga-dev-tools.appspot.com/dimensions-metrics-explorer/
24
Build segments in GA Interface, test API & retrieve definition in Query Explorer
https://ga-dev-tools.appspot.com/query-explorer/
25
Filter operators
https://developers.google.com/analytics/devguides/reporting/core/v3/reference#filterOperators
26
27
5
Start analyzing funnels :)
28
29