Closed Bug 471576 Opened 16 years ago Closed 16 years ago

Need to know implementation details for omniture on mozilla-europe.org

Categories

(Websites Graveyard :: mozilla-europe.org, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: pascalc, Assigned: oremj)

Details

Attachments

(1 file)

I need to know what code should be added to mozilla europe templates for Omniture
Might need to update http://www.mozilla.com/en-US/third-party.html if mozilla-europe.org is going to start using Omniture. Also, both mozilla-europe.org and mozilla.com's privacy policy aren't linking to third-party.html anymore, which is a mistake.
Assignee: pascalc → oremj
Jeremy, we need your help here and I would like to remove that from my todo list as soon as possible, thanks!
Just wanted to add here - that we are fine to move forward with implementation. Tristan has blogged out the policy and we have received no feedback to date. many thanks.
Attached file Omniture javascript
You'll need to place the attached javascript somewhere within your docroot.

Add the following after the <body> tag:
<script type="text/javascript" src="/js/s_code.js"></script>

Add the following before the </body> tag:
<script type="text/javascript">// <![CDATA[
        var s_code=s.t();if(s_code)document.write(s_code);
// ]]></script>


Let me know if you have any problems.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
When I connect to omniture, I do not see mozilla-europe.org as one of the sites I can have access to stats.
You should be able to see it now.
it works, thanks
Jeremy -- Pascal also needs implementation details for tracking clicks on the download button (just like we have set-up on www.mozilla.com).
reopening as per comment #8
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
The onclick event of the download link needs to call the following code:

var s=s_gi('mozillaeu');
s.tl(this,'o','Download Click');

The data will then show up in Site Content -> Links -> Custom Links.
Status: REOPENED → RESOLVED
Closed: 16 years ago16 years ago
Resolution: --- → FIXED
Product: Websites → Websites Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: