Closed
Bug 802813
Opened 12 years ago
Closed 12 years ago
Get Google Analytics for popcorn.webmaker.org
Categories
(Websites :: Web Analytics, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cmore, Unassigned)
References
Details
Here are the instructions for implementing Google Analytics on our website.
For more information, see http://code.google.com/apis/analytics/docs/tracking/asyncTracking.html
Copy the following code, then paste it onto every page you want to track immediately before the closing </head>tag.
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-35433268-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
Thank you for your assistance!
Reporter | ||
Comment 1•12 years ago
|
||
Please give me your @mozilla.com and @mozillafoundation.org email addresses and I will add them to have access to this new profile.
I have requested to have Google add this new profile as a premium account.
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
actually we'll need a few people to have access. jon is one, but we'll need others.
Reporter | ||
Comment 4•12 years ago
|
||
(In reply to Jon Buckley [:jbuck] from comment #2)
> jon@mozillafoundation.org
This is not a google account. I tried to add it but it says that email does not have a google account.
Comment 5•12 years ago
|
||
Right -none of those people except me have google accounts w/ those email addresses. I'll coordinate w/ Jen to make those happen.
Comment 6•12 years ago
|
||
For now, can you just add me? I'll tell you who to add when they have Google accounts.
Reporter | ||
Comment 7•12 years ago
|
||
Yes, I added you.(In reply to David Ascher (:davida) from comment #6)
> For now, can you just add me? I'll tell you who to add when they have
> Google accounts.
Yes, I added you.
Reporter | ||
Comment 8•12 years ago
|
||
:davida: Who will be putting the code from comment one in the website template?
Comment 9•12 years ago
|
||
jbuck/humph, both cc'ed.
Reporter | ||
Comment 11•12 years ago
|
||
Brett now has a mozilla google account, so let's add him to the profile UA-35433268-2, as created in bug 802813.
brett's google username is brett@mozillafoundation.org
Reporter | ||
Comment 12•12 years ago
|
||
I've added Brett.
Reporter | ||
Comment 13•12 years ago
|
||
I see data on the reports! Re-open this bug if you need any help or additional people.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 14•12 years ago
|
||
Can we get Webtrends removed off of the main webmaker.org domain sometime soon? Our contract end date is 2013-03-21. Will you need any historical data from Webtrends since the service will be shut down in a month?
Comment 15•12 years ago
|
||
:cmore - yeah we've got a plan for this. At the moment the people who are checking out our analytics data are making sure that everything is being brought over and tracking the same on both webtrends and google.
I'll give them a poke and let them know of the deadlines to move away.
Thanks!
Reporter | ||
Comment 16•12 years ago
|
||
Sounds good. Just don't want someone to be surprised. :)
Comment 17•12 years ago
|
||
:cmore - as of this morning webtrends is gone from webmaker.org, committed and deployed through dev, staging and live!
Comment 18•12 years ago
|
||
:cmore - just had a look at the GA dahsboard and the figures for popcorn.webmaker.org and popcorn.webmadecontent.org are the same.
Has the filter been set up correctly to differentiate the two?
Reporter | ||
Comment 19•12 years ago
|
||
(In reply to Ross Bruniges from comment #18)
> :cmore - just had a look at the GA dahsboard and the figures for
> popcorn.webmaker.org and popcorn.webmadecontent.org are the same.
>
> Has the filter been set up correctly to differentiate the two?
Filters are in place now.
You need to log in
before you can comment on or make changes to this bug.
Description
•