File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ export interface AnalyticsCallOptions {
18
18
19
19
// @public
20
20
export interface AnalyticsOptions {
21
- // (undocumented)
22
21
config: GtagConfigParams | EventParams ;
23
22
}
24
23
@@ -120,37 +119,23 @@ export function getAnalytics(app?: FirebaseApp): Analytics;
120
119
121
120
// @public
122
121
export interface GtagConfigParams {
123
- // (undocumented)
124
122
' allow_google_signals?' : boolean ;
125
123
// (undocumented)
126
124
[key : string ]: unknown ;
127
- // (undocumented)
128
125
' allow_ad_personalization_signals' ? : boolean ;
129
- // (undocumented)
130
126
' anonymize_ip' ? : boolean ;
131
- // (undocumented)
132
127
' cookie_domain' ? : string ;
133
- // (undocumented)
134
128
' cookie_expires' ? : number ;
135
- // (undocumented)
136
129
' cookie_flags' ? : string ;
137
- // (undocumented)
138
130
' cookie_prefix' ? : string ;
139
- // (undocumented)
140
131
' cookie_update' ? : boolean ;
141
- // (undocumented)
142
132
' custom_map' ? : {
143
133
[key : string ]: unknown ;
144
134
};
145
- // (undocumented)
146
135
' link_attribution' ? : boolean ;
147
- // (undocumented)
148
136
' page_location' ? : string ;
149
- // (undocumented)
150
137
' page_path' ? : string ;
151
- // (undocumented)
152
138
' page_title' ? : string ;
153
- // (undocumented)
154
139
' send_page_view' ? : boolean ;
155
140
}
156
141
You can’t perform that action at this time.
0 commit comments