Closed
Bug 747142
Opened 14 years ago
Closed 14 years ago
Set up webtrends for l10n.mozilla.org
Categories
(Websites :: Web Analytics, task)
Websites
Web Analytics
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: laura, Assigned: cmore)
References
Details
Attachments
(2 files, 2 obsolete files)
|
7.09 KB,
application/zip
|
Details | |
|
26.43 KB,
patch
|
Pike
:
review+
|
Details | Diff | Splinter Review |
As above. If there's any way we can do this this week, I would be truly grateful.
| Assignee | ||
Comment 1•14 years ago
|
||
Here is the zip file of the code and scripts. Follow the instructions here to deploy (step 4): https://intranet.mozilla.org/Webanalytics#Track_a_New_Domain
Comment 2•14 years ago
|
||
(In reply to Chris More [:cmore] from comment #1)
> Created attachment 616733 [details]
> Webtrends code
>
> Here is the zip file of the code and scripts. Follow the instructions here
> to deploy (step 4):
> https://intranet.mozilla.org/Webanalytics#Track_a_New_Domain
I stumbled on the first hurdle. How do I log in to the Webtrends On Demand Dashboard.
Also, do you know why the instructions say to pick up the tag to paste in from the Dashboard, AND you sent a tag in the zip file?
| Assignee | ||
Comment 3•14 years ago
|
||
(In reply to Peter Bengtsson [:peterbe] from comment #2)
> (In reply to Chris More [:cmore] from comment #1)
> > Created attachment 616733 [details]
> > Webtrends code
> >
> > Here is the zip file of the code and scripts. Follow the instructions here
> > to deploy (step 4):
> > https://intranet.mozilla.org/Webanalytics#Track_a_New_Domain
>
> I stumbled on the first hurdle. How do I log in to the Webtrends On Demand
> Dashboard.
>
> Also, do you know why the instructions say to pick up the tag to paste in
> from the Dashboard, AND you sent a tag in the zip file?
I mentioned step 4 above, which is the deploy tag step. I did step 1-3 for you.
Comment 4•14 years ago
|
||
Note the change to local.py-dist to disable this in -dev, and local development.
Attachment #616990 -
Flags: review?(l10n)
| Assignee | ||
Comment 5•14 years ago
|
||
Hey Peter. Here is the new code if you didn't already grab it from Affiliates.
Attachment #616733 -
Attachment is obsolete: true
Comment 6•14 years ago
|
||
Comment on attachment 616990 [details] [diff] [review]
setup webtrends
Review of attachment 616990 [details] [diff] [review]:
-----------------------------------------------------------------
I think we should make webtrends off by default, and only switch it on explicitly on production's local.py. r- for that.
Also, see small nit below.
::: templates/base.html
@@ +131,5 @@
> + var s=document.createElement("script"); s.async=true; s.src="{{ STATIC_URL }}js/libs/webtrends.min.js";
> + var s2=document.getElementsByTagName("script")[0]; s2.parentNode.insertBefore(s,s2);
> +}());
> +</script>
> +<noscript><img alt="dcsimg" id="dcsimg" width="1" height="1" src="//statse.webtrendslive.com/dcsf7xfvtuz5bded1ux6dbh3k_4e3h/njs.gif?dcsuri=/nojavascript&WT.js=No&WT.tv=10.2.0&dcssip=www.l10n.mozilla.org"/></noscript>
www.l10n.mozilla.org?
Attachment #616990 -
Flags: review?(l10n) → review-
Comment 7•14 years ago
|
||
Now, regarding the www; when Chris set up the code for us, he never typed in "www.l10n.mozilla.org". This is the way it's generated. Actually, it's the same for affiliates.mozilla.org which, if you look at the source, also uses www.affiliates.mozilla.org (although they're using WebTrends 9). And Chris says the stats have been working perfectly fine on that site. After all, the key for it is `dcisp` not `domain` so maybe it's an internal thing of theirs.
I reckon we leave it as this for now and then monitor if we get any stats coming in where Javascript is turned off.
I wish we can get access to their support and ask.
Attachment #616990 -
Attachment is obsolete: true
Attachment #617487 -
Flags: review?(l10n)
Comment 8•14 years ago
|
||
[:cmore]
Now, how can we get access to our WebTrends data for l10n.mozilla.org?
| Assignee | ||
Comment 9•14 years ago
|
||
It will take 24 hours after the code is set up correctly on the site and when the site is getting traffic.
:peterbe: Do you want a Webtrends account so you can look at the data?
Comment 10•14 years ago
|
||
(In reply to Chris More [:cmore] from comment #9)
> It will take 24 hours after the code is set up correctly on the site and
> when the site is getting traffic.
>
Ok.
> :peterbe: Do you want a Webtrends account so you can look at the data?
Yes please! And one for Laura (lthomson@mozilla.com) and Axel too (l10n@mozilla.com)
| Assignee | ||
Comment 11•14 years ago
|
||
Added all three of you. Let's check out the report tomorrow to see if there is data.
Updated•14 years ago
|
Attachment #617487 -
Flags: review?(l10n) → review+
Comment 12•14 years ago
|
||
Comment 13•14 years ago
|
||
editing the status
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Component: Webtrends → Web Analytics
You need to log in
before you can comment on or make changes to this bug.
Description
•