Closed
Bug 655857
Opened 14 years ago
Closed 14 years ago
Contribution sources simplification
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
6.0.11
People
(Reporter: fligtar, Assigned: andy+bugzilla)
Details
In a given day we see these sources:
+----------------------------+----------+
| source | count(*) |
+----------------------------+----------+
| | 19 |
| addon-detail | 32 |
| addon-detail-version | 1 |
| addondetail | 9 |
| api | 14 |
| developers | 17 |
| homepagebrowse | 1 |
| homepagepromo | 4 |
| meetthedeveloper_roadblock | 1 |
| recommended | 1 |
| search | 1 |
+----------------------------+----------+
Many of those aren't valid contribution sources, but because the download source trickles through to the roadblock/post-install page, the contribution source is counted as the download source. Additionally, lots of these sources were renamed in zamboni which makes it nearly impossible to do anything useful with the data.
These should be the only contribution sources:
addon-detail (made directly from the details page)
roadblock (made from the roadblock page)
post-download (made from the post-download page)
meet-developers (made from the meet the developers page)
standalone (made from the standalone /about or /installed page)
api (made from the contribute page with src=api from the add-ons manager)
Comment 1•14 years ago
|
||
-> andym to investigate.
Assignee: nobody → amckay
Target Milestone: Q2 2011 → 6.0.11
Assignee | ||
Comment 2•14 years ago
|
||
What should I do with the following sources:
direct (made from the home or extensions page)
recommended
search
Conflate with one of the above?
Reporter | ||
Comment 3•14 years ago
|
||
They'll be going away in the new designs, but for now we can call them browse or listing or something.
Assignee | ||
Comment 4•14 years ago
|
||
I'm not sure where the "standalone /about or /installed pages are", wonder if they still exist.
"/en-US/firefox/addon/adblock-plus/about" redirects to "/en-US/firefox/addon/adblock-plus/contribute/installed/"
Assignee | ||
Comment 5•14 years ago
|
||
Changes:
discovery-personalrec > api
homepagepromo > browse
addon-detail-version > addon-detail
direct > browse
addondetail > addon-detail
developers > meet-developers
meet-the-developer-post-install > post-download
meetthedeveloper_roadblock > roadblock
recommended > browse
search > browse
https://github.com/jbalogh/zamboni/commit/508d5daae
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 6•14 years ago
|
||
STR:
1. Load https://addons-next.allizom.org/z/en-US/firefox/?browse=featured
2. Click directly on the contribute link for one of the featured add-ons
expected behavior:
'direct' is not one of the src attributes for contribution
observed behavior:
https://addons-next.allizom.org/z/en-US/firefox/addon/tab-mix-plus/contribute/?src=direct&type=suggested loads
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 7•14 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
Comment 8•14 years ago
|
||
STR:
1. Load https://addons-next.allizom.org/en-US/firefox/addon/foxyproxy-standard/versions/
2. Click on the 'Continue to Download' button
3. At this point, src = version-history (https://addons-next.allizom.org/en-US/firefox/addon/foxyproxy-standard/contribute/roadblock/?src=version-history&version=2.22.6)
4. Hover on the 'contribute' button. Notice that the src is changed to 'roadblock'
5. Make a contribution and see the src attribute in GET request
expected behavior:
src=roadblock is retained
observed behavior:
src=roadblock is replaced by source=version-history
Same behavior is seen for add-on with contrib-roadblock in
* Collections detail page
* User profile page
* Creatured page
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 9•14 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
Comment 10•14 years ago
|
||
Note that Discovery pane does not have contributions enabled. So it is not possible to check for discovery-personalrec > api.
addon-detail-version > addon-detail cannot be verified since the src always get changed to 'roadblock'
verified the following:
homepagepromo > browse
direct > browse
addondetail > addon-detail
developers > meet-developers
meet-the-developer-post-install > post-download
meetthedeveloper_roadblock > roadblock
recommended > browse
search > browse
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 11•14 years ago
|
||
Thanks. These are showing up nicely. I still see a few "direct" but not for any successful transactions, so maybe just an old link. There are, however, quite a few successful transactions that have no source.
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•