Closed
Bug 1170652
Opened 10 years ago
Closed 10 years ago
Create Google Analytics client id
Categories
(Cloud Services :: Payments - Deprecated, defect)
Cloud Services
Payments - Deprecated
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: andy+bugzilla, Assigned: garethc)
Details
We are building out Google Analytics for a new Payments service. We'd like to have a new client id to use for Payments so that we can track all the goodness.
What information do you need to make one?
Assigning to gcull because I think you are the right person, if not please let me know.
This will allow https://github.com/mozilla/payments-ui/issues/74
Reporter | ||
Updated•10 years ago
|
Flags: needinfo?(garethcull.bugs)
Assignee | ||
Comment 1•10 years ago
|
||
Hey Andy,
I've created a new GA Property for Mozilla Payments and have generated the snippet to use:
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-35433268-60', 'auto');
ga('send', 'pageview');
</script>
Please add the to the <head> of all pages. Any questions, please feel free to ping me. Thanks.
Gareth
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(garethcull.bugs)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•