Closed Bug 1451737 Opened 7 years ago Closed 7 years ago

Application panel: add tracking parameters to outgoing links in application panel

Categories

(DevTools :: Application Panel, enhancement, P3)

enhancement

Tracking

(firefox62 fixed)

RESOLVED FIXED
Firefox 62
Tracking Status
firefox62 --- fixed

People

(Reporter: jdescottes, Assigned: ladybenko)

References

Details

Attachments

(1 file)

When no service workers are registered, the application panel displays a link to MDN: https://developer.mozilla.org/docs/Web/API/Service_Worker_API/Using_Service_Workers We need to define which GA parameters we should use here and add them to the URL.
Assignee: nobody → balbeza
Attachment #8972858 - Flags: review?(hkirschner)
Comment on attachment 8972858 [details] Bug 1451737 - add GA parameters to outgoing links in application panel. https://reviewboard.mozilla.org/r/241166/#review247324 Looks good to me, thanks for the patch. Should we state utm_campaign=blank or simply omit it? I rely on Harald's review to clarify this. ::: npm-shrinkwrap.json:175 (Diff revision 1) > "has-flag": "3.0.0" > } > } > } > }, > "chardet": { Not sure how this got updated (maybe https://bugzilla.mozilla.org/show_bug.cgi?id=1456403) but we should remove it from the patch
Attachment #8972858 - Flags: review?(jdescottes) → review+
Comment on attachment 8972858 [details] Bug 1451737 - add GA parameters to outgoing links in application panel. https://reviewboard.mozilla.org/r/241166/#review247434 ::: devtools/client/application/src/components/WorkerListEmpty.js:11 (Diff revision 1) > > const PropTypes = require("devtools/client/shared/vendor/react-prop-types"); > const { Component } = require("devtools/client/shared/vendor/react"); > const { a, div, li, ul } = require("devtools/client/shared/vendor/react-dom-factories"); > -const DOC_URL = "https://developer.mozilla.org/docs/Web/API/Service_Worker_API/Using_Service_Workers"; > - > +const DOC_URL = "https://developer.mozilla.org/docs/Web/API/Service_Worker_API/Using_Service_Workers" + > + "?utm_source=devtools&utm_medium=sw-panel&utm_campaign=blank"; To follow the same format for other links added recently: medium to "sw-panel-blank" (for more specificity) and remove campaign
Attachment #8972858 - Flags: review?(hkirschner) → review-
Mass move to the new application panel component.
Component: Developer Tools → Developer Tools: Application Panel
Status: NEW → ASSIGNED
Comment on attachment 8972858 [details] Bug 1451737 - add GA parameters to outgoing links in application panel. Can you review the new patch?
Attachment #8972858 - Flags: review?(hkirschner)
Comment on attachment 8972858 [details] Bug 1451737 - add GA parameters to outgoing links in application panel. https://reviewboard.mozilla.org/r/241166/#review248310 LGTM
Attachment #8972858 - Flags: review?(hkirschner) → review+
Keywords: checkin-needed
Pushed by nerli@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/858f248f4714 add GA parameters to outgoing links in application panel. r=Harald,jdescottes
Keywords: checkin-needed
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 62
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: