Add tracking parameters to account.mailpoet.com links in the MSS step
[MAILPOET-4818]
This commit is contained in:
committed by
Aschepikov
parent
d7d3095824
commit
e7f1325d3e
@@ -10,6 +10,8 @@ const mailpoetAccountUrl = MailPoet.MailPoetComUrlFactory.getPurchasePlanUrl(
|
||||
MailPoet.currentWpUserEmail,
|
||||
'starter',
|
||||
{
|
||||
ref: 'plugin-wizard',
|
||||
utm_source: 'plugin',
|
||||
utm_medium: 'onboarding',
|
||||
utm_campaign: 'purchase',
|
||||
},
|
||||
|
@@ -42,7 +42,7 @@ function MSSStepSecondPart({
|
||||
key={index}
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
href="https://account.mailpoet.com/"
|
||||
href="https://account.mailpoet.com/?ref=plugin-wizard&utm_source=plugin&utm_medium=onboarding&utm_campaign=purchase"
|
||||
>
|
||||
{match}
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user