feat: Add GA integration, support for GA4 (#4626)
* GA integration settings * trackingId -> measurementId Hook up script * Public page GA tracking Correct layout of settings * Remove multiple codepaths for loading GA measurementID, add missing db index * Remove unneccessary changes, tsc * test
This commit is contained in:
@@ -330,7 +330,7 @@ export class Environment {
|
||||
public RELEASE = this.toOptionalString(process.env.RELEASE);
|
||||
|
||||
/**
|
||||
* A Google Analytics tracking ID, only v3 supported at this time.
|
||||
* A Google Analytics tracking ID, supports only v3 properties.
|
||||
*/
|
||||
@Contains("UA-")
|
||||
@IsOptional()
|
||||
|
||||
Reference in New Issue
Block a user