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,
|
MailPoet.currentWpUserEmail,
|
||||||
'starter',
|
'starter',
|
||||||
{
|
{
|
||||||
|
ref: 'plugin-wizard',
|
||||||
|
utm_source: 'plugin',
|
||||||
utm_medium: 'onboarding',
|
utm_medium: 'onboarding',
|
||||||
utm_campaign: 'purchase',
|
utm_campaign: 'purchase',
|
||||||
},
|
},
|
||||||
|
@@ -42,7 +42,7 @@ function MSSStepSecondPart({
|
|||||||
key={index}
|
key={index}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
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}
|
{match}
|
||||||
</a>
|
</a>
|
||||||
|
Reference in New Issue
Block a user