summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Herman <davidherman@google.com>2015-06-22 17:24:36 -0700
committerDavid Herman <davidherman@google.com>2015-06-23 15:57:51 -0700
commit511afa0f5d8836b88fab4d6ed8df60c5c9b63a90 (patch)
tree01765fd8d9279be6be4f4dca7b9945a9679a1701
parentfdb2372ad88a1e90644b3592faea01b9c3a1dc8b (diff)
downloadservices-511afa0f5d8836b88fab4d6ed8df60c5c9b63a90.tar.gz
Added a help link to the Analytics UI
The analytics service shows an option to the user to asking them to "enable advertising ID" - there's now an additional link a user can click to read more. Change-Id: I8ebff94980854e5b891897313db2a5fa6db2a24f
-rw-r--r--resources/analytics/service.xml17
1 files changed, 13 insertions, 4 deletions
diff --git a/resources/analytics/service.xml b/resources/analytics/service.xml
index cc9b885..97f0ddb 100644
--- a/resources/analytics/service.xml
+++ b/resources/analytics/service.xml
@@ -77,8 +77,17 @@
text="${google.analytics.propertyId}"/>
</uiGrid>
- <uiItem
- type="checkbox"
- text="Enable Advertising ID"
- checked="${google.analytics.adsEnabled}"/>
+ <uiGrid colDefinitions="100px,Fit,Fit">
+ <uiItem
+ col="1"
+ type="checkbox"
+ text="Enable Advertising ID"
+ checked="${google.analytics.adsEnabled}"/>
+
+ <uiItem
+ col="2"
+ type="link"
+ text="What's this?"
+ url="https://developers.google.com/analytics/devguides/collection/android/v4/#ad-id"/>
+ </uiGrid>
</service>