Skip to content

Commit

Permalink
Update 2024-10-09T15:12:29.179Z
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenCorthout committed Oct 9, 2024
1 parent ab9f3f8 commit 6c5ab99
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 63 deletions.
8 changes: 1 addition & 7 deletions contactus.html
Original file line number Diff line number Diff line change
Expand Up @@ -354,12 +354,6 @@ <h5 class="no-mobile">TOP SEARCHES</h5>

<!-- Source tracking for Salesflare site -->

<!-- Source tracking for Salesflare site -->

<!-- Source tracking for Salesflare site -->

<!-- Source tracking for Salesflare site -->

<script>
document.addEventListener('DOMContentLoaded', function() {
// Check if the script has already run on this page load
Expand All @@ -385,7 +379,7 @@ <h5 class="no-mobile">TOP SEARCHES</h5>
// If campaign details are not present in the URL, set default values
if (!params['utm_campaign'] && !params['utm_source'] && !params['utm_medium']) {
// Set the campaign to the current page name or 'homepage' if it's the root
params['utm_campaign'] = window.location.pathname.split('/').pop() || 'homepage';
params['utm_campaign'] = window.location.pathname.replace(/\/$/, '').split('/').pop() || 'homepage';
params['utm_source'] = 'website';
params['utm_medium'] = 'page';
}
Expand Down
8 changes: 1 addition & 7 deletions feature1.html
Original file line number Diff line number Diff line change
Expand Up @@ -450,12 +450,6 @@ <h5 class="no-mobile">TOP SEARCHES</h5>

<!-- Source tracking for Salesflare site -->

<!-- Source tracking for Salesflare site -->

<!-- Source tracking for Salesflare site -->

<!-- Source tracking for Salesflare site -->

<script>
document.addEventListener('DOMContentLoaded', function() {
// Check if the script has already run on this page load
Expand All @@ -481,7 +475,7 @@ <h5 class="no-mobile">TOP SEARCHES</h5>
// If campaign details are not present in the URL, set default values
if (!params['utm_campaign'] && !params['utm_source'] && !params['utm_medium']) {
// Set the campaign to the current page name or 'homepage' if it's the root
params['utm_campaign'] = window.location.pathname.split('/').pop() || 'homepage';
params['utm_campaign'] = window.location.pathname.replace(/\/$/, '').split('/').pop() || 'homepage';
params['utm_source'] = 'website';
params['utm_medium'] = 'page';
}
Expand Down
8 changes: 1 addition & 7 deletions feature2.html
Original file line number Diff line number Diff line change
Expand Up @@ -485,12 +485,6 @@ <h5 class="no-mobile">TOP SEARCHES</h5>

<!-- Source tracking for Salesflare site -->

<!-- Source tracking for Salesflare site -->

<!-- Source tracking for Salesflare site -->

<!-- Source tracking for Salesflare site -->

<script>
document.addEventListener('DOMContentLoaded', function() {
// Check if the script has already run on this page load
Expand All @@ -516,7 +510,7 @@ <h5 class="no-mobile">TOP SEARCHES</h5>
// If campaign details are not present in the URL, set default values
if (!params['utm_campaign'] && !params['utm_source'] && !params['utm_medium']) {
// Set the campaign to the current page name or 'homepage' if it's the root
params['utm_campaign'] = window.location.pathname.split('/').pop() || 'homepage';
params['utm_campaign'] = window.location.pathname.replace(/\/$/, '').split('/').pop() || 'homepage';
params['utm_source'] = 'website';
params['utm_medium'] = 'page';
}
Expand Down
8 changes: 1 addition & 7 deletions feature3.html
Original file line number Diff line number Diff line change
Expand Up @@ -469,12 +469,6 @@ <h5 class="no-mobile">TOP SEARCHES</h5>

<!-- Source tracking for Salesflare site -->

<!-- Source tracking for Salesflare site -->

<!-- Source tracking for Salesflare site -->

<!-- Source tracking for Salesflare site -->

<script>
document.addEventListener('DOMContentLoaded', function() {
// Check if the script has already run on this page load
Expand All @@ -500,7 +494,7 @@ <h5 class="no-mobile">TOP SEARCHES</h5>
// If campaign details are not present in the URL, set default values
if (!params['utm_campaign'] && !params['utm_source'] && !params['utm_medium']) {
// Set the campaign to the current page name or 'homepage' if it's the root
params['utm_campaign'] = window.location.pathname.split('/').pop() || 'homepage';
params['utm_campaign'] = window.location.pathname.replace(/\/$/, '').split('/').pop() || 'homepage';
params['utm_source'] = 'website';
params['utm_medium'] = 'page';
}
Expand Down
8 changes: 1 addition & 7 deletions feature4.html
Original file line number Diff line number Diff line change
Expand Up @@ -490,12 +490,6 @@ <h5 class="no-mobile">TOP SEARCHES</h5>

<!-- Source tracking for Salesflare site -->

<!-- Source tracking for Salesflare site -->

<!-- Source tracking for Salesflare site -->

<!-- Source tracking for Salesflare site -->

<script>
document.addEventListener('DOMContentLoaded', function() {
// Check if the script has already run on this page load
Expand All @@ -521,7 +515,7 @@ <h5 class="no-mobile">TOP SEARCHES</h5>
// If campaign details are not present in the URL, set default values
if (!params['utm_campaign'] && !params['utm_source'] && !params['utm_medium']) {
// Set the campaign to the current page name or 'homepage' if it's the root
params['utm_campaign'] = window.location.pathname.split('/').pop() || 'homepage';
params['utm_campaign'] = window.location.pathname.replace(/\/$/, '').split('/').pop() || 'homepage';
params['utm_source'] = 'website';
params['utm_medium'] = 'page';
}
Expand Down
8 changes: 1 addition & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -771,12 +771,6 @@ <h5 class="no-mobile">TOP SEARCHES</h5>

<!-- Source tracking for Salesflare site -->

<!-- Source tracking for Salesflare site -->

<!-- Source tracking for Salesflare site -->

<!-- Source tracking for Salesflare site -->

<script>
document.addEventListener('DOMContentLoaded', function() {
// Check if the script has already run on this page load
Expand All @@ -802,7 +796,7 @@ <h5 class="no-mobile">TOP SEARCHES</h5>
// If campaign details are not present in the URL, set default values
if (!params['utm_campaign'] && !params['utm_source'] && !params['utm_medium']) {
// Set the campaign to the current page name or 'homepage' if it's the root
params['utm_campaign'] = window.location.pathname.split('/').pop() || 'homepage';
params['utm_campaign'] = window.location.pathname.replace(/\/$/, '').split('/').pop() || 'homepage';
params['utm_source'] = 'website';
params['utm_medium'] = 'page';
}
Expand Down
8 changes: 1 addition & 7 deletions pricing.html
Original file line number Diff line number Diff line change
Expand Up @@ -826,12 +826,6 @@ <h5 class="no-mobile">TOP SEARCHES</h5>

<!-- Source tracking for Salesflare site -->

<!-- Source tracking for Salesflare site -->

<!-- Source tracking for Salesflare site -->

<!-- Source tracking for Salesflare site -->

<script>
document.addEventListener('DOMContentLoaded', function() {
// Check if the script has already run on this page load
Expand All @@ -857,7 +851,7 @@ <h5 class="no-mobile">TOP SEARCHES</h5>
// If campaign details are not present in the URL, set default values
if (!params['utm_campaign'] && !params['utm_source'] && !params['utm_medium']) {
// Set the campaign to the current page name or 'homepage' if it's the root
params['utm_campaign'] = window.location.pathname.split('/').pop() || 'homepage';
params['utm_campaign'] = window.location.pathname.replace(/\/$/, '').split('/').pop() || 'homepage';
params['utm_source'] = 'website';
params['utm_medium'] = 'page';
}
Expand Down
8 changes: 1 addition & 7 deletions signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -368,12 +368,6 @@ <h5 class="no-mobile">TOP SEARCHES</h5>

<!-- Source tracking for Salesflare site -->

<!-- Source tracking for Salesflare site -->

<!-- Source tracking for Salesflare site -->

<!-- Source tracking for Salesflare site -->

<script>
document.addEventListener('DOMContentLoaded', function() {
// Check if the script has already run on this page load
Expand All @@ -399,7 +393,7 @@ <h5 class="no-mobile">TOP SEARCHES</h5>
// If campaign details are not present in the URL, set default values
if (!params['utm_campaign'] && !params['utm_source'] && !params['utm_medium']) {
// Set the campaign to the current page name or 'homepage' if it's the root
params['utm_campaign'] = window.location.pathname.split('/').pop() || 'homepage';
params['utm_campaign'] = window.location.pathname.replace(/\/$/, '').split('/').pop() || 'homepage';
params['utm_source'] = 'website';
params['utm_medium'] = 'page';
}
Expand Down
8 changes: 1 addition & 7 deletions whitepaper.html
Original file line number Diff line number Diff line change
Expand Up @@ -402,12 +402,6 @@ <h5 class="no-mobile">TOP SEARCHES</h5>

<!-- Source tracking for Salesflare site -->

<!-- Source tracking for Salesflare site -->

<!-- Source tracking for Salesflare site -->

<!-- Source tracking for Salesflare site -->

<script>
document.addEventListener('DOMContentLoaded', function() {
// Check if the script has already run on this page load
Expand All @@ -433,7 +427,7 @@ <h5 class="no-mobile">TOP SEARCHES</h5>
// If campaign details are not present in the URL, set default values
if (!params['utm_campaign'] && !params['utm_source'] && !params['utm_medium']) {
// Set the campaign to the current page name or 'homepage' if it's the root
params['utm_campaign'] = window.location.pathname.split('/').pop() || 'homepage';
params['utm_campaign'] = window.location.pathname.replace(/\/$/, '').split('/').pop() || 'homepage';
params['utm_source'] = 'website';
params['utm_medium'] = 'page';
}
Expand Down

0 comments on commit 6c5ab99

Please sign in to comment.