Skip to content

Commit 83092d4

Browse files
committed
Update API report
1 parent 63c2b71 commit 83092d4

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

common/api-review/analytics-exp.api.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export interface AnalyticsCallOptions {
1818

1919
// @public
2020
export interface AnalyticsOptions {
21-
// (undocumented)
2221
config: GtagConfigParams | EventParams;
2322
}
2423

@@ -120,37 +119,23 @@ export function getAnalytics(app?: FirebaseApp): Analytics;
120119

121120
// @public
122121
export interface GtagConfigParams {
123-
// (undocumented)
124122
'allow_google_signals?': boolean;
125123
// (undocumented)
126124
[key: string]: unknown;
127-
// (undocumented)
128125
'allow_ad_personalization_signals'?: boolean;
129-
// (undocumented)
130126
'anonymize_ip'?: boolean;
131-
// (undocumented)
132127
'cookie_domain'?: string;
133-
// (undocumented)
134128
'cookie_expires'?: number;
135-
// (undocumented)
136129
'cookie_flags'?: string;
137-
// (undocumented)
138130
'cookie_prefix'?: string;
139-
// (undocumented)
140131
'cookie_update'?: boolean;
141-
// (undocumented)
142132
'custom_map'?: {
143133
[key: string]: unknown;
144134
};
145-
// (undocumented)
146135
'link_attribution'?: boolean;
147-
// (undocumented)
148136
'page_location'?: string;
149-
// (undocumented)
150137
'page_path'?: string;
151-
// (undocumented)
152138
'page_title'?: string;
153-
// (undocumented)
154139
'send_page_view'?: boolean;
155140
}
156141

0 commit comments

Comments
 (0)