1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-23 00:22:19 +01:00

chore: update utm links (#8835)

This commit is contained in:
Mateusz Kwasniewski 2024-11-22 10:04:41 +01:00 committed by GitHub
parent 705a0e50d1
commit cf741c6845
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 9 additions and 9 deletions

View File

@ -67,7 +67,7 @@ export const UpgradeSSO = () => {
<b>Automatic User Provisioning via SCIM</b>.
</p>
<StyledLink
href='https://www.getunleash.io/upgrade-unleash?utm_source=sso'
href='https://www.getunleash.io/upgrade-unleash?utm_source=oss&utm_medium=feature&utm_content=sso'
target='_blank'
>
View our Enterprise offering

View File

@ -33,7 +33,7 @@ test('Show upgrade message and link - with tooltip', async () => {
expect(link).toHaveAttribute(
'href',
'https://www.getunleash.io/upgrade_unleash?utm_source=environments',
'https://www.getunleash.io/upgrade_unleash?utm_medium=feature&utm_content=environments',
);
});
@ -50,6 +50,6 @@ test('Show upgrade message and link - without tooltip', async () => {
expect(link).toHaveAttribute(
'href',
'https://www.getunleash.io/upgrade_unleash?utm_source=environments',
'https://www.getunleash.io/upgrade_unleash?utm_medium=feature&utm_content=environments',
);
});

View File

@ -181,7 +181,7 @@ export const PremiumFeature = ({
);
const plansUrl = `${PLANS_URL}?feature=${feature}`;
const upgradeUrl = `${UPGRADE_URL}?utm_source=${feature}`;
const upgradeUrl = `${UPGRADE_URL}?utm_medium=feature&utm_content=${feature}`;
const content = (
<PremiumFeatureWrapper tooltip={tooltip}>

View File

@ -66,7 +66,7 @@ export const UpgradeChangeRequests = () => {
principle.
</p>
<StyledLink
href='https://www.getunleash.io/upgrade-unleash?utm_source=change-requests'
href='https://www.getunleash.io/upgrade-unleash?utm_source=oss&utm_medium=feature&utm_content=change-requests'
target='_blank'
>
View our Enterprise offering

View File

@ -139,7 +139,7 @@ export const InfoSection: FC<InfoSectionProps> = () => {
</StyledListItem>
</StyledList>
<div>
<Button href='https://www.getunleash.io/upgrade_unleash?utm_source=dashboard'>
<Button href='https://www.getunleash.io/upgrade_unleash?utm_source=oss&utm_medium=feature&utm_content=dashboard'>
View full Enterprise offering
</Button>
</div>

View File

@ -64,7 +64,7 @@ export const UpgradeProjectCard = () => {
</StyledCloseButton>
</Tooltip>
<StyledInfo
href='https://www.getunleash.io/upgrade-unleash?utm_source=projects'
href='https://www.getunleash.io/upgrade-unleash?utm_source=oss&utm_medium=feature&utm_content=projects'
target='_blank'
>
<Typography component='span' fontWeight='bold'>
@ -98,7 +98,7 @@ export const UpgradeProjectCard = () => {
</Typography>
<IconButton
color='primary'
href='https://www.getunleash.io/upgrade-unleash?utm_source=projects'
href='https://www.getunleash.io/upgrade-unleash?utm_source=oss&utm_medium=feature&utm_content=projects'
target='_blank'
>
<ArrowForwardIcon />

View File

@ -70,7 +70,7 @@ export const UpgradeMoreEnvironments = () => {
suit your organization's needs.
</p>
<StyledLink
href='https://www.getunleash.io/upgrade-unleash?utm_source=environments'
href='https://www.getunleash.io/upgrade-unleash?utm_source=oss&utm_medium=feature&utm_content=environments'
target='_blank'
>
View our Enterprise offering