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; |
I was checking typings of GtagConfigParams, and looks like there is a typo in:
firebase-js-sdk/packages/analytics/src/public-types.ts
Line 73 in 11d37ed
My first thought was, that this param is really named
allow_google_signals?, however checked with docs and correct name is justallow_google_signals: https://developers.google.com/analytics/devguides/collection/gtagjs/display-featuresAnother attribute for comparison looks ok:
firebase-js-sdk/packages/analytics/src/public-types.ts
Line 78 in 11d37ed