Closed Bug 568878 Opened 14 years ago Closed 14 years ago

[k] Track On-site Search with WebTrends

Categories

(support.mozilla.org :: Search, defect, P1)

defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: bcutler, Assigned: jsocol)

References

()

Details

(Whiteboard: [firefox-release])

Directions:

"To track the search phases that visitors are using to search on your site, two (2) parameters are used: WT.oss and WT.oss_r.
WT.oss
	WT.oss=search_phrase
Identifies a word or a phrase that visitors submit for an on-site search. This must be dynamically populated by the site.
WT.oss_r 
	WT.oss_r=# of results
Identifies whether or not an on-site search is successful. This parameter should be specified on the same hit as WT.oss and should be set to the number of results whenever the on-site search is successful, or to “0” when the search fails (returns no results).
WebTrends Analytics uses this parameter in preconfigured custom report filters. WebTrends Marketing Warehouse uses it to provide data for the Number of Results attribute.
Example:	<META name=”WT.oss” content=”searchphrase”>
		<META name=”WT.oss_r” content=”134”>"

Once deployed, the on-site search report will be available from the Insights and OnDemand dashboards.
Blake, Cheng: How soon would we need to add this? Can it get pushed out sometime after 2.1 (wouldn't need to wait until 2.2).
OS: Mac OS X → All
Hardware: x86 → All
Essentially we don't have a key metric until then at all.  I REALLY want this out before 3.6.4 (which is slated for June 1st still) so we can see what users are asking about with OOPP.
Before Tuesday is not likely at this point--with Monday a holiday and IT usually loathe to push changes on the same day as Firefox releases.

SUMO devs: Can we fire-drill this and push it this afternoon, or will that kill you?
Assignee: nobody → jgross
(Sorry Josh, I scooped you on this one.)

http://github.com/jsocol/kitsune/commit/b488dddea2bf4cc6a01adbe9767a203daa5375f5

Will cherry-pick to master after the build and then file a push bug for Tuesday.
Assignee: jgross → james
Flags: in-testsuite?
Flags: in-litmus?
Priority: -- → P1
Summary: Track On-site Search with WebTrends → [k] Track On-site Search with WebTrends
Whiteboard: [firefox-release]
Target Milestone: --- → 2.1
Oh, also, resolved FIXED.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Verified FIXED:

http://support-stage-new.mozilla.com/en-US/search?q=deleting+bookmarks yields:

"Found 1030 results for deleting bookmarks in English"

and the page source is:

<meta name="WT.oss" content="deleting bookmarks">
<meta name="WT.oss_r" content="1030">
Status: RESOLVED → VERIFIED
in-testsuite+: Bug 570583
Flags: in-testsuite? → in-testsuite+
You need to log in before you can comment on or make changes to this bug.