forked from googleanalytics/ga-dev-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
161 lines (156 loc) · 6.45 KB
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
title: Google Analytics Demos & Tools
host: ga-dev-tools.appspot.com
slug: ''
path: '/'
tracking_id: UA-41425441-5
tracking_id_testing: UA-41425441-7
client_id: 793177639245-olst43lspv93vkoql0b9l26hmpf9kfmv.apps.googleusercontent.com
projects:
- title: Autotrack
type: demo
slug: autotrack
tech: [autotrack, embed_api]
- title: Account Explorer
type: tool
slug: account-explorer
tech: [embed_api, management_api]
- title: Campaign URL Builder
type: tool
slug: campaign-url-builder
tech: [url_shortener_api]
- title: Dimensions & Metrics Explorer
type: tool
slug: dimensions-metrics-explorer
external:
action: Launch Tool
url: https://developers.google.com/analytics/devguides/reporting/core/dimsmets
tech: [metadata_api]
- title: Embed API
type: demo
slug: embed-api
pages:
- title: Basic Dashboard
slug: basic-dashboard
tech: [embed_api]
excerpt: 'This demos shows how to create a basic dashboard with a single timeline chart showing site traffic over the past week. You can update the chart to see data for any Google Analytics view you have access to.'
- title: Multiple Views
slug: multiple-views
tech: [embed_api]
excerpt: 'Displaying two different views side-by-side is not currently possible through the Google Analytics website. This demo shows how easy it is to do this using the Embed API.'
- title: Interactive Charts
slug: interactive-charts
tech: [embed_api]
excerpt: 'This demo shows how you can build a dashboard that allows you to interactively explore your data. In this example you have a list of filters in one chart that you can click on and then a second chart will render showing just that filtered dataset.'
- title: Working with Custom Components
slug: custom-components
tech: [embed_api]
excerpt: 'The built-in components that ship with the Embed API are very nice, but sometimes you need to do more. This example shows how you can extend the Embed API to use your own custom components.'
- title: Third Party Visualizations
slug: third-party-visualizations
tech: [embed_api, real_time_reporting_api]
excerpt: 'The Embed API make it easy to query data and display it in a Google Chart. But it also allows you to access the raw data so you can display it however you want. This example uses the <a href="http://www.chartjs.org/">Chart.js</a> visualization library.'
- title: Server-side Authorization
slug: server-side-authorization
tech: [embed_api, api_client_library_python]
excerpt: 'This demo shows how you can use server-side authorization to display your Google Analytics data to users without granting them access to your Google Analytics account.'
- title: Enhanced Ecommerce
type: demo
slug: enhanced-ecommerce
tech: [analyticsjs, ecjs]
external:
action: View Demo
url: https://enhancedecommerce.appspot.com
- title: Hit Builder
type: tool
slug: hit-builder
tech: [measurement_protocol_validation_server]
- title: Polymer Elements
type: demo
slug: polymer-elements
tech: [management_api, metadata_api]
external:
action: View Demo
url: https://elements.polymer-project.org/elements/google-analytics?view=demo:demo/index.html
- title: Query Explorer
type: tool
slug: query-explorer
tech: [core_reporting_api, embed_api, management_api, metadata_api]
- title: Request Composer
type: tool
slug: request-composer
tech: [analytics_reporting_api_v4, embed_api, management_api, metadata_api]
- title: Spreadsheet Add-on
type: tool
slug: spreadsheet-add-on
tech: [core_reporting_api, management_api, mcf_reporting_api, metadata_api]
external:
action: Get Add-on
url: https://chrome.google.com/webstore/detail/google-analytics/fefimfimnhjjkomigakinmjileehfopp
- title: Tag Assistant
type: demo
slug: tag-assistant
tech: [tag_assistant, analyticsjs]
external:
action: Get Extension
url: https://chrome.google.com/webstore/detail/tag-assistant-by-google/kejbdjndbnbjgmefkgdddjlbokphdefk
- title: Usage Trends
type: tool
slug: usage-trends
status: new
tech: [analytics_reporting_api_v4, management_api, metadata_api]
# Google Analytics tech tags. Demos and tools should tag themselves with
# one or more of these to make tech more discoverable.
tech:
analytics_reporting_api_v4:
name: Analytics Reporting API v4
url: https://developers.google.com/analytics/devguides/reporting/core/v4/
analyticsjs:
name: analytics.js
url: https://developers.google.com/analytics/devguides/collection/analyticsjs/
autotrack:
name: autotrack
url: https://github.com/googleanalytics/autotrack/
core_reporting_api:
name: Core Reporting API
url: https://developers.google.com/analytics/devguides/reporting/core/v3/
ecjs:
name: Enhanced Ecommerce (ec.js)
url: https://developers.google.com/analytics/devguides/collection/analyticsjs/enhanced-ecommerce
embed_api:
name: Embed API
url: https://developers.google.com/analytics/devguides/reporting/embed/
management_api:
name: Management API
url: https://developers.google.com/analytics/devguides/config/mgmt/
mcf_reporting_api:
name: MCF Reporting API
url: https://developers.google.com/analytics/devguides/reporting/mcf/
measurement_protocol:
name: Measurement Protocol
url: https://developers.google.com/analytics/devguides/collection/protocol/
measurement_protocol_validation_server:
name: Measurement Protocol Validation Server
url: https://developers.google.com/analytics/devguides/collection/protocol/v1/validating-hits
metadata_api:
name: Metadata API
url: https://developers.google.com/analytics/devguides/reporting/metadata/
provisioning_api:
name: Provisioning API
url: https://developers.google.com/analytics/devguides/config/provisioning/
real_time_reporting_api:
name: Real Time Reporting API
url: https://developers.google.com/analytics/devguides/reporting/realtime/
api_client_library_python:
name: Google API Client Library for Python
url: https://developers.google.com/api-client-library/python/start/installation
tag_assistant:
name: Tag Assistant
url: https://chrome.google.com/webstore/detail/tag-assistant-by-google/kejbdjndbnbjgmefkgdddjlbokphdefk
url_shortener_api:
name: Url Shortener API
url: https://developers.google.com/url-shortener/
# Links represent external URLs that may change.
# Setting them here makes it easier to update globally.
links:
devsite: http://developers.google.com/analytics
github: https://github.com/googleanalytics/ga-dev-tools