Typo in GtagConfigParams (original) (raw)

Skip to content

View all features

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@piotrponikowski

Description

@piotrponikowski

I was checking typings of GtagConfigParams, and looks like there is a typo in:

'allow_google_signals?': boolean;

My first thought was, that this param is really named allow_google_signals?, however checked with docs and correct name is just allow_google_signals: https://developers.google.com/analytics/devguides/collection/gtagjs/display-features

Another attribute for comparison looks ok:

'allow_ad_personalization_signals'?: boolean;