ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Google Analytics Event Organizer
2
This is an Event creation and organization tool for Google Analytics. Simply enter in the values for your Event data in columns A through E, and the relevant Event tracking code will be shown in Column F.

Please Note: Column E is used to identify non-interaction events. If you don't want the event to affect metrics like bounce rate, then enter 'Y' in column E.

Also note that the event value must be an integer. This code will automatically strip off any decimal places.
3
linklink location/descriptionCategory*Action*Label
Value
Non-Interactive?
Event Tracking CodeLocationDescription
4
Link descriptionLocation:
Description:
_CAT_ACTION_LABEL
Y
ga('send', 'event', 'category', 'action', 'label')
5
Nav Bar - Accessories Location: Nav Bar
Description: Bags
Nav BarAccessoriesBagsga('send', 'Nav Bar', 'Accessories', 'Bags');
6
Nav Bar - Accessories Location: Nav Bar
Description: Drinkware
Nav BarAccessoriesDrinkwarega('send', 'Nav Bar', 'Accessories', 'Drinkware');
7
Nav Bar - Accessories Location: Nav Bar
Description: Housewares
Nav BarAccessoriesHousewaresga('send', 'Nav Bar', 'Accessories', 'Housewares');
8
Nav Bar - Accessories Location: Nav Bar
Description: Pets
Nav BarAccessoriesPetsga('send', 'Nav Bar', 'Accessories', 'Pets');
9
Nav Bar - Accessories Location: Nav Bar
Description: Stickers
Nav BarAccessoriesStickersga('send', 'Nav Bar', 'Accessories', 'Stickers');
10
Nav Bar - Accessories Location: Nav Bar
Description: Other
Nav BarAccessoriesOtherga('send', 'Nav Bar', 'Accessories', 'Other');
11
Nav Bar - FunLocation: Nav Bar
Description: Fun
Nav BarFunFunga('send', 'Nav Bar', 'Fun', 'Fun');
12
Nav Bar - Kids Location: Nav Bar
Description: Infant
Nav BarKidsInfantga('send', 'Nav Bar', 'Kids', 'Infant');
13
Nav Bar - Kids Location: Nav Bar
Description: Toddler
Nav BarKidsToddlerga('send', 'Nav Bar', 'Kids', 'Toddler');
14
Nav Bar - Kids Location: Nav Bar
Description: Youth
Nav BarKidsYouthga('send', 'Nav Bar', 'Kids', 'Youth');
15
Nav Bar - Kids Location: Nav Bar
Description: Other
Nav BarKidsOtherga('send', 'Nav Bar', 'Kids', 'Other');
16
View more press releasesLocation: Body of News & Events Tab
Description: View more Press Releases Link
News & EventsView MorePress Releasesga('send', 'News & Events', 'View More', 'Press Releases');
17
View more newsLocation: Body of News & Events Tab
Description: View More News Link
News & EventsView MoreNewsga('send', 'News & Events', 'View More', 'News');
18
59th Dinner HighlightsLocation: Body of News & Events Tab
Description: 59th Dinner Highlights Link
News & EventsView More59th Dinner Highlightsga('send', 'News & Events', 'View More', '59th Dinner Highlights');
19
Facebook addLocation: About Us Tab
Description: Facebook Link
Social AddsFacebookAbout Usga('send', 'Social Adds', 'Facebook', 'About Us');
20
Twitter addLocation: About Us Tab
Description: Twitter Link
Social AddsTwitterAbout Usga('send', 'Social Adds', 'Twitter', 'About Us');
21
Facebook addLocation: Our Work Tab
Description: Facebook Link
Social AddsFacebookOur Workga('send', 'Social Adds', 'Facebook', 'Our Work');
22
Twitter addLocation: Our Work Tab
Description: Twitter Link
Social AddsTwitterOur Workga('send', 'Social Adds', 'Twitter', 'Our Work');
23
Facebook addLocation: Impact Tab
Description: Facebook Link
Social AddsFacebookImpactga('send', 'Social Adds', 'Facebook', 'Impact');
24
Twitter addLocation: Impact Tab
Description: Twitter Link
Social AddsTwitterImpactga('send', 'Social Adds', 'Twitter', 'Impact');
25
Facebook addLocation: Working with Us Tab
Description: Facebook Link
Social AddsFacebookWorking With Usga('send', 'Social Adds', 'Facebook', 'Working With Us');
26
Twitter addLocation: Working with Us Tab
Description: Twitter Link
Social AddsTwitterWorking With Usga('send', 'Social Adds', 'Twitter', 'Working With Us');
27
Facebook addLocation: Donate Ad Space Tab
Description: Facebook Link
Social AddsFacebookDonate Ad Spacega('send', 'Social Adds', 'Facebook', 'Donate Ad Space');
28
Twitter addLocation: Doneate Ad Space Tab
Description: Twitter Link
Social AddsTwitterDonate Ad Spacega('send', 'Social Adds', 'Twitter', 'Donate Ad Space');
29
Facebook addLocation: News & Events Tab
Description: Facebook Link
Social AddsFacebookNews & Eventsga('send', 'Social Adds', 'Facebook', 'News & Events');
30
Twitter addLocation: News & Events Tab
Description: Twitter Link
Social AddsTwitterNews & Eventsga('send', 'Social Adds', 'Twitter', 'News & Events');
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100