Skip to content

Commit ac5ba47

Browse files
committed
Update API report
1 parent 3943346 commit ac5ba47

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

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

Lines changed: 2 additions & 17 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

@@ -34,7 +33,7 @@ export interface ControlParams {
3433
send_to?: string | string[];
3534
}
3635

37-
// @public (undocumented)
36+
// @public
3837
export type Currency = string | number;
3938

4039
// @public
@@ -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

@@ -160,7 +145,7 @@ export function initializeAnalytics(app: FirebaseApp, options?: AnalyticsOptions
160145
// @public
161146
export function isSupported(): Promise<boolean>;
162147

163-
// @public (undocumented)
148+
// @public
164149
export interface Item {
165150
// (undocumented)
166151
affiliation?: string;

0 commit comments

Comments
 (0)