OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:analytics
(Results
1 - 25
of
3232
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/chrome/common/extensions/docs/examples/tutorials/
analytics.zip
/external/chromium_org/chrome/common/extensions/docs/templates/public/apps/
analytics.html
1
{{+partials.standard_apps_article article:intros.
analytics
/}}
/external/chromium/chrome/common/extensions/docs/examples/tutorials/analytics/
manifest.json
2
"name": "Event Tracking with Google
Analytics
",
4
"description": "A sample extension which uses Google
Analytics
to track usage.",
8
"default_icon": "
analytics
-extension-icon-19.png",
12
"48": "
analytics
-extension-icon-48.png",
13
"128": "
analytics
-extension-icon-128.png"
analytics.js
6
* Below is a modified version of the Google
Analytics
asynchronous tracking
10
* a Google
Analytics
account.
12
* See http://code.google.com/apis/
analytics
/docs/tracking/asyncTracking.html
16
* with your own Google
Analytics
account number. Note that the default code
20
* <script src="
analytics
.js"></script> include at the top of the <body>
30
ga.src = 'https://ssl.google-
analytics
.com/ga.js';
background.html
11
<script src="
analytics
.js"></script>
popup.html
22
<script src="
analytics
.js"></script>
/external/chromium_org/chrome/common/extensions/docs/examples/tutorials/analytics/
manifest.json
2
"name": "Event Tracking with Google
Analytics
",
4
"description": "A sample extension which uses Google
Analytics
to track usage.",
7
"default_icon": "
analytics
-extension-icon-19.png",
11
"48": "
analytics
-extension-icon-48.png",
12
"128": "
analytics
-extension-icon-128.png"
16
"content_security_policy": "script-src 'self' https://ssl.google-
analytics
.com; object-src 'self'"
popup.js
6
* Add your
Analytics
tracking ID here.
11
* Below is a modified version of the Google
Analytics
asynchronous tracking
15
* a Google
Analytics
account.
25
ga.src = 'https://ssl.google-
analytics
.com/ga.js';
33
* See http://code.google.com/apis/
analytics
/docs/tracking/asyncTracking.html
/external/chromium_org/chrome/common/extensions/docs/templates/articles/
analytics.html
1
<h1>
Analytics
</h1>
6
<td>Use the Chrome Platform
Analytics
JavaScript library to measure user interactions with your app.</td>
10
<td><a href="https://github.com/GoogleChrome/chrome-platform-
analytics
/tree/master/src/example">JavaScript and Closure examples</a></td>
15
<a href="https://github.com/GoogleChrome/chrome-platform-
analytics
/wiki">Chrome Platform
Analytics
</a></td>
22
The <a href="https://developers.google.com/
analytics
/devguides/platform/">Google
Analytics
Platform</a> lets you
25
<a href="https://github.com/GoogleChrome/chrome-platform-
analytics
/wiki">Chrome Platform
Analytics
</a> (CPA) is
27
and send them to the Google
Analytics
Platform
[
all
...]
tut_analytics.html
1
<h1>Tutorial: Google
Analytics
</h1>
5
This tutorial demonstrates using Google
Analytics
to track the usage of your
7
href="/apps/
analytics
.html">
Analytics
for Apps</a> since apps have different
19
You will also need a <a href="http://www.google.com/
analytics
">Google
20
Analytics
account</a> set up to track your extension. Note that when setting
28
alt="The
analytics
setup with info for a chrome extension filled out." />
34
The standard Google
Analytics
tracking code snippet fetches a file named
43
from <code>https://ssl.google-
analytics
.com/ga.js</code> instead of the
49
<a href="http://code.google.com/apis/
analytics
/docs/tracking/asyncTracking.html">asynchronou
[
all
...]
tutorials.html
19
<li> <a href="tut_analytics.html">Google
Analytics
</a> -
/external/doclava/res/assets/templates/
index.cs
6
<?cs include:"
analytics
.cs" ?>
/packages/apps/Calendar/src/com/android/calendar/
AnalyticsLogger.java
6
* Interface for
analytics
logging.
14
* @return true, if
analytics
logging is ready to be use.
/external/chromium/chrome/common/extensions/docs/static/
tut_analytics.html
1
<div id="pageData-name" class="pageData">Tutorial: Google
Analytics
</div>
4
<p>This tutorial demonstrates using Google
Analytics
to track the usage of your
15
You will also need a <a href="http://www.google.com/
analytics
">Google
16
Analytics
account</a> set up to track your extension. Note that when setting
24
alt="The
analytics
setup with info for a chrome extension filled out." />
28
Also note that Google
Analytics
requires version <strong>4.0.302.2</strong>
30
Chrome will not show up on your Google
Analytics
reports. View
38
The standard Google
Analytics
tracking code snippet fetches a file named
45
<code>https://ssl.google-
analytics
.com/ga.js</code> instead of the default
51
<a href="http://code.google.com/apis/
analytics
/docs/tracking/asyncTracking.html">asynchronou
[
all
...]
tutorials.html
19
<li> <a href="tut_analytics.html">Google
Analytics
</a> -
/packages/apps/UnifiedEmail/src/com/android/mail/analytics/
Analytics.java
18
package com.android.mail.
analytics
;
24
* Mail wrapper for
analytics
libraries. Libraries should implement {@link Tracker}, and app
25
* configurations that want to enable
analytics
should call {@link #setTracker(Tracker)} as soon
32
public final class
Analytics
{
52
private
Analytics
() {
56
synchronized (
Analytics
.class) {
65
synchronized (
Analytics
.class) {
Tracker.java
18
package com.android.mail.
analytics
;
23
*
Analytics
libraries should implement this interface.
/external/chromium_org/chrome/common/extensions/docs/server2/test_data/github_file_system/
expected_list.json
5
"
analytics
/",
/external/chromium_org/chrome/common/extensions/docs/server2/
github_file_system_test.py
35
self._file_system.ReadSingle('/
analytics
/launch.js').Get())
42
self._file_system.ReadSingle('/
analytics
/launch.js').Get()
44
self._file_system.ReadSingle('/
analytics
/main.css').Get()
/build/tools/droiddoc/templates-pdk/
trailer.cs
6
document.write(unescape("%3Cscript src='" + gaJsHost + "google-
analytics
.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
/external/chromium/chrome/common/extensions/docs/
tut_analytics.html
19
<title>Tutorial: Google
Analytics
- Google Chrome Extensions - Google Code</title></head>
220
<li class="leftNavSelected">Google
Analytics
</li>
254
<h1 class="page_title">Tutorial: Google
Analytics
</h1>
282
<a href="#toc-debugging">Monitoring
analytics
requests</a>
350
<div id="static"><div id="pageData-name" class="pageData">Tutorial: Google
Analytics
</div>
353
<p>This tutorial demonstrates using Google
Analytics
to track the usage of your
364
You will also need a <a href="http://www.google.com/
analytics
">Google
365
Analytics
account</a> set up to track your extension. Note that when setting
371
<img src="images/tut_analytics/screenshot01.png" style="width:400px;height:82px;" alt="The
analytics
setup with info for a chrome extension filled out.">
375
Also note that Google
Analytics
requires version <strong>4.0.302.2</strong
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/
MailIntentService.java
26
import com.android.mail.
analytics
.
Analytics
;
27
import com.android.mail.
analytics
.AnalyticsUtils;
75
Analytics
.getInstance().sendEvent("notification_dismiss", folder.getTypeDescription(),
/external/ceres-solver/docs/source/_themes/armstrong/
layout.html
66
<!-- Google
Analytics
Code -->
74
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-
analytics
.com/ga.js';
/external/chromium_org/chrome/browser/resources/quick_office/
manifest_editor.json
11
"content_security_policy": "default-src 'self'; connect-src https://www.google-
analytics
.com/ blob: chrome-extension:; style-src 'self' 'unsafe-inline' chrome-extension:; img-src 'self' blob: data:; frame-src chrome-extension:; script-src 'self'",
68
"https://www.google-
analytics
.com/",
manifest_viewing.json
10
"content_security_policy": "default-src 'self'; connect-src https://www.google-
analytics
.com/ blob: chrome-extension:; style-src 'self' 'unsafe-inline' chrome-extension:; img-src 'self' blob: data:; frame-src chrome-extension:; script-src 'self'",
66
"https://www.google-
analytics
.com/",
Completed in 400 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>