Closed Bug 1213891 Opened 9 years ago Closed 9 years ago

Update urls on /choose

Categories

(www.mozilla.org :: Pages & Content, defect)

Production
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: espressive, Assigned: espressive)

References

()

Details

(Whiteboard: [kb=1870752] [fall-2015-engagement])

Currently there are two links in the body copy of the firefox/choose page that point to temporary links. The first should be pointing to the tracking protection landing page and, the second should point to the smart-on page.

This bug acts as a reminder to make those changes before go live.
Assignee: nobody → schalk.neethling.bugs
Whiteboard: [kb=1850274] [fall-2015-engagement] → [kb=1870752] [fall-2015-engagement]
Depends on: 1196569
Blocks: 1214232
No longer blocks: 1214232
The SmartOn Tracking page will be at mozilla.org/teach/smarton/tracking/, {{ url('teach.smarton.tracking') }} in bedrock

Private Browsing landing page will be at mozilla.org/firefox/private-browsing/, {{ url('firefox.private-browsing') }}
Depends on: 1215136
On the /firefox/choose/ page, for the two body copy links below the download button, can we add UTM parameters to those pages? I need them to trigger a funnelcake cohort tests for people that explore those links and later download that don't download immediately.

They just need the utm_campaign parameter only. 

The utm_campaign parameter we are using for the fall campaign all start with fx-fall-15

Example:

/teach/smarton/tracking/?utm_campaign=fx-fall-15

/firefox/private-browsing/?utm_campaign=fx-fall-15

Should be able to do:

<a href="{{ url('teach.smarton.tracking') }}?utm_campaign=fx-fall-15" class="more">

<a href="{{ url('firefox.private-browsing') }}?utm_campaign=fx-fall-15" class="more">

Let me know. Thanks!
Flags: needinfo?(craigcook.bugz)
Moving NI to schalk as he is building the page.
Flags: needinfo?(craigcook.bugz) → needinfo?(schalk.neethling.bugs)
Commits pushed to master at https://github.com/mozilla/bedrock

https://github.com/mozilla/bedrock/commit/e515d65107471f02d41c7f0c46eaf665d3fd3410
Fix Bug 1213891, update urls to smarton and private browsing

https://github.com/mozilla/bedrock/commit/3ffecf3d8917771b21717245a27661adbecac5b6
Merge pull request #3497 from schalkneethling/bug1213891-update-urls-on-choose

Fix Bug 1213891, update urls to smarton and private browsing
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Verified post-release
Status: RESOLVED → VERIFIED
Flags: needinfo?(schalk.neethling.bugs)
You need to log in before you can comment on or make changes to this bug.