File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,10 +121,10 @@ export function getAnalytics(app?: FirebaseApp): Analytics;
121
121
122
122
// @public
123
123
export interface GtagConfigParams {
124
- ' allow_google_signals?' : boolean ;
125
124
// (undocumented)
126
125
[key : string ]: unknown ;
127
126
' allow_ad_personalization_signals' ? : boolean ;
127
+ ' allow_google_signals' ? : boolean ;
128
128
' cookie_domain' ? : string ;
129
129
' cookie_expires' ? : number ;
130
130
' cookie_flags' ? : string ;
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ export interface GtagConfigParams {
70
70
* If set to false, disables all advertising features with `gtag.js`.
71
71
* See {@link https://developers.google.com/analytics/devguides/collection/ga4/display-features | Disable advertising features }
72
72
*/
73
- 'allow_google_signals?' : boolean ;
73
+ 'allow_google_signals' ? : boolean ;
74
74
/**
75
75
* If set to false, disables all advertising personalization with `gtag.js`.
76
76
* See {@link https://developers.google.com/analytics/devguides/collection/ga4/display-features | Disable advertising features }
You can’t perform that action at this time.
0 commit comments