|
| 1 | +# Analytics Checklist |
| 2 | + |
| 3 | +See [Website Analytics](../../measurement/analytics.md) for full documentation. |
| 4 | + |
| 5 | +## Links `<a href="">` |
| 6 | + |
| 7 | +- [ ] Has a [`data-cta-text` OR `data-link-text`](../../measurement/analytics.md#data-attributes) |
| 8 | + - [ ] If it has class `mzp-c-button` it is a CTA |
| 9 | + - [ ] If it has class `mzp-c-cta-link` it is a CTA |
| 10 | + - [ ] If there are two CTAs with the same value for `data-cta-text` include `data-cta-position` |
| 11 | + - [ ] Has ONLY ONE of `data-cta-text` or `data-link-text` |
| 12 | +- [ ] If linking to another Mozilla property include `utm` params |
| 13 | + - [ ] `utm_source` is `www.firefox.com` or `www.mozilla.org` |
| 14 | + - [ ] `utm_medium` is `referral` |
| 15 | + - [ ] If the query string is in a variable it is called `params` and the string includes the `?` |
| 16 | +- Download button: |
| 17 | + - [ ] Use the [appropriate helper](../../firefox-downloads/download-buttons.md#which-helper-should-i-use), don't hardcode these (`download_firefox_thanks`, `google_play_button`, `apple_app_store_button`) |
| 18 | + - [ ] Include a `download_location` if there are multiple buttons on the page |
| 19 | + |
| 20 | +## Buttons `<button type="button">` |
| 21 | + |
| 22 | +- Download button: |
| 23 | + - [ ] Download buttons are links for analytics purposes (not buttons) |
| 24 | +- Not a download button: |
| 25 | + - [ ] [`widget_action` reporting in the dataLayer](../../measurement/analytics.md#widget-action) |
| 26 | + |
| 27 | +## QR Codes |
| 28 | + |
| 29 | +- [ ] Use the [`qrcode` helper](../../development/images.md#qrcode) |
| 30 | +- [ ] Use the app store redirects if applicable and include a product and campaign |
| 31 | + |
| 32 | +## Other |
| 33 | + |
| 34 | +- [ ] New custom events configured in GTM |
| 35 | +- If any of the following are used, check that their custom events will be triggered: |
| 36 | + - [ ] [Download](../../measurement/analytics.md#product-downloads) |
| 37 | + - [ ] Mozilla Accounts form |
| 38 | + - [ ] [Newsletter subscribe](../../measurement/analytics.md#newsletter-subscribe) |
| 39 | + - [ ] Self-hosted videos |
| 40 | + - [ ] [Send to Device](../../measurement/analytics.md#send-to-device) |
| 41 | + - [ ] [Social Share](../../measurement/analytics.md#social-share) |
| 42 | + - [ ] [VPN subscribe button](../../measurement/analytics.md#begin-checkout) |
| 43 | + - [ ] [Widget Action](../../measurement/analytics.md#widget-action) |
0 commit comments