react-lgpd-consent - v0.3.4
    Preparing search index...

    Variable COMMON_INTEGRATIONSConst

    COMMON_INTEGRATIONS: {
        googleAnalytics: (config: GoogleAnalyticsConfig) => ScriptIntegration;
        googleTagManager: (config: GoogleTagManagerConfig) => ScriptIntegration;
        userway: (config: UserWayConfig) => ScriptIntegration;
    } = ...

    Type Declaration

    Utils

    0.2.0 Objeto contendo as factory functions para as integrações pré-configuradas mais comuns.

    import { COMMON_INTEGRATIONS } from 'react-lgpd-consent';
    const gaIntegration = COMMON_INTEGRATIONS.googleAnalytics({ measurementId: 'G-XYZ' });