Flags used to enable or disable certain features in the sdk.

interface FlagsConfig {
    autoCollectUTMAsMetadata?: boolean;
    collectAnalyticsEvents?: boolean;
}

Properties

autoCollectUTMAsMetadata?: boolean

If set to true, the SDK will automatically collect UTM parameters and store them as at the time of purchase.

true
collectAnalyticsEvents?: boolean

If set to true, the SDK will automatically collect analytics events.

true