Skip to content

Commit

Permalink
Add acquisition URL (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
carkod authored Sep 4, 2023
1 parent e469ef3 commit e604d6b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/blog/newsletter-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ <h3 class="p-card--title p-heading--4">订阅您感兴趣的主题</h3>

<input type="hidden" name="Consent_to_Processing__c" value="yes" />
<input value="3647" name="formid" type="hidden">
<input type="hidden" name="acquisition_url" aria-label="acquisition_url" value="{{ request.url }}">
<input type="hidden" aria-hidden="true" aria-label="hidden field" name="utm_campaign" id="utm_campaign" value="" />
<input type="hidden" aria-hidden="true" aria-label="hidden field" name="utm_medium" id="utm_medium" value="" />
<input type="hidden" aria-hidden="true" aria-label="hidden field" name="utm_source" id="utm_source" value="" />
Expand Down
1 change: 1 addition & 0 deletions templates/contact/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ <h2>联系我们</h2>
<button type="submit" class="u-no-margin--bottom p-card--content" style="width:50%"> 提交 </button>
<input name="formid" aria-label="formid" value="2816" type="hidden">
<input type="hidden" aria-hidden="true" aria-label="hidden field" name="Consent_to_Processing__c" value="yes" />
<input type="hidden" name="acquisition_url" aria-label="acquisition_url" value="{{ request.url }}">
<input type="hidden" aria-hidden="true" aria-label="hidden field" name="utm_campaign" id="utm_campaign" value="" />
<input type="hidden" aria-hidden="true" aria-label="hidden field" name="utm_medium" id="utm_medium" value="" />
<input type="hidden" aria-hidden="true" aria-label="hidden field" name="utm_source" id="utm_source" value="" />
Expand Down
1 change: 1 addition & 0 deletions templates/download/server/thank-you.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ <h3>需要最新的命令行手册?</h3>
<button type="submit" class="u-no-margin--bottom">订阅和下载</button>
<input name="formid" aria-label="formid" value="3593" type="hidden">
<input type="hidden" aria-hidden="true" aria-label="hidden field" name="Consent_to_Processing__c" value="yes" />
<input type="hidden" name="acquisition_url" aria-label="acquisition_url" value="{{ request.url }}">
<input type="hidden" aria-hidden="true" aria-label="hidden field" name="utm_campaign" id="utm_campaign" value="" />
<input type="hidden" aria-hidden="true" aria-label="hidden field" name="utm_medium" id="utm_medium" value="" />
<input type="hidden" aria-hidden="true" aria-label="hidden field" name="utm_source" id="utm_source" value="" />
Expand Down
1 change: 1 addition & 0 deletions templates/engage/2004-launch.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ <h3>主题内容:</h3>
<button type="submit" class="u-no-margin--bottom">观看录制视频</button>
<input name="formid" aria-label="formid" value="3563" type="hidden">
<input type="hidden" aria-hidden="true" aria-label="hidden field" name="Consent_to_Processing__c" value="yes" />
<input type="hidden" name="acquisition_url" aria-label="acquisition_url" value="{{ request.url }}">
<input type="hidden" aria-hidden="true" aria-label="hidden field" name="utm_campaign" id="utm_campaign" value="" />
<input type="hidden" aria-hidden="true" aria-label="hidden field" name="utm_medium" id="utm_medium" value="" />
<input type="hidden" aria-hidden="true" aria-label="hidden field" name="utm_source" id="utm_source" value="" />
Expand Down
1 change: 1 addition & 0 deletions templates/engage/shared/_engage_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<button type="submit" class="u-no-margin--bottom">{{ cta }}</button>
<input name="formid" aria-label="formid" value="{{ id }}" type="hidden">
<input type="hidden" aria-hidden="true" aria-label="hidden field" name="Consent_to_Processing__c" value="yes" />
<input type="hidden" name="acquisition_url" aria-label="acquisition_url" value="{{ request.url }}">
<input type="hidden" aria-hidden="true" aria-label="hidden field" name="utm_campaign" id="utm_campaign" value="" />
<input type="hidden" aria-hidden="true" aria-label="hidden field" name="utm_medium" id="utm_medium" value="" />
<input type="hidden" aria-hidden="true" aria-label="hidden field" name="utm_source" id="utm_source" value="" />
Expand Down

0 comments on commit e604d6b

Please sign in to comment.