Closed Bug 937691 Opened 11 years ago Closed 10 years ago

[Product] Determine behavior when top search results are entered by the user

Categories

(Tracking :: User Story, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: cgalimidi, Assigned: clouserw)

References

Details

User Story

Story: 

I am a user who typed in one of the common search terms below. For each app, I'd like to see the app result(s) that are most relevant to me and click directly to the app details page in the Marketplace in order to download the app. 

I'd also like to  see the Marketplace app icon, so I have the option of seeing all the matching search results in the Marketplace.   

whatsapp
line
youtube
pou
google
instagram
facebook
juegos
skype
chat
      No description provided.
User Story: (updated)
User Story: (updated)
To get the data on relevant searches for Marketplace-based apps into the e.me alogrothm, they requested two types of data for the top search terms in Marketplace search:


a. The top 10 search terms (and number of times they appeared) that resulted in
clicks to an app detail page

b.  The top 10 search terms (and number of times they appeared) that resulted in
installs

We would like the Analytics team (Gareth Cull) to add the proper GA plumbing to capture this information, and Wil and engineering team will implement it. Reminder: FC for 1.3 is Dec. 9, and we need a couple of weeks of testing what e.me is doing with the results, so we should get this done asap.
Flags: needinfo?(garethcull.bugs)
Assignee: wmaggs → clouserw
Can we please implement the following:

A) The top 10 search terms (and number of times they appeared) that resulted in clicks to an app detail page. 

This implementation is similar to our current implementation of Custom Variables 6-10 on the app view page. Before trackPageView is called, please set: 
_gaq.push(['_setCustomVar',13,'Search Term That Lead to an App View',searchTerm,3]);
where searchTerm is the keyword taken from the referring search result page that lead to the app view.

B) The top 10 search terms (and number of times they appeared) that resulted in installs

There are 2 places where we need to set this custom variable, one being when the user successfully installs from the search results page. And the other being when the user successfully installs from the app view page. 
Before the 'Successful App Install' Event is set, we need to set:
_gaq.push(['_setCustomVar',14,'Search Term That Lead to an App Install',searchTerm,3]);
where searchTerm is the keyword taken from the referring search result page that lead to the app view.
Flags: needinfo?(garethcull.bugs)
Team - 
This was a product bug to define behavior and I think that has been accomplished, and this bug can be closed out.

Gareth - 
Has the work you outlined above been completed?
Is anything outstanding from your side?

If not, I'll close.
Flags: needinfo?(garethcull.bugs)
Hi Caitlin,

We are now capturing this data as per this bug: https://bugzilla.mozilla.org/show_bug.cgi?id=938879

So, you can close this bug now. Thanks.

Gareth
Flags: needinfo?(garethcull.bugs)
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.