Skip to content

Commit

Permalink
Fix campaign param on firefox/landing
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgibson committed Jan 28, 2025
1 parent 9201382 commit 7a78f01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bedrock/firefox/templates/firefox/landing/tech.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
{% set win_custom_download_id = 'partner-firefox-release-smi-smi-001-stub' %}
{% set mac_custom_download_id = 'partner-firefox-release-smi-smi-001-latest' %}

{% set android_campaign_url = play_store_url('firefox', 'custom-001') %}
{% set ios_campaign_url = app_store_url('firefox', 'custom-001') %}
{% set android_campaign_url = play_store_url('firefox', 'smi-001') %}
{% set ios_campaign_url = app_store_url('firefox', 'smi-001') %}

{% block string_data %}
data-win-custom-id="{{ win_custom_download_id }}"
Expand Down

0 comments on commit 7a78f01

Please sign in to comment.