chore(analytics): add proper analytics tracking URLs (#5605)

This commit is contained in:
Vladimir Lugovsky 2020-02-28 17:22:12 +03:00 committed by Sergey Andrievskiy
parent 9afdb97213
commit 57a1695b7e
15 changed files with 41 additions and 41 deletions

View file

@ -28,7 +28,7 @@
<p class="package-card__description">
{{ product.description | slice:0:200 }}...
<a class="go-to-button"
href="{{ product.storeUrl }}?utm_source=ngx_admin_landing&utm_medium=buy_bundle_{{ selectedLicenseType }}"
href="{{ product.storeUrl }}?utm_source=ngx_admin&utm_medium=referral&utm_campaign=akveo_store%20-%20specific%20bundle%20-%20ngx_admin%20landing&utm_content=buy_bundle_{{ selectedLicenseType }}"
target="_blank">
read more
</a>
@ -39,7 +39,7 @@
</span>
<span class="package-card__price">${{ (product.variants | license:selectedLicenseType).price }}</span>
</div>
<a href="{{ product.storeUrl }}?utm_source=ngx_admin_landing&utm_medium=buy_bundle_{{ selectedLicenseType }}"
<a href="{{ product.storeUrl }}?utm_source=ngx_admin&utm_medium=referral&utm_campaign=akveo_store%20-%20specific%20bundle%20-%20ngx_admin%20landing&utm_content=buy_bundle_{{ selectedLicenseType }}"
class="package-card__buy-link btn btn-demo"
nbButton>
Buy now
@ -54,7 +54,7 @@
CODE SAMPLE
</a>
<a href="https://store.akveo.com/collections/all?utm_source=ngx_admin_landing&utm_medium=more_bundles" target="_blank" class="package-card__buy-link btn btn-demo" nbButton>
<a href="https://hubs.ly/H0n5NTk0" target="_blank" class="package-card__buy-link btn btn-demo" nbButton>
BROWSE OTHER BUNDLES
</a>
</div>