Closed
Bug 726681
Opened 13 years ago
Closed 13 years ago
[bedrock] Devices Landing Page: Tag with Webtrends Custom Tags
Categories
(Websites :: Web Analytics, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: lforrest, Assigned: craigcook)
References
Details
Attachments
(4 files)
Hi Brad - We'd like to track the "clicks" on each of the BFBs (Big F-ing Buttons), and panels within this new landing page.
Preview: https://bugzilla.mozilla.org/attachment.cgi?id=595320&action=edit
Essentially we'd like to be able to see:
1. How many views, or even "clicks," each panel got (Mobile, Add-Ons, Sync, etc).
2. How many clicks each CTA got within each panel. Note that there are multiple CTAs within the Add-On panel.
Please provide the code that Webdev will need - if you already have this recorded within a Wiki, simply point to that standard, and the devs can take it from there. Note that this is sort of like 5 webpages within one.
Will a custom report need to be created to see this data?
Timing: Within the next week, by 2/20. Thanks!
Comment 1•13 years ago
|
||
I don't believe we currently have a standard for this. Let's iron out some details on Wednesday.
Comment 2•13 years ago
|
||
Here are some questions and assumptions I have made. Please have a look and let me know. Also, it may better to approach this from a reporting stand-point. We will probably need at least a couple of custom reports. What are you looking to report on?
Reporter | ||
Comment 3•13 years ago
|
||
Reporter | ||
Comment 4•13 years ago
|
||
Thanks for the quick turn-around! I've added my comments, highlighted, in the doc attached.
We simply want to measure impressions and clicks, meaning, how often each pane is seen, and how many clicks each link gets. Really basic stuff.
Putting this info into one report would be great.
Comment 5•13 years ago
|
||
What do you envision this report to look like? A quick matrix should be fine.
Reporter | ||
Comment 6•13 years ago
|
||
(In reply to Bradley Gross from comment #5)
> What do you envision this report to look like? A quick matrix should be
> fine.
It would be nice to have a report with the following:
Rows:
Desktop
Mobile
Tablet
Addons
Sync
Columns:
Impressions/Page Views/Views on each pane (see Rows above)
Clicks to each link within each pane
CTR% for each link
Reporter | ||
Comment 7•13 years ago
|
||
Other notes: Impressions would be collected per panel.
Comment 8•13 years ago
|
||
Please validate that the parameters set in this document will fulfill your reporting needs.
Comment 9•13 years ago
|
||
Reporter | ||
Comment 10•13 years ago
|
||
Brad - This looks great go, thanks!
Craig - Please implement this as part of building the page so we can keep close tabs on how this page performs. Can you ping Brad once the page is on staging, so he can verify?
Severity: major → normal
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 11•13 years ago
|
||
Re-opening this so Craig can implement once the page is ready to be coded.
Assignee: brad.gross → craigcook.bugz
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Summary: Devices Landing Page: Provide Webtrends Tags → [bedrock] Devices Landing Page: Tag with Webtrends Custom Tags
Reporter | ||
Comment 12•13 years ago
|
||
Hey Brad - We changed some of the Add-ons around on that specific panel - please take a look at the final PSD in Bug 713673 and update tagging here.
Can you also provide any other set of instructions that will help Craig implement? Please include those details here.
Assignee: craigcook.bugz → brad.gross
Depends on: 713673
Comment 13•13 years ago
|
||
If the user can download products directly from this page please include the following META tag in the page header:
<META name="WT.z_pdp" content="firefox;firefox_android;" />
On the Desktops & Laptops panel:
On the impression add the following Javascript call:
dcsMultiTrack('WT.z_panel','Desktops & Laptops','WT.dl',98);
On the upgrade button click:
dcsMultiTrack('WT.z_panel','Desktops & Laptops','WT.z_cta','download firefox','WT.z_convert','downloadfirefox','WT.dl',99);
On the Smartphones panel:
On the impression add the following Javascript call:
dcsMultiTrack('WT.z_panel','Smartphones','WT.dl',98);
On the button click:
dcsMultiTrack('WT.z_panel','Smartphones','WT.z_cta','Get Firefox for Android','WT.z_convert','Get Firefox for Android','WT.dl',99);
On the Tablets panel:
On the impression add the following Javascript call:
dcsMultiTrack('WT.z_panel','Tablets','WT.dl',98);
On the button click:
dcsMultiTrack('WT.z_panel','Tablets','WT.z_cta','Get Firefox for Android','WT.z_convert','Get Firefox for Android','WT.dl',99);
On the Favorite Add-ons panel:
On the impression add the following Javascript call:
dcsMultiTrack('WT.z_panel', 'Favorite Add-ons', 'WT.dl', 98);
On the various button/link clicks:
dcsMultiTrack('WT.z_panel','Favorite Add-ons','WT.z_cta','Browse Add-ons','WT.dl',99);
dcsMultiTrack('WT.z_panel','Favorite Add-ons','WT.z_cta','Adblock Plus Desktop','WT.dl',99);
dcsMultiTrack('WT.z_panel','Favorite Add-ons','WT.z_cta','Adblock Plus Mobile','WT.dl',99);
dcsMultiTrack('WT.z_panel','Favorite Add-ons','WT.z_cta','No Script Desktop','WT.dl',99);
dcsMultiTrack('WT.z_panel','Favorite Add-ons','WT.z_cta','No Script Mobile','WT.dl',99);
dcsMultiTrack('WT.z_panel','Favorite Add-ons','WT.z_cta','Speed Dial Desktop','WT.dl',99);
dcsMultiTrack('WT.z_panel','Favorite Add-ons','WT.z_cta','Speed Dial Mobile','WT.dl',99);
On the Sync Your Gadgets panel:
On the impression add the following Javascript call:
dcsMultiTrack('WT.z_panel','Sync Your Gadgets','WT.dl',98);
On the button click:
dcsMultiTrack('WT.z_panel','Sync Your Gadgets','WT.z_cta','Sync Your Gadgets','WT.dl', 99);
When the tagging is complete please assign bug back to me me for validation.
Note: The page will have to contain the standard webtrends beacon as well.
Reporter | ||
Updated•13 years ago
|
Assignee: brad.gross → craigcook.bugz
Assignee | ||
Comment 14•13 years ago
|
||
This page went live (including webtrends) a while ago, I just forgot to resolve it. Have we confirmed that WT is receiving data from the page now that it's been in production for a while?
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 15•13 years ago
|
||
Yes - thanks for resolving fixed!
Updated•12 years ago
|
Component: Webtrends → Web Analytics
You need to log in
before you can comment on or make changes to this bug.
Description
•