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)
DevTools
Application Panel
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 | ||
Updated•7 years ago
|
Assignee: nobody → balbeza
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Attachment #8972858 -
Flags: review?(hkirschner)
Reporter | ||
Comment 2•7 years ago
|
||
mozreview-review |
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 3•7 years ago
|
||
mozreview-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-
Comment hidden (mozreview-request) |
Comment 5•7 years ago
|
||
Mass move to the new application panel component.
Component: Developer Tools → Developer Tools: Application Panel
Reporter | ||
Updated•7 years ago
|
Status: NEW → ASSIGNED
Reporter | ||
Comment 6•7 years ago
|
||
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 7•7 years ago
|
||
mozreview-review |
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+
Assignee | ||
Updated•7 years ago
|
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
Comment 9•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 62
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•