-
Notifications
You must be signed in to change notification settings - Fork 955
Closed
Labels
Description
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; |