Closed
Bug 1191887
Opened 10 years ago
Closed 9 years ago
Sticky behavior tracking in the discovery pane when doing a search
Categories
(addons.mozilla.org Graveyard :: Discovery Pane, defect, P2)
addons.mozilla.org Graveyard
Discovery Pane
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: magopian, Unassigned, NeedInfo)
References
Details
(Whiteboard: [metrics] triaged)
This is a follow up of bug 1128713
When doing a search from the about:addons page, a XML is returned by AMO with the search results. Here's an example result:
https://services.addons.mozilla.org/en-us/firefox/api/1.5/search/adblock/all/30/Darwin/40.0/normal?src=firefox
Those results are then rendered by Firefox with install buttons. Those are not rendered by AMO, and as such don't use the javascript that's doing the google analytics push.
When clicking on those links, they point to eg https://addons.mozilla.org/firefox/downloads/file/322900/tab_mix_plus-0.4.1.8-fx.xpi?src=api, which is a 302 to the CDN.
We either need to use something like https://developers.google.com/analytics/devguides/collection/protocol/v1/devguide to post to google analytics from the server (when we do the 302), or have the client do it.
Going to ni :dveditz and :mossop to see if they have advice on that, if it's even possible.
Reporter | ||
Updated•10 years ago
|
Flags: needinfo?(dveditz)
Flags: needinfo?(dtownsend)
Comment 1•10 years ago
|
||
(In reply to Mathieu Agopian [:magopian] from comment #0)
> We either need to use something like
> https://developers.google.com/analytics/devguides/collection/protocol/v1/
> devguide to post to google analytics from the server (when we do the 302),
> or have the client do it.
>
> Going to ni :dveditz and :mossop to see if they have advice on that, if it's
> even possible.
It's possible, but I think we'd see a decent freakout if the client started making Google analytics submissions when clicking UI. It would also be hard to make changes if you needed them (six week cycles and all).
Flags: needinfo?(dveditz)
Flags: needinfo?(dtownsend)
Reporter | ||
Comment 2•10 years ago
|
||
Would it be better if we do that from the server (AMO) then?
Gareth and Michaela, do we need to do that at all?
Flags: needinfo?(mthayer)
Flags: needinfo?(garethcull.bugs)
Comment 3•10 years ago
|
||
I'm pretty sure we aren't going to put GA in the product. I'd expect if we want to attribute addon installs to marketing campaigns, we'd be sending traffic to addons.mozilla.org. Is there any other way we can get data from about:addons?
Michaela, does that work?
Gareth
Flags: needinfo?(garethcull.bugs)
Comment 4•10 years ago
|
||
(In reply to Gareth Cull [:garethc] from comment #3)
> I'm pretty sure we aren't going to put GA in the product. I'd expect if we
> want to attribute addon installs to marketing campaigns, we'd be sending
> traffic to addons.mozilla.org. Is there any other way we can get data from
> about:addons?
>
> Michaela, does that work?
>
> Gareth
Ultimately, we know that add-on installations are indicative of sticky behavior. We run multiple campaigns every month directing users to add-on collections, and even specific add-ons. If Google Analytics isn't possible per add-on, I would look to ya'll to see what is.
This is a part of a larger effort to track behaviors that impact retention so that we can get better at user retention.
Flags: needinfo?(mthayer)
Comment 5•10 years ago
|
||
Mathieu -- thanks for your comment in the connected bug, and also keeping this on your radar while you're working on other things. As a drop deadline, would you be comfortable with setting a date for mid-October for this to be completed by? This will give us time to set up for the Fall campaign.
Reporter | ||
Comment 6•10 years ago
|
||
Not sure about the mid-october date, I've got quite a lot on my plate at the moment, and for the coming weeks. Things might change in the near future.
Assignee | ||
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
Comment 7•9 years ago
|
||
tracking for metrics work via github bug
Priority: -- → P2
Whiteboard: [metrics] triaged
Comment 8•9 years ago
|
||
Tracking here: https://github.com/mozilla/addons-frontend/issues/41
Since we are redoing the discovery pane, we should track it there. Picking a random resolved status, because none of them feel right.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Comment 9•9 years ago
|
||
To be honest, I'm not actually sure whats being asked for here. We are launching the new discovery pane (what you see at about:addons) soon. What do want us to do for it?
Is it this: https://bugzilla.mozilla.org/show_bug.cgi?id=1128713#c1 ?
Updated•9 years ago
|
Flags: needinfo?(garethcull.bugs)
You need to log in
before you can comment on or make changes to this bug.
Description
•