0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

chore: update conversion id (#4036)

This commit is contained in:
Gao Sun 2023-06-21 01:00:30 +08:00 committed by GitHub
parent a7e58837b2
commit 608289ec88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,5 +13,5 @@ export const aboutCloudPreviewLink = 'https://docs.logto.io/about/cloud-preview?
export const gtagAwTrackingId = 'AW-11124811245';
/** This ID indicates a user has truly signed up for Logto Cloud. */
export const gtagSignUpConversionId = `${gtagAwTrackingId}/RVejCKC65qMYEO3L3Lgp`;
export const gtagSignUpConversionId = `AW-11192640559/ZuqUCLvNpasYEK_IiNkp`;
export const logtoProductionHostname = 'logto.io';