@maxim_mazurok/gapi.client.analyticsadmin-v1alpha 0.1.20260316 → 0.2.20260316
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +774 -526
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -106,7 +106,13 @@ declare namespace gapi.client {
|
|
|
106
106
|
}
|
|
107
107
|
interface GoogleAnalyticsAdminV1alphaAccessNumericFilter {
|
|
108
108
|
/** The operation type for this filter. */
|
|
109
|
-
operation?:
|
|
109
|
+
operation?:
|
|
110
|
+
| 'OPERATION_UNSPECIFIED'
|
|
111
|
+
| 'EQUAL'
|
|
112
|
+
| 'LESS_THAN'
|
|
113
|
+
| 'LESS_THAN_OR_EQUAL'
|
|
114
|
+
| 'GREATER_THAN'
|
|
115
|
+
| 'GREATER_THAN_OR_EQUAL';
|
|
110
116
|
/** A numeric value or a date value. */
|
|
111
117
|
value?: GoogleAnalyticsAdminV1alphaNumericValue;
|
|
112
118
|
}
|
|
@@ -122,7 +128,11 @@ declare namespace gapi.client {
|
|
|
122
128
|
/** A dimension name in the request to order by. */
|
|
123
129
|
dimensionName?: string;
|
|
124
130
|
/** Controls the rule for dimension value ordering. */
|
|
125
|
-
orderType?:
|
|
131
|
+
orderType?:
|
|
132
|
+
| 'ORDER_TYPE_UNSPECIFIED'
|
|
133
|
+
| 'ALPHANUMERIC'
|
|
134
|
+
| 'CASE_INSENSITIVE_ALPHANUMERIC'
|
|
135
|
+
| 'NUMERIC';
|
|
126
136
|
}
|
|
127
137
|
interface GoogleAnalyticsAdminV1alphaAccessOrderByMetricOrderBy {
|
|
128
138
|
/** A metric name in the request to order by. */
|
|
@@ -156,7 +166,14 @@ declare namespace gapi.client {
|
|
|
156
166
|
/** If true, the string value is case sensitive. */
|
|
157
167
|
caseSensitive?: boolean;
|
|
158
168
|
/** The match type for this filter. */
|
|
159
|
-
matchType?:
|
|
169
|
+
matchType?:
|
|
170
|
+
| 'MATCH_TYPE_UNSPECIFIED'
|
|
171
|
+
| 'EXACT'
|
|
172
|
+
| 'BEGINS_WITH'
|
|
173
|
+
| 'ENDS_WITH'
|
|
174
|
+
| 'CONTAINS'
|
|
175
|
+
| 'FULL_REGEXP'
|
|
176
|
+
| 'PARTIAL_REGEXP';
|
|
160
177
|
/** The string value used for the matching. */
|
|
161
178
|
value?: string;
|
|
162
179
|
}
|
|
@@ -207,15 +224,30 @@ declare namespace gapi.client {
|
|
|
207
224
|
interface GoogleAnalyticsAdminV1alphaArchiveCustomMetricRequest {}
|
|
208
225
|
interface GoogleAnalyticsAdminV1alphaAttributionSettings {
|
|
209
226
|
/** Required. The lookback window configuration for acquisition conversion events. The default window size is 30 days. */
|
|
210
|
-
acquisitionConversionEventLookbackWindow?:
|
|
227
|
+
acquisitionConversionEventLookbackWindow?:
|
|
228
|
+
| 'ACQUISITION_CONVERSION_EVENT_LOOKBACK_WINDOW_UNSPECIFIED'
|
|
229
|
+
| 'ACQUISITION_CONVERSION_EVENT_LOOKBACK_WINDOW_7_DAYS'
|
|
230
|
+
| 'ACQUISITION_CONVERSION_EVENT_LOOKBACK_WINDOW_30_DAYS';
|
|
211
231
|
/** Required. The Conversion Export Scope for data exported to linked Ads Accounts. */
|
|
212
|
-
adsWebConversionDataExportScope?:
|
|
232
|
+
adsWebConversionDataExportScope?:
|
|
233
|
+
| 'ADS_WEB_CONVERSION_DATA_EXPORT_SCOPE_UNSPECIFIED'
|
|
234
|
+
| 'NOT_SELECTED_YET'
|
|
235
|
+
| 'PAID_AND_ORGANIC_CHANNELS'
|
|
236
|
+
| 'GOOGLE_PAID_CHANNELS';
|
|
213
237
|
/** Output only. Resource name of this attribution settings resource. Format: properties/{property_id}/attributionSettings Example: "properties/1000/attributionSettings" */
|
|
214
238
|
name?: string;
|
|
215
239
|
/** Required. The lookback window for all other, non-acquisition conversion events. The default window size is 90 days. */
|
|
216
|
-
otherConversionEventLookbackWindow?:
|
|
240
|
+
otherConversionEventLookbackWindow?:
|
|
241
|
+
| 'OTHER_CONVERSION_EVENT_LOOKBACK_WINDOW_UNSPECIFIED'
|
|
242
|
+
| 'OTHER_CONVERSION_EVENT_LOOKBACK_WINDOW_30_DAYS'
|
|
243
|
+
| 'OTHER_CONVERSION_EVENT_LOOKBACK_WINDOW_60_DAYS'
|
|
244
|
+
| 'OTHER_CONVERSION_EVENT_LOOKBACK_WINDOW_90_DAYS';
|
|
217
245
|
/** Required. The reporting attribution model used to calculate conversion credit in this property's reports. Changing the attribution model will apply to both historical and future data. These changes will be reflected in reports with conversion and revenue data. User and session data will be unaffected. */
|
|
218
|
-
reportingAttributionModel?:
|
|
246
|
+
reportingAttributionModel?:
|
|
247
|
+
| 'REPORTING_ATTRIBUTION_MODEL_UNSPECIFIED'
|
|
248
|
+
| 'PAID_AND_ORGANIC_CHANNELS_DATA_DRIVEN'
|
|
249
|
+
| 'PAID_AND_ORGANIC_CHANNELS_LAST_CLICK'
|
|
250
|
+
| 'GOOGLE_PAID_CHANNELS_LAST_CLICK';
|
|
219
251
|
}
|
|
220
252
|
interface GoogleAnalyticsAdminV1alphaAudience {
|
|
221
253
|
/** Output only. It is automatically set by GA to false if this is an NPA Audience and is excluded from ads personalization. */
|
|
@@ -229,7 +261,10 @@ declare namespace gapi.client {
|
|
|
229
261
|
/** Optional. Specifies an event to log when a user joins the Audience. If not set, no event is logged when a user joins the Audience. */
|
|
230
262
|
eventTrigger?: GoogleAnalyticsAdminV1alphaAudienceEventTrigger;
|
|
231
263
|
/** Immutable. Specifies how long an exclusion lasts for users that meet the exclusion filter. It is applied to all EXCLUDE filter clauses and is ignored when there is no EXCLUDE filter clause in the Audience. */
|
|
232
|
-
exclusionDurationMode?:
|
|
264
|
+
exclusionDurationMode?:
|
|
265
|
+
| 'AUDIENCE_EXCLUSION_DURATION_MODE_UNSPECIFIED'
|
|
266
|
+
| 'EXCLUDE_TEMPORARILY'
|
|
267
|
+
| 'EXCLUDE_PERMANENTLY';
|
|
233
268
|
/** Required. Immutable. Unordered list. Filter clauses that define the Audience. All clauses will be AND’ed together. */
|
|
234
269
|
filterClauses?: GoogleAnalyticsAdminV1alphaAudienceFilterClause[];
|
|
235
270
|
/** Required. Immutable. The duration a user should stay in an Audience. It cannot be set to more than 540 days. */
|
|
@@ -267,7 +302,11 @@ declare namespace gapi.client {
|
|
|
267
302
|
}
|
|
268
303
|
interface GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterNumericFilter {
|
|
269
304
|
/** Required. The operation applied to a numeric filter. */
|
|
270
|
-
operation?:
|
|
305
|
+
operation?:
|
|
306
|
+
| 'OPERATION_UNSPECIFIED'
|
|
307
|
+
| 'EQUAL'
|
|
308
|
+
| 'LESS_THAN'
|
|
309
|
+
| 'GREATER_THAN';
|
|
271
310
|
/** Required. The numeric or date value to match against. */
|
|
272
311
|
value?: GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterNumericValue;
|
|
273
312
|
}
|
|
@@ -281,7 +320,13 @@ declare namespace gapi.client {
|
|
|
281
320
|
/** Optional. If true, the match is case-sensitive. If false, the match is case-insensitive. */
|
|
282
321
|
caseSensitive?: boolean;
|
|
283
322
|
/** Required. The match type for the string filter. */
|
|
284
|
-
matchType?:
|
|
323
|
+
matchType?:
|
|
324
|
+
| 'MATCH_TYPE_UNSPECIFIED'
|
|
325
|
+
| 'EXACT'
|
|
326
|
+
| 'BEGINS_WITH'
|
|
327
|
+
| 'ENDS_WITH'
|
|
328
|
+
| 'CONTAINS'
|
|
329
|
+
| 'FULL_REGEXP';
|
|
285
330
|
/** Required. The string value to be matched against. */
|
|
286
331
|
value?: string;
|
|
287
332
|
}
|
|
@@ -295,11 +340,14 @@ declare namespace gapi.client {
|
|
|
295
340
|
/** Required. The event name that will be logged. */
|
|
296
341
|
eventName?: string;
|
|
297
342
|
/** Required. When to log the event. */
|
|
298
|
-
logCondition?:
|
|
343
|
+
logCondition?:
|
|
344
|
+
| 'LOG_CONDITION_UNSPECIFIED'
|
|
345
|
+
| 'AUDIENCE_JOINED'
|
|
346
|
+
| 'AUDIENCE_MEMBERSHIP_RENEWED';
|
|
299
347
|
}
|
|
300
348
|
interface GoogleAnalyticsAdminV1alphaAudienceFilterClause {
|
|
301
349
|
/** Required. Specifies whether this is an include or exclude filter clause. */
|
|
302
|
-
clauseType?:
|
|
350
|
+
clauseType?: 'AUDIENCE_CLAUSE_TYPE_UNSPECIFIED' | 'INCLUDE' | 'EXCLUDE';
|
|
303
351
|
/** Filters that must occur in a specific order for the user to be a member of the Audience. */
|
|
304
352
|
sequenceFilter?: GoogleAnalyticsAdminV1alphaAudienceSequenceFilter;
|
|
305
353
|
/** A simple filter that a user must satisfy to be a member of the Audience. */
|
|
@@ -323,7 +371,11 @@ declare namespace gapi.client {
|
|
|
323
371
|
}
|
|
324
372
|
interface GoogleAnalyticsAdminV1alphaAudienceSequenceFilter {
|
|
325
373
|
/** Required. Immutable. Specifies the scope for this filter. */
|
|
326
|
-
scope?:
|
|
374
|
+
scope?:
|
|
375
|
+
| 'AUDIENCE_FILTER_SCOPE_UNSPECIFIED'
|
|
376
|
+
| 'AUDIENCE_FILTER_SCOPE_WITHIN_SAME_EVENT'
|
|
377
|
+
| 'AUDIENCE_FILTER_SCOPE_WITHIN_SAME_SESSION'
|
|
378
|
+
| 'AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS';
|
|
327
379
|
/** Optional. Defines the time period in which the whole sequence must occur. */
|
|
328
380
|
sequenceMaximumDuration?: string;
|
|
329
381
|
/** Required. An ordered sequence of steps. A user must complete each step in order to join the sequence filter. */
|
|
@@ -337,13 +389,21 @@ declare namespace gapi.client {
|
|
|
337
389
|
/** Optional. If true, the event satisfying this step must be the very next event after the event satisfying the last step. If unset or false, this step indirectly follows the prior step; for example, there may be events between the prior step and this step. It is ignored for the first step. */
|
|
338
390
|
immediatelyFollows?: boolean;
|
|
339
391
|
/** Required. Immutable. Specifies the scope for this step. */
|
|
340
|
-
scope?:
|
|
392
|
+
scope?:
|
|
393
|
+
| 'AUDIENCE_FILTER_SCOPE_UNSPECIFIED'
|
|
394
|
+
| 'AUDIENCE_FILTER_SCOPE_WITHIN_SAME_EVENT'
|
|
395
|
+
| 'AUDIENCE_FILTER_SCOPE_WITHIN_SAME_SESSION'
|
|
396
|
+
| 'AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS';
|
|
341
397
|
}
|
|
342
398
|
interface GoogleAnalyticsAdminV1alphaAudienceSimpleFilter {
|
|
343
399
|
/** Required. Immutable. A logical expression of Audience dimension, metric, or event filters. */
|
|
344
400
|
filterExpression?: GoogleAnalyticsAdminV1alphaAudienceFilterExpression;
|
|
345
401
|
/** Required. Immutable. Specifies the scope for this filter. */
|
|
346
|
-
scope?:
|
|
402
|
+
scope?:
|
|
403
|
+
| 'AUDIENCE_FILTER_SCOPE_UNSPECIFIED'
|
|
404
|
+
| 'AUDIENCE_FILTER_SCOPE_WITHIN_SAME_EVENT'
|
|
405
|
+
| 'AUDIENCE_FILTER_SCOPE_WITHIN_SAME_SESSION'
|
|
406
|
+
| 'AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS';
|
|
347
407
|
}
|
|
348
408
|
interface GoogleAnalyticsAdminV1alphaBatchCreateAccessBindingsRequest {
|
|
349
409
|
/** Required. The requests specifying the access bindings to create. A maximum of 1000 access bindings can be created in a batch. */
|
|
@@ -403,16 +463,30 @@ declare namespace gapi.client {
|
|
|
403
463
|
/** Output only. If true, this calculated metric has a invalid metric reference. Anything using a calculated metric with invalid_metric_reference set to true may fail, produce warnings, or produce unexpected results. */
|
|
404
464
|
invalidMetricReference?: boolean;
|
|
405
465
|
/** Required. The type for the calculated metric's value. */
|
|
406
|
-
metricUnit?:
|
|
466
|
+
metricUnit?:
|
|
467
|
+
| 'METRIC_UNIT_UNSPECIFIED'
|
|
468
|
+
| 'STANDARD'
|
|
469
|
+
| 'CURRENCY'
|
|
470
|
+
| 'FEET'
|
|
471
|
+
| 'MILES'
|
|
472
|
+
| 'METERS'
|
|
473
|
+
| 'KILOMETERS'
|
|
474
|
+
| 'MILLISECONDS'
|
|
475
|
+
| 'SECONDS'
|
|
476
|
+
| 'MINUTES'
|
|
477
|
+
| 'HOURS';
|
|
407
478
|
/** Output only. Resource name for this CalculatedMetric. Format: 'properties/{property_id}/calculatedMetrics/{calculated_metric_id}' */
|
|
408
479
|
name?: string;
|
|
409
480
|
/** Output only. Types of restricted data that this metric contains. */
|
|
410
|
-
restrictedMetricType?:
|
|
481
|
+
restrictedMetricType?:
|
|
482
|
+
| 'RESTRICTED_METRIC_TYPE_UNSPECIFIED'
|
|
483
|
+
| 'COST_DATA'
|
|
484
|
+
| 'REVENUE_DATA'[];
|
|
411
485
|
}
|
|
412
486
|
interface GoogleAnalyticsAdminV1alphaCancelDisplayVideo360AdvertiserLinkProposalRequest {}
|
|
413
487
|
interface GoogleAnalyticsAdminV1alphaChangeHistoryChange {
|
|
414
488
|
/** The type of action that changed this resource. */
|
|
415
|
-
action?:
|
|
489
|
+
action?: 'ACTION_TYPE_UNSPECIFIED' | 'CREATED' | 'UPDATED' | 'DELETED';
|
|
416
490
|
/** Resource name of the resource whose changes are described by this entry. */
|
|
417
491
|
resource?: string;
|
|
418
492
|
/** Resource contents from after the change was made. If this resource was deleted in this change, this field will be missing. */
|
|
@@ -482,7 +556,7 @@ declare namespace gapi.client {
|
|
|
482
556
|
}
|
|
483
557
|
interface GoogleAnalyticsAdminV1alphaChangeHistoryEvent {
|
|
484
558
|
/** The type of actor that made this change. */
|
|
485
|
-
actorType?:
|
|
559
|
+
actorType?: 'ACTOR_TYPE_UNSPECIFIED' | 'USER' | 'SYSTEM' | 'SUPPORT';
|
|
486
560
|
/** A list of changes made in this change history event that fit the filters specified in SearchChangeHistoryEventsRequest. */
|
|
487
561
|
changes?: GoogleAnalyticsAdminV1alphaChangeHistoryChange[];
|
|
488
562
|
/** If true, then the list of changes returned was filtered, and does not represent all changes that occurred in this event. */
|
|
@@ -536,13 +610,23 @@ declare namespace gapi.client {
|
|
|
536
610
|
}
|
|
537
611
|
interface GoogleAnalyticsAdminV1alphaChannelGroupFilterStringFilter {
|
|
538
612
|
/** Required. The match type for the string filter. */
|
|
539
|
-
matchType?:
|
|
613
|
+
matchType?:
|
|
614
|
+
| 'MATCH_TYPE_UNSPECIFIED'
|
|
615
|
+
| 'EXACT'
|
|
616
|
+
| 'BEGINS_WITH'
|
|
617
|
+
| 'ENDS_WITH'
|
|
618
|
+
| 'CONTAINS'
|
|
619
|
+
| 'FULL_REGEXP'
|
|
620
|
+
| 'PARTIAL_REGEXP';
|
|
540
621
|
/** Required. The string value to be matched against. */
|
|
541
622
|
value?: string;
|
|
542
623
|
}
|
|
543
624
|
interface GoogleAnalyticsAdminV1alphaConversionEvent {
|
|
544
625
|
/** Optional. The method by which conversions will be counted across multiple events within a session. If this value is not provided, it will be set to `ONCE_PER_EVENT`. */
|
|
545
|
-
countingMethod?:
|
|
626
|
+
countingMethod?:
|
|
627
|
+
| 'CONVERSION_COUNTING_METHOD_UNSPECIFIED'
|
|
628
|
+
| 'ONCE_PER_EVENT'
|
|
629
|
+
| 'ONCE_PER_SESSION';
|
|
546
630
|
/** Output only. Time when this conversion event was created in the property. */
|
|
547
631
|
createTime?: string;
|
|
548
632
|
/** Output only. If set to true, this conversion event refers to a custom event. If set to false, this conversion event refers to a default event in GA. Default events typically have special meaning in GA. Default events are usually created for you by the GA system, but in some cases can be created by property admins. Custom events count towards the maximum number of custom conversion events that may be created per property. */
|
|
@@ -564,7 +648,11 @@ declare namespace gapi.client {
|
|
|
564
648
|
}
|
|
565
649
|
interface GoogleAnalyticsAdminV1alphaConversionValues {
|
|
566
650
|
/** Required. A coarse grained conversion value. This value is not guaranteed to be unique. */
|
|
567
|
-
coarseValue?:
|
|
651
|
+
coarseValue?:
|
|
652
|
+
| 'COARSE_VALUE_UNSPECIFIED'
|
|
653
|
+
| 'COARSE_VALUE_LOW'
|
|
654
|
+
| 'COARSE_VALUE_MEDIUM'
|
|
655
|
+
| 'COARSE_VALUE_HIGH';
|
|
568
656
|
/** Display name of the SKAdNetwork conversion value. The max allowed display name length is 50 UTF-16 code units. */
|
|
569
657
|
displayName?: string;
|
|
570
658
|
/** Event conditions that must be met for this Conversion Value to be achieved. The conditions in this list are ANDed together. It must have minimum of 1 entry and maximum of 3 entries, if the postback window is enabled. */
|
|
@@ -604,7 +692,7 @@ declare namespace gapi.client {
|
|
|
604
692
|
/** Required. Immutable. Tagging parameter name for this custom dimension. If this is a user-scoped dimension, then this is the user property name. If this is an event-scoped dimension, then this is the event parameter name. If this is an item-scoped dimension, then this is the parameter name found in the eCommerce items array. May only contain alphanumeric and underscore characters, starting with a letter. Max length of 24 characters for user-scoped dimensions, 40 characters for event-scoped dimensions. */
|
|
605
693
|
parameterName?: string;
|
|
606
694
|
/** Required. Immutable. The scope of this dimension. */
|
|
607
|
-
scope?:
|
|
695
|
+
scope?: 'DIMENSION_SCOPE_UNSPECIFIED' | 'EVENT' | 'USER' | 'ITEM';
|
|
608
696
|
}
|
|
609
697
|
interface GoogleAnalyticsAdminV1alphaCustomMetric {
|
|
610
698
|
/** Optional. Description for this custom dimension. Max length of 150 characters. */
|
|
@@ -612,15 +700,29 @@ declare namespace gapi.client {
|
|
|
612
700
|
/** Required. Display name for this custom metric as shown in the Analytics UI. Max length of 82 characters, alphanumeric plus space and underscore starting with a letter. Legacy system-generated display names may contain square brackets, but updates to this field will never permit square brackets. */
|
|
613
701
|
displayName?: string;
|
|
614
702
|
/** Required. The type for the custom metric's value. */
|
|
615
|
-
measurementUnit?:
|
|
703
|
+
measurementUnit?:
|
|
704
|
+
| 'MEASUREMENT_UNIT_UNSPECIFIED'
|
|
705
|
+
| 'STANDARD'
|
|
706
|
+
| 'CURRENCY'
|
|
707
|
+
| 'FEET'
|
|
708
|
+
| 'METERS'
|
|
709
|
+
| 'KILOMETERS'
|
|
710
|
+
| 'MILES'
|
|
711
|
+
| 'MILLISECONDS'
|
|
712
|
+
| 'SECONDS'
|
|
713
|
+
| 'MINUTES'
|
|
714
|
+
| 'HOURS';
|
|
616
715
|
/** Output only. Resource name for this CustomMetric resource. Format: properties/{property}/customMetrics/{customMetric} */
|
|
617
716
|
name?: string;
|
|
618
717
|
/** Required. Immutable. Tagging name for this custom metric. If this is an event-scoped metric, then this is the event parameter name. May only contain alphanumeric and underscore charactes, starting with a letter. Max length of 40 characters for event-scoped metrics. */
|
|
619
718
|
parameterName?: string;
|
|
620
719
|
/** Optional. Types of restricted data that this metric may contain. Required for metrics with CURRENCY measurement unit. Must be empty for metrics with a non-CURRENCY measurement unit. */
|
|
621
|
-
restrictedMetricType?:
|
|
720
|
+
restrictedMetricType?:
|
|
721
|
+
| 'RESTRICTED_METRIC_TYPE_UNSPECIFIED'
|
|
722
|
+
| 'COST_DATA'
|
|
723
|
+
| 'REVENUE_DATA'[];
|
|
622
724
|
/** Required. Immutable. The scope of this custom metric. */
|
|
623
|
-
scope?:
|
|
725
|
+
scope?: 'METRIC_SCOPE_UNSPECIFIED' | 'EVENT';
|
|
624
726
|
}
|
|
625
727
|
interface GoogleAnalyticsAdminV1alphaDataRedactionSettings {
|
|
626
728
|
/** If enabled, any event parameter or user property values that look like an email will be redacted. */
|
|
@@ -634,13 +736,25 @@ declare namespace gapi.client {
|
|
|
634
736
|
}
|
|
635
737
|
interface GoogleAnalyticsAdminV1alphaDataRetentionSettings {
|
|
636
738
|
/** Required. The length of time that event-level data is retained. */
|
|
637
|
-
eventDataRetention?:
|
|
739
|
+
eventDataRetention?:
|
|
740
|
+
| 'RETENTION_DURATION_UNSPECIFIED'
|
|
741
|
+
| 'TWO_MONTHS'
|
|
742
|
+
| 'FOURTEEN_MONTHS'
|
|
743
|
+
| 'TWENTY_SIX_MONTHS'
|
|
744
|
+
| 'THIRTY_EIGHT_MONTHS'
|
|
745
|
+
| 'FIFTY_MONTHS';
|
|
638
746
|
/** Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings */
|
|
639
747
|
name?: string;
|
|
640
748
|
/** If true, reset the retention period for the user identifier with every event from that user. */
|
|
641
749
|
resetUserDataOnNewActivity?: boolean;
|
|
642
750
|
/** Required. The length of time that user-level data is retained. */
|
|
643
|
-
userDataRetention?:
|
|
751
|
+
userDataRetention?:
|
|
752
|
+
| 'RETENTION_DURATION_UNSPECIFIED'
|
|
753
|
+
| 'TWO_MONTHS'
|
|
754
|
+
| 'FOURTEEN_MONTHS'
|
|
755
|
+
| 'TWENTY_SIX_MONTHS'
|
|
756
|
+
| 'THIRTY_EIGHT_MONTHS'
|
|
757
|
+
| 'FIFTY_MONTHS';
|
|
644
758
|
}
|
|
645
759
|
interface GoogleAnalyticsAdminV1alphaDataSharingSettings {
|
|
646
760
|
/** Output only. Resource name. Format: accounts/{account}/dataSharingSettings Example: "accounts/1000/dataSharingSettings" */
|
|
@@ -668,7 +782,11 @@ declare namespace gapi.client {
|
|
|
668
782
|
/** Output only. Resource name of this Data Stream. Format: properties/{property_id}/dataStreams/{stream_id} Example: "properties/1000/dataStreams/2000" */
|
|
669
783
|
name?: string;
|
|
670
784
|
/** Required. Immutable. The type of this DataStream resource. */
|
|
671
|
-
type?:
|
|
785
|
+
type?:
|
|
786
|
+
| 'DATA_STREAM_TYPE_UNSPECIFIED'
|
|
787
|
+
| 'WEB_DATA_STREAM'
|
|
788
|
+
| 'ANDROID_APP_DATA_STREAM'
|
|
789
|
+
| 'IOS_APP_DATA_STREAM';
|
|
672
790
|
/** Output only. Time when stream payload fields were last updated. */
|
|
673
791
|
updateTime?: string;
|
|
674
792
|
/** Data specific to web streams. Must be populated if type is WEB_DATA_STREAM. */
|
|
@@ -836,7 +954,7 @@ declare namespace gapi.client {
|
|
|
836
954
|
/** Optional. If true, the match is case-sensitive. If false, the match is case-insensitive. Must be true when match_type is EXACT. Must be false when match_type is CONTAINS. */
|
|
837
955
|
caseSensitive?: boolean;
|
|
838
956
|
/** Required. The match type for the string filter. */
|
|
839
|
-
matchType?:
|
|
957
|
+
matchType?: 'MATCH_TYPE_UNSPECIFIED' | 'EXACT' | 'CONTAINS';
|
|
840
958
|
/** Required. The string value to be matched against. */
|
|
841
959
|
value?: string;
|
|
842
960
|
}
|
|
@@ -872,11 +990,17 @@ declare namespace gapi.client {
|
|
|
872
990
|
}
|
|
873
991
|
interface GoogleAnalyticsAdminV1alphaGoogleSignalsSettings {
|
|
874
992
|
/** Output only. Terms of Service acceptance. */
|
|
875
|
-
consent?:
|
|
993
|
+
consent?:
|
|
994
|
+
| 'GOOGLE_SIGNALS_CONSENT_UNSPECIFIED'
|
|
995
|
+
| 'GOOGLE_SIGNALS_CONSENT_CONSENTED'
|
|
996
|
+
| 'GOOGLE_SIGNALS_CONSENT_NOT_CONSENTED';
|
|
876
997
|
/** Output only. Resource name of this setting. Format: properties/{property_id}/googleSignalsSettings Example: "properties/1000/googleSignalsSettings" */
|
|
877
998
|
name?: string;
|
|
878
999
|
/** Status of this setting. */
|
|
879
|
-
state?:
|
|
1000
|
+
state?:
|
|
1001
|
+
| 'GOOGLE_SIGNALS_STATE_UNSPECIFIED'
|
|
1002
|
+
| 'GOOGLE_SIGNALS_ENABLED'
|
|
1003
|
+
| 'GOOGLE_SIGNALS_DISABLED';
|
|
880
1004
|
}
|
|
881
1005
|
interface GoogleAnalyticsAdminV1alphaGroupingRule {
|
|
882
1006
|
/** Required. Customer defined display name for the channel. */
|
|
@@ -886,7 +1010,10 @@ declare namespace gapi.client {
|
|
|
886
1010
|
}
|
|
887
1011
|
interface GoogleAnalyticsAdminV1alphaKeyEvent {
|
|
888
1012
|
/** Required. The method by which Key Events will be counted across multiple events within a session. */
|
|
889
|
-
countingMethod?:
|
|
1013
|
+
countingMethod?:
|
|
1014
|
+
| 'COUNTING_METHOD_UNSPECIFIED'
|
|
1015
|
+
| 'ONCE_PER_EVENT'
|
|
1016
|
+
| 'ONCE_PER_SESSION';
|
|
890
1017
|
/** Output only. Time when this key event was created in the property. */
|
|
891
1018
|
createTime?: string;
|
|
892
1019
|
/** Output only. If set to true, this key event refers to a custom event. If set to false, this key event refers to a default event in GA. Default events typically have special meaning in GA. Default events are usually created for you by the GA system, but in some cases can be created by property admins. Custom events count towards the maximum number of custom key events that may be created per property. */
|
|
@@ -908,9 +1035,19 @@ declare namespace gapi.client {
|
|
|
908
1035
|
}
|
|
909
1036
|
interface GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails {
|
|
910
1037
|
/** Output only. The source of this proposal. */
|
|
911
|
-
linkProposalInitiatingProduct?:
|
|
1038
|
+
linkProposalInitiatingProduct?:
|
|
1039
|
+
| 'LINK_PROPOSAL_INITIATING_PRODUCT_UNSPECIFIED'
|
|
1040
|
+
| 'GOOGLE_ANALYTICS'
|
|
1041
|
+
| 'LINKED_PRODUCT';
|
|
912
1042
|
/** Output only. The state of this proposal. */
|
|
913
|
-
linkProposalState?:
|
|
1043
|
+
linkProposalState?:
|
|
1044
|
+
| 'LINK_PROPOSAL_STATE_UNSPECIFIED'
|
|
1045
|
+
| 'AWAITING_REVIEW_FROM_GOOGLE_ANALYTICS'
|
|
1046
|
+
| 'AWAITING_REVIEW_FROM_LINKED_PRODUCT'
|
|
1047
|
+
| 'WITHDRAWN'
|
|
1048
|
+
| 'DECLINED'
|
|
1049
|
+
| 'EXPIRED'
|
|
1050
|
+
| 'OBSOLETE';
|
|
914
1051
|
/** Output only. The email address of the user that proposed this linkage. */
|
|
915
1052
|
requestorEmail?: string;
|
|
916
1053
|
}
|
|
@@ -1084,7 +1221,22 @@ declare namespace gapi.client {
|
|
|
1084
1221
|
}
|
|
1085
1222
|
interface GoogleAnalyticsAdminV1alphaMatchingCondition {
|
|
1086
1223
|
/** Required. The type of comparison to be applied to the value. */
|
|
1087
|
-
comparisonType?:
|
|
1224
|
+
comparisonType?:
|
|
1225
|
+
| 'COMPARISON_TYPE_UNSPECIFIED'
|
|
1226
|
+
| 'EQUALS'
|
|
1227
|
+
| 'EQUALS_CASE_INSENSITIVE'
|
|
1228
|
+
| 'CONTAINS'
|
|
1229
|
+
| 'CONTAINS_CASE_INSENSITIVE'
|
|
1230
|
+
| 'STARTS_WITH'
|
|
1231
|
+
| 'STARTS_WITH_CASE_INSENSITIVE'
|
|
1232
|
+
| 'ENDS_WITH'
|
|
1233
|
+
| 'ENDS_WITH_CASE_INSENSITIVE'
|
|
1234
|
+
| 'GREATER_THAN'
|
|
1235
|
+
| 'GREATER_THAN_OR_EQUAL'
|
|
1236
|
+
| 'LESS_THAN'
|
|
1237
|
+
| 'LESS_THAN_OR_EQUAL'
|
|
1238
|
+
| 'REGULAR_EXPRESSION'
|
|
1239
|
+
| 'REGULAR_EXPRESSION_CASE_INSENSITIVE';
|
|
1088
1240
|
/** Required. The name of the field that is compared against for the condition. If 'event_name' is specified this condition will apply to the name of the event. Otherwise the condition will apply to a parameter with the specified name. This value cannot contain spaces. */
|
|
1089
1241
|
field?: string;
|
|
1090
1242
|
/** Whether or not the result of the comparison should be negated. For example, if `negated` is true, then 'equals' comparisons would function as 'not equals'. */
|
|
@@ -1132,15 +1284,49 @@ declare namespace gapi.client {
|
|
|
1132
1284
|
/** Output only. If set, the time at which this trashed property will be permanently deleted. If not set, then this property is not currently in the trash can and is not slated to be deleted. */
|
|
1133
1285
|
expireTime?: string;
|
|
1134
1286
|
/** Industry associated with this property Example: AUTOMOTIVE, FOOD_AND_DRINK */
|
|
1135
|
-
industryCategory?:
|
|
1287
|
+
industryCategory?:
|
|
1288
|
+
| 'INDUSTRY_CATEGORY_UNSPECIFIED'
|
|
1289
|
+
| 'AUTOMOTIVE'
|
|
1290
|
+
| 'BUSINESS_AND_INDUSTRIAL_MARKETS'
|
|
1291
|
+
| 'FINANCE'
|
|
1292
|
+
| 'HEALTHCARE'
|
|
1293
|
+
| 'TECHNOLOGY'
|
|
1294
|
+
| 'TRAVEL'
|
|
1295
|
+
| 'OTHER'
|
|
1296
|
+
| 'ARTS_AND_ENTERTAINMENT'
|
|
1297
|
+
| 'BEAUTY_AND_FITNESS'
|
|
1298
|
+
| 'BOOKS_AND_LITERATURE'
|
|
1299
|
+
| 'FOOD_AND_DRINK'
|
|
1300
|
+
| 'GAMES'
|
|
1301
|
+
| 'HOBBIES_AND_LEISURE'
|
|
1302
|
+
| 'HOME_AND_GARDEN'
|
|
1303
|
+
| 'INTERNET_AND_TELECOM'
|
|
1304
|
+
| 'LAW_AND_GOVERNMENT'
|
|
1305
|
+
| 'NEWS'
|
|
1306
|
+
| 'ONLINE_COMMUNITIES'
|
|
1307
|
+
| 'PEOPLE_AND_SOCIETY'
|
|
1308
|
+
| 'PETS_AND_ANIMALS'
|
|
1309
|
+
| 'REAL_ESTATE'
|
|
1310
|
+
| 'REFERENCE'
|
|
1311
|
+
| 'SCIENCE'
|
|
1312
|
+
| 'SPORTS'
|
|
1313
|
+
| 'JOBS_AND_EDUCATION'
|
|
1314
|
+
| 'SHOPPING';
|
|
1136
1315
|
/** Output only. Resource name of this property. Format: properties/{property_id} Example: "properties/1000" */
|
|
1137
1316
|
name?: string;
|
|
1138
1317
|
/** Immutable. Resource name of this property's logical parent. Note: The Property-Moving UI can be used to change the parent. Format: accounts/{account}, properties/{property} Example: "accounts/100", "properties/101" */
|
|
1139
1318
|
parent?: string;
|
|
1140
1319
|
/** Immutable. The property type for this Property resource. When creating a property, if the type is "PROPERTY_TYPE_UNSPECIFIED", then "ORDINARY_PROPERTY" will be implied. */
|
|
1141
|
-
propertyType?:
|
|
1320
|
+
propertyType?:
|
|
1321
|
+
| 'PROPERTY_TYPE_UNSPECIFIED'
|
|
1322
|
+
| 'PROPERTY_TYPE_ORDINARY'
|
|
1323
|
+
| 'PROPERTY_TYPE_SUBPROPERTY'
|
|
1324
|
+
| 'PROPERTY_TYPE_ROLLUP';
|
|
1142
1325
|
/** Output only. The Google Analytics service level that applies to this property. */
|
|
1143
|
-
serviceLevel?:
|
|
1326
|
+
serviceLevel?:
|
|
1327
|
+
| 'SERVICE_LEVEL_UNSPECIFIED'
|
|
1328
|
+
| 'GOOGLE_ANALYTICS_STANDARD'
|
|
1329
|
+
| 'GOOGLE_ANALYTICS_360';
|
|
1144
1330
|
/** Required. Reporting Time Zone, used as the day boundary for reports, regardless of where the data originates. If the time zone honors DST, Analytics will automatically adjust for the changes. NOTE: Changing the time zone only affects data going forward, and is not applied retroactively. Format: https://www.iana.org/time-zones Example: "America/Los_Angeles" */
|
|
1145
1331
|
timeZone?: string;
|
|
1146
1332
|
/** Output only. Time when entity payload fields were last updated. */
|
|
@@ -1154,7 +1340,11 @@ declare namespace gapi.client {
|
|
|
1154
1340
|
/** Resource name of property referred to by this property summary Format: properties/{property_id} Example: "properties/1000" */
|
|
1155
1341
|
property?: string;
|
|
1156
1342
|
/** The property's property type. */
|
|
1157
|
-
propertyType?:
|
|
1343
|
+
propertyType?:
|
|
1344
|
+
| 'PROPERTY_TYPE_UNSPECIFIED'
|
|
1345
|
+
| 'PROPERTY_TYPE_ORDINARY'
|
|
1346
|
+
| 'PROPERTY_TYPE_SUBPROPERTY'
|
|
1347
|
+
| 'PROPERTY_TYPE_ROLLUP';
|
|
1158
1348
|
}
|
|
1159
1349
|
interface GoogleAnalyticsAdminV1alphaProvisionAccountTicketRequest {
|
|
1160
1350
|
/** The account to create. */
|
|
@@ -1168,7 +1358,10 @@ declare namespace gapi.client {
|
|
|
1168
1358
|
}
|
|
1169
1359
|
interface GoogleAnalyticsAdminV1alphaProvisionSubpropertyRequest {
|
|
1170
1360
|
/** Optional. The subproperty feature synchronization mode for Custom Dimensions and Metrics */
|
|
1171
|
-
customDimensionAndMetricSynchronizationMode?:
|
|
1361
|
+
customDimensionAndMetricSynchronizationMode?:
|
|
1362
|
+
| 'SYNCHRONIZATION_MODE_UNSPECIFIED'
|
|
1363
|
+
| 'NONE'
|
|
1364
|
+
| 'ALL';
|
|
1172
1365
|
/** Required. The subproperty to create. */
|
|
1173
1366
|
subproperty?: GoogleAnalyticsAdminV1alphaProperty;
|
|
1174
1367
|
/** Optional. The subproperty event filter to create on an ordinary property. */
|
|
@@ -1190,7 +1383,15 @@ declare namespace gapi.client {
|
|
|
1190
1383
|
/** If set, the Reporting Data Annotation is for a range of dates represented by this field. */
|
|
1191
1384
|
annotationDateRange?: GoogleAnalyticsAdminV1alphaReportingDataAnnotationDateRange;
|
|
1192
1385
|
/** Required. The color used for display of this Reporting Data Annotation. */
|
|
1193
|
-
color?:
|
|
1386
|
+
color?:
|
|
1387
|
+
| 'COLOR_UNSPECIFIED'
|
|
1388
|
+
| 'PURPLE'
|
|
1389
|
+
| 'BROWN'
|
|
1390
|
+
| 'BLUE'
|
|
1391
|
+
| 'GREEN'
|
|
1392
|
+
| 'RED'
|
|
1393
|
+
| 'CYAN'
|
|
1394
|
+
| 'ORANGE';
|
|
1194
1395
|
/** Optional. Description for this Reporting Data Annotation. */
|
|
1195
1396
|
description?: string;
|
|
1196
1397
|
/** Required. Identifier. Resource name of this Reporting Data Annotation. Format: 'properties/{property_id}/reportingDataAnnotations/{reporting_data_annotation}' Format: 'properties/123/reportingDataAnnotations/456' */
|
|
@@ -1210,7 +1411,11 @@ declare namespace gapi.client {
|
|
|
1210
1411
|
/** Output only. Identifier. Resource name for this reporting identity settings singleton resource. Format: properties/{property_id}/reportingIdentitySettings Example: "properties/1234/reportingIdentitySettings" */
|
|
1211
1412
|
name?: string;
|
|
1212
1413
|
/** The strategy used for identifying user identities in reports. */
|
|
1213
|
-
reportingIdentity?:
|
|
1414
|
+
reportingIdentity?:
|
|
1415
|
+
| 'IDENTITY_BLENDING_STRATEGY_UNSPECIFIED'
|
|
1416
|
+
| 'BLENDED'
|
|
1417
|
+
| 'OBSERVED'
|
|
1418
|
+
| 'DEVICE_BASED';
|
|
1214
1419
|
}
|
|
1215
1420
|
interface GoogleAnalyticsAdminV1alphaRollupPropertySourceLink {
|
|
1216
1421
|
/** Output only. Resource name of this RollupPropertySourceLink. Format: 'properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link}' Format: 'properties/123/rollupPropertySourceLinks/456' */
|
|
@@ -1274,7 +1479,7 @@ declare namespace gapi.client {
|
|
|
1274
1479
|
}
|
|
1275
1480
|
interface GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest {
|
|
1276
1481
|
/** Optional. If set, only return changes that match one or more of these types of actions. */
|
|
1277
|
-
action?:
|
|
1482
|
+
action?: 'ACTION_TYPE_UNSPECIFIED' | 'CREATED' | 'UPDATED' | 'DELETED'[];
|
|
1278
1483
|
/** Optional. If set, only return changes if they are made by a user in this list. */
|
|
1279
1484
|
actorEmail?: string[];
|
|
1280
1485
|
/** Optional. If set, only return changes made after this time (inclusive). */
|
|
@@ -1288,7 +1493,37 @@ declare namespace gapi.client {
|
|
|
1288
1493
|
/** Optional. Resource name for a child property. If set, only return changes made to this property or its child resources. Format: properties/{propertyId} Example: `properties/100` */
|
|
1289
1494
|
property?: string;
|
|
1290
1495
|
/** Optional. If set, only return changes if they are for a resource that matches at least one of these types. */
|
|
1291
|
-
resourceType?:
|
|
1496
|
+
resourceType?:
|
|
1497
|
+
| 'CHANGE_HISTORY_RESOURCE_TYPE_UNSPECIFIED'
|
|
1498
|
+
| 'ACCOUNT'
|
|
1499
|
+
| 'PROPERTY'
|
|
1500
|
+
| 'FIREBASE_LINK'
|
|
1501
|
+
| 'GOOGLE_ADS_LINK'
|
|
1502
|
+
| 'GOOGLE_SIGNALS_SETTINGS'
|
|
1503
|
+
| 'CONVERSION_EVENT'
|
|
1504
|
+
| 'MEASUREMENT_PROTOCOL_SECRET'
|
|
1505
|
+
| 'CUSTOM_DIMENSION'
|
|
1506
|
+
| 'CUSTOM_METRIC'
|
|
1507
|
+
| 'DATA_RETENTION_SETTINGS'
|
|
1508
|
+
| 'DISPLAY_VIDEO_360_ADVERTISER_LINK'
|
|
1509
|
+
| 'DISPLAY_VIDEO_360_ADVERTISER_LINK_PROPOSAL'
|
|
1510
|
+
| 'SEARCH_ADS_360_LINK'
|
|
1511
|
+
| 'DATA_STREAM'
|
|
1512
|
+
| 'ATTRIBUTION_SETTINGS'
|
|
1513
|
+
| 'EXPANDED_DATA_SET'
|
|
1514
|
+
| 'CHANNEL_GROUP'
|
|
1515
|
+
| 'BIGQUERY_LINK'
|
|
1516
|
+
| 'ENHANCED_MEASUREMENT_SETTINGS'
|
|
1517
|
+
| 'DATA_REDACTION_SETTINGS'
|
|
1518
|
+
| 'SKADNETWORK_CONVERSION_VALUE_SCHEMA'
|
|
1519
|
+
| 'ADSENSE_LINK'
|
|
1520
|
+
| 'AUDIENCE'
|
|
1521
|
+
| 'EVENT_CREATE_RULE'
|
|
1522
|
+
| 'KEY_EVENT'
|
|
1523
|
+
| 'CALCULATED_METRIC'
|
|
1524
|
+
| 'REPORTING_DATA_ANNOTATION'
|
|
1525
|
+
| 'SUBPROPERTY_SYNC_CONFIG'
|
|
1526
|
+
| 'REPORTING_IDENTITY_SETTINGS'[];
|
|
1292
1527
|
}
|
|
1293
1528
|
interface GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse {
|
|
1294
1529
|
/** Results that were accessible to the caller. */
|
|
@@ -1332,7 +1567,10 @@ declare namespace gapi.client {
|
|
|
1332
1567
|
}
|
|
1333
1568
|
interface GoogleAnalyticsAdminV1alphaSubpropertyEventFilterClause {
|
|
1334
1569
|
/** Required. The type for the filter clause. */
|
|
1335
|
-
filterClauseType?:
|
|
1570
|
+
filterClauseType?:
|
|
1571
|
+
| 'FILTER_CLAUSE_TYPE_UNSPECIFIED'
|
|
1572
|
+
| 'INCLUDE'
|
|
1573
|
+
| 'EXCLUDE';
|
|
1336
1574
|
/** Required. The logical expression for what events are sent to the subproperty. */
|
|
1337
1575
|
filterExpression?: GoogleAnalyticsAdminV1alphaSubpropertyEventFilterExpression;
|
|
1338
1576
|
}
|
|
@@ -1348,7 +1586,14 @@ declare namespace gapi.client {
|
|
|
1348
1586
|
/** Optional. If true, the string value is case sensitive. If false, the match is case-insensitive. */
|
|
1349
1587
|
caseSensitive?: boolean;
|
|
1350
1588
|
/** Required. The match type for the string filter. */
|
|
1351
|
-
matchType?:
|
|
1589
|
+
matchType?:
|
|
1590
|
+
| 'MATCH_TYPE_UNSPECIFIED'
|
|
1591
|
+
| 'EXACT'
|
|
1592
|
+
| 'BEGINS_WITH'
|
|
1593
|
+
| 'ENDS_WITH'
|
|
1594
|
+
| 'CONTAINS'
|
|
1595
|
+
| 'FULL_REGEXP'
|
|
1596
|
+
| 'PARTIAL_REGEXP';
|
|
1352
1597
|
/** Required. The string value used for the matching. */
|
|
1353
1598
|
value?: string;
|
|
1354
1599
|
}
|
|
@@ -1368,7 +1613,10 @@ declare namespace gapi.client {
|
|
|
1368
1613
|
/** Output only. Immutable. Resource name of the subproperty that these settings apply to. */
|
|
1369
1614
|
applyToProperty?: string;
|
|
1370
1615
|
/** Required. Specifies the Custom Dimension / Metric synchronization mode for the subproperty. If set to ALL, Custom Dimension / Metric synchronization will be immediately enabled. Local configuration of Custom Dimensions / Metrics will not be allowed on the subproperty so long as the synchronization mode is set to ALL. If set to NONE, Custom Dimensions / Metric synchronization is disabled. Custom Dimensions / Metrics must be configured explicitly on the Subproperty. */
|
|
1371
|
-
customDimensionAndMetricSyncMode?:
|
|
1616
|
+
customDimensionAndMetricSyncMode?:
|
|
1617
|
+
| 'SYNCHRONIZATION_MODE_UNSPECIFIED'
|
|
1618
|
+
| 'NONE'
|
|
1619
|
+
| 'ALL';
|
|
1372
1620
|
/** Output only. Identifier. Format: properties/{ordinary_property_id}/subpropertySyncConfigs/{subproperty_id} Example: properties/1234/subpropertySyncConfigs/5678 */
|
|
1373
1621
|
name?: string;
|
|
1374
1622
|
}
|
|
@@ -1389,11 +1637,11 @@ declare namespace gapi.client {
|
|
|
1389
1637
|
/** Creates information about multiple access bindings to an account or property. This method is transactional. If any AccessBinding cannot be created, none of the AccessBindings will be created. */
|
|
1390
1638
|
batchCreate(request: {
|
|
1391
1639
|
/** V1 error format. */
|
|
1392
|
-
'$.xgafv'?:
|
|
1640
|
+
'$.xgafv'?: '1' | '2';
|
|
1393
1641
|
/** OAuth access token. */
|
|
1394
1642
|
access_token?: string;
|
|
1395
1643
|
/** Data format for response. */
|
|
1396
|
-
alt?:
|
|
1644
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1397
1645
|
/** JSONP */
|
|
1398
1646
|
callback?: string;
|
|
1399
1647
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1418,11 +1666,11 @@ declare namespace gapi.client {
|
|
|
1418
1666
|
batchCreate(
|
|
1419
1667
|
request: {
|
|
1420
1668
|
/** V1 error format. */
|
|
1421
|
-
'$.xgafv'?:
|
|
1669
|
+
'$.xgafv'?: '1' | '2';
|
|
1422
1670
|
/** OAuth access token. */
|
|
1423
1671
|
access_token?: string;
|
|
1424
1672
|
/** Data format for response. */
|
|
1425
|
-
alt?:
|
|
1673
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1426
1674
|
/** JSONP */
|
|
1427
1675
|
callback?: string;
|
|
1428
1676
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1447,11 +1695,11 @@ declare namespace gapi.client {
|
|
|
1447
1695
|
/** Deletes information about multiple users' links to an account or property. */
|
|
1448
1696
|
batchDelete(request: {
|
|
1449
1697
|
/** V1 error format. */
|
|
1450
|
-
'$.xgafv'?:
|
|
1698
|
+
'$.xgafv'?: '1' | '2';
|
|
1451
1699
|
/** OAuth access token. */
|
|
1452
1700
|
access_token?: string;
|
|
1453
1701
|
/** Data format for response. */
|
|
1454
|
-
alt?:
|
|
1702
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1455
1703
|
/** JSONP */
|
|
1456
1704
|
callback?: string;
|
|
1457
1705
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1476,11 +1724,11 @@ declare namespace gapi.client {
|
|
|
1476
1724
|
batchDelete(
|
|
1477
1725
|
request: {
|
|
1478
1726
|
/** V1 error format. */
|
|
1479
|
-
'$.xgafv'?:
|
|
1727
|
+
'$.xgafv'?: '1' | '2';
|
|
1480
1728
|
/** OAuth access token. */
|
|
1481
1729
|
access_token?: string;
|
|
1482
1730
|
/** Data format for response. */
|
|
1483
|
-
alt?:
|
|
1731
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1484
1732
|
/** JSONP */
|
|
1485
1733
|
callback?: string;
|
|
1486
1734
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1505,11 +1753,11 @@ declare namespace gapi.client {
|
|
|
1505
1753
|
/** Gets information about multiple access bindings to an account or property. */
|
|
1506
1754
|
batchGet(request?: {
|
|
1507
1755
|
/** V1 error format. */
|
|
1508
|
-
'$.xgafv'?:
|
|
1756
|
+
'$.xgafv'?: '1' | '2';
|
|
1509
1757
|
/** OAuth access token. */
|
|
1510
1758
|
access_token?: string;
|
|
1511
1759
|
/** Data format for response. */
|
|
1512
|
-
alt?:
|
|
1760
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1513
1761
|
/** JSONP */
|
|
1514
1762
|
callback?: string;
|
|
1515
1763
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1534,11 +1782,11 @@ declare namespace gapi.client {
|
|
|
1534
1782
|
/** Updates information about multiple access bindings to an account or property. */
|
|
1535
1783
|
batchUpdate(request: {
|
|
1536
1784
|
/** V1 error format. */
|
|
1537
|
-
'$.xgafv'?:
|
|
1785
|
+
'$.xgafv'?: '1' | '2';
|
|
1538
1786
|
/** OAuth access token. */
|
|
1539
1787
|
access_token?: string;
|
|
1540
1788
|
/** Data format for response. */
|
|
1541
|
-
alt?:
|
|
1789
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1542
1790
|
/** JSONP */
|
|
1543
1791
|
callback?: string;
|
|
1544
1792
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1563,11 +1811,11 @@ declare namespace gapi.client {
|
|
|
1563
1811
|
batchUpdate(
|
|
1564
1812
|
request: {
|
|
1565
1813
|
/** V1 error format. */
|
|
1566
|
-
'$.xgafv'?:
|
|
1814
|
+
'$.xgafv'?: '1' | '2';
|
|
1567
1815
|
/** OAuth access token. */
|
|
1568
1816
|
access_token?: string;
|
|
1569
1817
|
/** Data format for response. */
|
|
1570
|
-
alt?:
|
|
1818
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1571
1819
|
/** JSONP */
|
|
1572
1820
|
callback?: string;
|
|
1573
1821
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1592,11 +1840,11 @@ declare namespace gapi.client {
|
|
|
1592
1840
|
/** Creates an access binding on an account or property. */
|
|
1593
1841
|
create(request: {
|
|
1594
1842
|
/** V1 error format. */
|
|
1595
|
-
'$.xgafv'?:
|
|
1843
|
+
'$.xgafv'?: '1' | '2';
|
|
1596
1844
|
/** OAuth access token. */
|
|
1597
1845
|
access_token?: string;
|
|
1598
1846
|
/** Data format for response. */
|
|
1599
|
-
alt?:
|
|
1847
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1600
1848
|
/** JSONP */
|
|
1601
1849
|
callback?: string;
|
|
1602
1850
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1621,11 +1869,11 @@ declare namespace gapi.client {
|
|
|
1621
1869
|
create(
|
|
1622
1870
|
request: {
|
|
1623
1871
|
/** V1 error format. */
|
|
1624
|
-
'$.xgafv'?:
|
|
1872
|
+
'$.xgafv'?: '1' | '2';
|
|
1625
1873
|
/** OAuth access token. */
|
|
1626
1874
|
access_token?: string;
|
|
1627
1875
|
/** Data format for response. */
|
|
1628
|
-
alt?:
|
|
1876
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1629
1877
|
/** JSONP */
|
|
1630
1878
|
callback?: string;
|
|
1631
1879
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1650,11 +1898,11 @@ declare namespace gapi.client {
|
|
|
1650
1898
|
/** Deletes an access binding on an account or property. */
|
|
1651
1899
|
delete(request?: {
|
|
1652
1900
|
/** V1 error format. */
|
|
1653
|
-
'$.xgafv'?:
|
|
1901
|
+
'$.xgafv'?: '1' | '2';
|
|
1654
1902
|
/** OAuth access token. */
|
|
1655
1903
|
access_token?: string;
|
|
1656
1904
|
/** Data format for response. */
|
|
1657
|
-
alt?:
|
|
1905
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1658
1906
|
/** JSONP */
|
|
1659
1907
|
callback?: string;
|
|
1660
1908
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1677,11 +1925,11 @@ declare namespace gapi.client {
|
|
|
1677
1925
|
/** Gets information about an access binding. */
|
|
1678
1926
|
get(request?: {
|
|
1679
1927
|
/** V1 error format. */
|
|
1680
|
-
'$.xgafv'?:
|
|
1928
|
+
'$.xgafv'?: '1' | '2';
|
|
1681
1929
|
/** OAuth access token. */
|
|
1682
1930
|
access_token?: string;
|
|
1683
1931
|
/** Data format for response. */
|
|
1684
|
-
alt?:
|
|
1932
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1685
1933
|
/** JSONP */
|
|
1686
1934
|
callback?: string;
|
|
1687
1935
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1704,11 +1952,11 @@ declare namespace gapi.client {
|
|
|
1704
1952
|
/** Lists all access bindings on an account or property. */
|
|
1705
1953
|
list(request?: {
|
|
1706
1954
|
/** V1 error format. */
|
|
1707
|
-
'$.xgafv'?:
|
|
1955
|
+
'$.xgafv'?: '1' | '2';
|
|
1708
1956
|
/** OAuth access token. */
|
|
1709
1957
|
access_token?: string;
|
|
1710
1958
|
/** Data format for response. */
|
|
1711
|
-
alt?:
|
|
1959
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1712
1960
|
/** JSONP */
|
|
1713
1961
|
callback?: string;
|
|
1714
1962
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1735,11 +1983,11 @@ declare namespace gapi.client {
|
|
|
1735
1983
|
/** Updates an access binding on an account or property. */
|
|
1736
1984
|
patch(request: {
|
|
1737
1985
|
/** V1 error format. */
|
|
1738
|
-
'$.xgafv'?:
|
|
1986
|
+
'$.xgafv'?: '1' | '2';
|
|
1739
1987
|
/** OAuth access token. */
|
|
1740
1988
|
access_token?: string;
|
|
1741
1989
|
/** Data format for response. */
|
|
1742
|
-
alt?:
|
|
1990
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1743
1991
|
/** JSONP */
|
|
1744
1992
|
callback?: string;
|
|
1745
1993
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1764,11 +2012,11 @@ declare namespace gapi.client {
|
|
|
1764
2012
|
patch(
|
|
1765
2013
|
request: {
|
|
1766
2014
|
/** V1 error format. */
|
|
1767
|
-
'$.xgafv'?:
|
|
2015
|
+
'$.xgafv'?: '1' | '2';
|
|
1768
2016
|
/** OAuth access token. */
|
|
1769
2017
|
access_token?: string;
|
|
1770
2018
|
/** Data format for response. */
|
|
1771
|
-
alt?:
|
|
2019
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1772
2020
|
/** JSONP */
|
|
1773
2021
|
callback?: string;
|
|
1774
2022
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1795,11 +2043,11 @@ declare namespace gapi.client {
|
|
|
1795
2043
|
/** Marks target Account as soft-deleted (ie: "trashed") and returns it. This API does not have a method to restore soft-deleted accounts. However, they can be restored using the Trash Can UI. If the accounts are not restored before the expiration time, the account and all child resources (eg: Properties, GoogleAdsLinks, Streams, AccessBindings) will be permanently purged. https://support.google.com/analytics/answer/6154772 Returns an error if the target is not found. */
|
|
1796
2044
|
delete(request?: {
|
|
1797
2045
|
/** V1 error format. */
|
|
1798
|
-
'$.xgafv'?:
|
|
2046
|
+
'$.xgafv'?: '1' | '2';
|
|
1799
2047
|
/** OAuth access token. */
|
|
1800
2048
|
access_token?: string;
|
|
1801
2049
|
/** Data format for response. */
|
|
1802
|
-
alt?:
|
|
2050
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1803
2051
|
/** JSONP */
|
|
1804
2052
|
callback?: string;
|
|
1805
2053
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1822,11 +2070,11 @@ declare namespace gapi.client {
|
|
|
1822
2070
|
/** Lookup for a single Account. */
|
|
1823
2071
|
get(request?: {
|
|
1824
2072
|
/** V1 error format. */
|
|
1825
|
-
'$.xgafv'?:
|
|
2073
|
+
'$.xgafv'?: '1' | '2';
|
|
1826
2074
|
/** OAuth access token. */
|
|
1827
2075
|
access_token?: string;
|
|
1828
2076
|
/** Data format for response. */
|
|
1829
|
-
alt?:
|
|
2077
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1830
2078
|
/** JSONP */
|
|
1831
2079
|
callback?: string;
|
|
1832
2080
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1849,11 +2097,11 @@ declare namespace gapi.client {
|
|
|
1849
2097
|
/** Get data sharing settings on an account. Data sharing settings are singletons. */
|
|
1850
2098
|
getDataSharingSettings(request?: {
|
|
1851
2099
|
/** V1 error format. */
|
|
1852
|
-
'$.xgafv'?:
|
|
2100
|
+
'$.xgafv'?: '1' | '2';
|
|
1853
2101
|
/** OAuth access token. */
|
|
1854
2102
|
access_token?: string;
|
|
1855
2103
|
/** Data format for response. */
|
|
1856
|
-
alt?:
|
|
2104
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1857
2105
|
/** JSONP */
|
|
1858
2106
|
callback?: string;
|
|
1859
2107
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1876,11 +2124,11 @@ declare namespace gapi.client {
|
|
|
1876
2124
|
/** Returns all accounts accessible by the caller. Note that these accounts might not currently have GA properties. Soft-deleted (ie: "trashed") accounts are excluded by default. Returns an empty list if no relevant accounts are found. */
|
|
1877
2125
|
list(request?: {
|
|
1878
2126
|
/** V1 error format. */
|
|
1879
|
-
'$.xgafv'?:
|
|
2127
|
+
'$.xgafv'?: '1' | '2';
|
|
1880
2128
|
/** OAuth access token. */
|
|
1881
2129
|
access_token?: string;
|
|
1882
2130
|
/** Data format for response. */
|
|
1883
|
-
alt?:
|
|
2131
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1884
2132
|
/** JSONP */
|
|
1885
2133
|
callback?: string;
|
|
1886
2134
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1907,11 +2155,11 @@ declare namespace gapi.client {
|
|
|
1907
2155
|
/** Updates an account. */
|
|
1908
2156
|
patch(request: {
|
|
1909
2157
|
/** V1 error format. */
|
|
1910
|
-
'$.xgafv'?:
|
|
2158
|
+
'$.xgafv'?: '1' | '2';
|
|
1911
2159
|
/** OAuth access token. */
|
|
1912
2160
|
access_token?: string;
|
|
1913
2161
|
/** Data format for response. */
|
|
1914
|
-
alt?:
|
|
2162
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1915
2163
|
/** JSONP */
|
|
1916
2164
|
callback?: string;
|
|
1917
2165
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1938,11 +2186,11 @@ declare namespace gapi.client {
|
|
|
1938
2186
|
patch(
|
|
1939
2187
|
request: {
|
|
1940
2188
|
/** V1 error format. */
|
|
1941
|
-
'$.xgafv'?:
|
|
2189
|
+
'$.xgafv'?: '1' | '2';
|
|
1942
2190
|
/** OAuth access token. */
|
|
1943
2191
|
access_token?: string;
|
|
1944
2192
|
/** Data format for response. */
|
|
1945
|
-
alt?:
|
|
2193
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1946
2194
|
/** JSONP */
|
|
1947
2195
|
callback?: string;
|
|
1948
2196
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1969,11 +2217,11 @@ declare namespace gapi.client {
|
|
|
1969
2217
|
/** Requests a ticket for creating an account. */
|
|
1970
2218
|
provisionAccountTicket(request: {
|
|
1971
2219
|
/** V1 error format. */
|
|
1972
|
-
'$.xgafv'?:
|
|
2220
|
+
'$.xgafv'?: '1' | '2';
|
|
1973
2221
|
/** OAuth access token. */
|
|
1974
2222
|
access_token?: string;
|
|
1975
2223
|
/** Data format for response. */
|
|
1976
|
-
alt?:
|
|
2224
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1977
2225
|
/** JSONP */
|
|
1978
2226
|
callback?: string;
|
|
1979
2227
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1996,11 +2244,11 @@ declare namespace gapi.client {
|
|
|
1996
2244
|
provisionAccountTicket(
|
|
1997
2245
|
request: {
|
|
1998
2246
|
/** V1 error format. */
|
|
1999
|
-
'$.xgafv'?:
|
|
2247
|
+
'$.xgafv'?: '1' | '2';
|
|
2000
2248
|
/** OAuth access token. */
|
|
2001
2249
|
access_token?: string;
|
|
2002
2250
|
/** Data format for response. */
|
|
2003
|
-
alt?:
|
|
2251
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2004
2252
|
/** JSONP */
|
|
2005
2253
|
callback?: string;
|
|
2006
2254
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2023,11 +2271,11 @@ declare namespace gapi.client {
|
|
|
2023
2271
|
/** Returns a customized report of data access records. The report provides records of each time a user reads Google Analytics reporting data. Access records are retained for up to 2 years. Data Access Reports can be requested for a property. Reports may be requested for any property, but dimensions that aren't related to quota can only be requested on Google Analytics 360 properties. This method is only available to Administrators. These data access records include GA UI Reporting, GA UI Explorations, GA Data API, and other products like Firebase & Admob that can retrieve data from Google Analytics through a linkage. These records don't include property configuration changes like adding a stream or changing a property's time zone. For configuration change history, see [searchChangeHistoryEvents](https://developers.google.com/analytics/devguides/config/admin/v1/rest/v1alpha/accounts/searchChangeHistoryEvents). To give your feedback on this API, complete the [Google Analytics Access Reports feedback](https://docs.google.com/forms/d/e/1FAIpQLSdmEBUrMzAEdiEKk5TV5dEHvDUZDRlgWYdQdAeSdtR4hVjEhw/viewform) form. */
|
|
2024
2272
|
runAccessReport(request: {
|
|
2025
2273
|
/** V1 error format. */
|
|
2026
|
-
'$.xgafv'?:
|
|
2274
|
+
'$.xgafv'?: '1' | '2';
|
|
2027
2275
|
/** OAuth access token. */
|
|
2028
2276
|
access_token?: string;
|
|
2029
2277
|
/** Data format for response. */
|
|
2030
|
-
alt?:
|
|
2278
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2031
2279
|
/** JSONP */
|
|
2032
2280
|
callback?: string;
|
|
2033
2281
|
/** The Data Access Report supports requesting at the property level or account level. If requested at the account level, Data Access Reports include all access for all properties under that account. To request at the property level, entity should be for example 'properties/123' if "123" is your Google Analytics property ID. To request at the account level, entity should be for example 'accounts/1234' if "1234" is your Google Analytics Account ID. */
|
|
@@ -2052,11 +2300,11 @@ declare namespace gapi.client {
|
|
|
2052
2300
|
runAccessReport(
|
|
2053
2301
|
request: {
|
|
2054
2302
|
/** V1 error format. */
|
|
2055
|
-
'$.xgafv'?:
|
|
2303
|
+
'$.xgafv'?: '1' | '2';
|
|
2056
2304
|
/** OAuth access token. */
|
|
2057
2305
|
access_token?: string;
|
|
2058
2306
|
/** Data format for response. */
|
|
2059
|
-
alt?:
|
|
2307
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2060
2308
|
/** JSONP */
|
|
2061
2309
|
callback?: string;
|
|
2062
2310
|
/** The Data Access Report supports requesting at the property level or account level. If requested at the account level, Data Access Reports include all access for all properties under that account. To request at the property level, entity should be for example 'properties/123' if "123" is your Google Analytics property ID. To request at the account level, entity should be for example 'accounts/1234' if "1234" is your Google Analytics Account ID. */
|
|
@@ -2081,13 +2329,13 @@ declare namespace gapi.client {
|
|
|
2081
2329
|
/** Searches through all changes to an account or its children given the specified set of filters. Only returns the subset of changes supported by the API. The UI may return additional changes. */
|
|
2082
2330
|
searchChangeHistoryEvents(request: {
|
|
2083
2331
|
/** V1 error format. */
|
|
2084
|
-
'$.xgafv'?:
|
|
2332
|
+
'$.xgafv'?: '1' | '2';
|
|
2085
2333
|
/** OAuth access token. */
|
|
2086
2334
|
access_token?: string;
|
|
2087
2335
|
/** Required. The account resource for which to return change history resources. Format: accounts/{account} Example: `accounts/100` */
|
|
2088
2336
|
account: string;
|
|
2089
2337
|
/** Data format for response. */
|
|
2090
|
-
alt?:
|
|
2338
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2091
2339
|
/** JSONP */
|
|
2092
2340
|
callback?: string;
|
|
2093
2341
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2110,13 +2358,13 @@ declare namespace gapi.client {
|
|
|
2110
2358
|
searchChangeHistoryEvents(
|
|
2111
2359
|
request: {
|
|
2112
2360
|
/** V1 error format. */
|
|
2113
|
-
'$.xgafv'?:
|
|
2361
|
+
'$.xgafv'?: '1' | '2';
|
|
2114
2362
|
/** OAuth access token. */
|
|
2115
2363
|
access_token?: string;
|
|
2116
2364
|
/** Required. The account resource for which to return change history resources. Format: accounts/{account} Example: `accounts/100` */
|
|
2117
2365
|
account: string;
|
|
2118
2366
|
/** Data format for response. */
|
|
2119
|
-
alt?:
|
|
2367
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2120
2368
|
/** JSONP */
|
|
2121
2369
|
callback?: string;
|
|
2122
2370
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2142,11 +2390,11 @@ declare namespace gapi.client {
|
|
|
2142
2390
|
/** Returns summaries of all accounts accessible by the caller. */
|
|
2143
2391
|
list(request?: {
|
|
2144
2392
|
/** V1 error format. */
|
|
2145
|
-
'$.xgafv'?:
|
|
2393
|
+
'$.xgafv'?: '1' | '2';
|
|
2146
2394
|
/** OAuth access token. */
|
|
2147
2395
|
access_token?: string;
|
|
2148
2396
|
/** Data format for response. */
|
|
2149
|
-
alt?:
|
|
2397
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2150
2398
|
/** JSONP */
|
|
2151
2399
|
callback?: string;
|
|
2152
2400
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2173,11 +2421,11 @@ declare namespace gapi.client {
|
|
|
2173
2421
|
/** Creates information about multiple access bindings to an account or property. This method is transactional. If any AccessBinding cannot be created, none of the AccessBindings will be created. */
|
|
2174
2422
|
batchCreate(request: {
|
|
2175
2423
|
/** V1 error format. */
|
|
2176
|
-
'$.xgafv'?:
|
|
2424
|
+
'$.xgafv'?: '1' | '2';
|
|
2177
2425
|
/** OAuth access token. */
|
|
2178
2426
|
access_token?: string;
|
|
2179
2427
|
/** Data format for response. */
|
|
2180
|
-
alt?:
|
|
2428
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2181
2429
|
/** JSONP */
|
|
2182
2430
|
callback?: string;
|
|
2183
2431
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2202,11 +2450,11 @@ declare namespace gapi.client {
|
|
|
2202
2450
|
batchCreate(
|
|
2203
2451
|
request: {
|
|
2204
2452
|
/** V1 error format. */
|
|
2205
|
-
'$.xgafv'?:
|
|
2453
|
+
'$.xgafv'?: '1' | '2';
|
|
2206
2454
|
/** OAuth access token. */
|
|
2207
2455
|
access_token?: string;
|
|
2208
2456
|
/** Data format for response. */
|
|
2209
|
-
alt?:
|
|
2457
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2210
2458
|
/** JSONP */
|
|
2211
2459
|
callback?: string;
|
|
2212
2460
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2231,11 +2479,11 @@ declare namespace gapi.client {
|
|
|
2231
2479
|
/** Deletes information about multiple users' links to an account or property. */
|
|
2232
2480
|
batchDelete(request: {
|
|
2233
2481
|
/** V1 error format. */
|
|
2234
|
-
'$.xgafv'?:
|
|
2482
|
+
'$.xgafv'?: '1' | '2';
|
|
2235
2483
|
/** OAuth access token. */
|
|
2236
2484
|
access_token?: string;
|
|
2237
2485
|
/** Data format for response. */
|
|
2238
|
-
alt?:
|
|
2486
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2239
2487
|
/** JSONP */
|
|
2240
2488
|
callback?: string;
|
|
2241
2489
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2260,11 +2508,11 @@ declare namespace gapi.client {
|
|
|
2260
2508
|
batchDelete(
|
|
2261
2509
|
request: {
|
|
2262
2510
|
/** V1 error format. */
|
|
2263
|
-
'$.xgafv'?:
|
|
2511
|
+
'$.xgafv'?: '1' | '2';
|
|
2264
2512
|
/** OAuth access token. */
|
|
2265
2513
|
access_token?: string;
|
|
2266
2514
|
/** Data format for response. */
|
|
2267
|
-
alt?:
|
|
2515
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2268
2516
|
/** JSONP */
|
|
2269
2517
|
callback?: string;
|
|
2270
2518
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2289,11 +2537,11 @@ declare namespace gapi.client {
|
|
|
2289
2537
|
/** Gets information about multiple access bindings to an account or property. */
|
|
2290
2538
|
batchGet(request?: {
|
|
2291
2539
|
/** V1 error format. */
|
|
2292
|
-
'$.xgafv'?:
|
|
2540
|
+
'$.xgafv'?: '1' | '2';
|
|
2293
2541
|
/** OAuth access token. */
|
|
2294
2542
|
access_token?: string;
|
|
2295
2543
|
/** Data format for response. */
|
|
2296
|
-
alt?:
|
|
2544
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2297
2545
|
/** JSONP */
|
|
2298
2546
|
callback?: string;
|
|
2299
2547
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2318,11 +2566,11 @@ declare namespace gapi.client {
|
|
|
2318
2566
|
/** Updates information about multiple access bindings to an account or property. */
|
|
2319
2567
|
batchUpdate(request: {
|
|
2320
2568
|
/** V1 error format. */
|
|
2321
|
-
'$.xgafv'?:
|
|
2569
|
+
'$.xgafv'?: '1' | '2';
|
|
2322
2570
|
/** OAuth access token. */
|
|
2323
2571
|
access_token?: string;
|
|
2324
2572
|
/** Data format for response. */
|
|
2325
|
-
alt?:
|
|
2573
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2326
2574
|
/** JSONP */
|
|
2327
2575
|
callback?: string;
|
|
2328
2576
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2347,11 +2595,11 @@ declare namespace gapi.client {
|
|
|
2347
2595
|
batchUpdate(
|
|
2348
2596
|
request: {
|
|
2349
2597
|
/** V1 error format. */
|
|
2350
|
-
'$.xgafv'?:
|
|
2598
|
+
'$.xgafv'?: '1' | '2';
|
|
2351
2599
|
/** OAuth access token. */
|
|
2352
2600
|
access_token?: string;
|
|
2353
2601
|
/** Data format for response. */
|
|
2354
|
-
alt?:
|
|
2602
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2355
2603
|
/** JSONP */
|
|
2356
2604
|
callback?: string;
|
|
2357
2605
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2376,11 +2624,11 @@ declare namespace gapi.client {
|
|
|
2376
2624
|
/** Creates an access binding on an account or property. */
|
|
2377
2625
|
create(request: {
|
|
2378
2626
|
/** V1 error format. */
|
|
2379
|
-
'$.xgafv'?:
|
|
2627
|
+
'$.xgafv'?: '1' | '2';
|
|
2380
2628
|
/** OAuth access token. */
|
|
2381
2629
|
access_token?: string;
|
|
2382
2630
|
/** Data format for response. */
|
|
2383
|
-
alt?:
|
|
2631
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2384
2632
|
/** JSONP */
|
|
2385
2633
|
callback?: string;
|
|
2386
2634
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2405,11 +2653,11 @@ declare namespace gapi.client {
|
|
|
2405
2653
|
create(
|
|
2406
2654
|
request: {
|
|
2407
2655
|
/** V1 error format. */
|
|
2408
|
-
'$.xgafv'?:
|
|
2656
|
+
'$.xgafv'?: '1' | '2';
|
|
2409
2657
|
/** OAuth access token. */
|
|
2410
2658
|
access_token?: string;
|
|
2411
2659
|
/** Data format for response. */
|
|
2412
|
-
alt?:
|
|
2660
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2413
2661
|
/** JSONP */
|
|
2414
2662
|
callback?: string;
|
|
2415
2663
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2434,11 +2682,11 @@ declare namespace gapi.client {
|
|
|
2434
2682
|
/** Deletes an access binding on an account or property. */
|
|
2435
2683
|
delete(request?: {
|
|
2436
2684
|
/** V1 error format. */
|
|
2437
|
-
'$.xgafv'?:
|
|
2685
|
+
'$.xgafv'?: '1' | '2';
|
|
2438
2686
|
/** OAuth access token. */
|
|
2439
2687
|
access_token?: string;
|
|
2440
2688
|
/** Data format for response. */
|
|
2441
|
-
alt?:
|
|
2689
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2442
2690
|
/** JSONP */
|
|
2443
2691
|
callback?: string;
|
|
2444
2692
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2461,11 +2709,11 @@ declare namespace gapi.client {
|
|
|
2461
2709
|
/** Gets information about an access binding. */
|
|
2462
2710
|
get(request?: {
|
|
2463
2711
|
/** V1 error format. */
|
|
2464
|
-
'$.xgafv'?:
|
|
2712
|
+
'$.xgafv'?: '1' | '2';
|
|
2465
2713
|
/** OAuth access token. */
|
|
2466
2714
|
access_token?: string;
|
|
2467
2715
|
/** Data format for response. */
|
|
2468
|
-
alt?:
|
|
2716
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2469
2717
|
/** JSONP */
|
|
2470
2718
|
callback?: string;
|
|
2471
2719
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2488,11 +2736,11 @@ declare namespace gapi.client {
|
|
|
2488
2736
|
/** Lists all access bindings on an account or property. */
|
|
2489
2737
|
list(request?: {
|
|
2490
2738
|
/** V1 error format. */
|
|
2491
|
-
'$.xgafv'?:
|
|
2739
|
+
'$.xgafv'?: '1' | '2';
|
|
2492
2740
|
/** OAuth access token. */
|
|
2493
2741
|
access_token?: string;
|
|
2494
2742
|
/** Data format for response. */
|
|
2495
|
-
alt?:
|
|
2743
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2496
2744
|
/** JSONP */
|
|
2497
2745
|
callback?: string;
|
|
2498
2746
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2519,11 +2767,11 @@ declare namespace gapi.client {
|
|
|
2519
2767
|
/** Updates an access binding on an account or property. */
|
|
2520
2768
|
patch(request: {
|
|
2521
2769
|
/** V1 error format. */
|
|
2522
|
-
'$.xgafv'?:
|
|
2770
|
+
'$.xgafv'?: '1' | '2';
|
|
2523
2771
|
/** OAuth access token. */
|
|
2524
2772
|
access_token?: string;
|
|
2525
2773
|
/** Data format for response. */
|
|
2526
|
-
alt?:
|
|
2774
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2527
2775
|
/** JSONP */
|
|
2528
2776
|
callback?: string;
|
|
2529
2777
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2548,11 +2796,11 @@ declare namespace gapi.client {
|
|
|
2548
2796
|
patch(
|
|
2549
2797
|
request: {
|
|
2550
2798
|
/** V1 error format. */
|
|
2551
|
-
'$.xgafv'?:
|
|
2799
|
+
'$.xgafv'?: '1' | '2';
|
|
2552
2800
|
/** OAuth access token. */
|
|
2553
2801
|
access_token?: string;
|
|
2554
2802
|
/** Data format for response. */
|
|
2555
|
-
alt?:
|
|
2803
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2556
2804
|
/** JSONP */
|
|
2557
2805
|
callback?: string;
|
|
2558
2806
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2579,11 +2827,11 @@ declare namespace gapi.client {
|
|
|
2579
2827
|
/** Creates an AdSenseLink. */
|
|
2580
2828
|
create(request: {
|
|
2581
2829
|
/** V1 error format. */
|
|
2582
|
-
'$.xgafv'?:
|
|
2830
|
+
'$.xgafv'?: '1' | '2';
|
|
2583
2831
|
/** OAuth access token. */
|
|
2584
2832
|
access_token?: string;
|
|
2585
2833
|
/** Data format for response. */
|
|
2586
|
-
alt?:
|
|
2834
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2587
2835
|
/** JSONP */
|
|
2588
2836
|
callback?: string;
|
|
2589
2837
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2608,11 +2856,11 @@ declare namespace gapi.client {
|
|
|
2608
2856
|
create(
|
|
2609
2857
|
request: {
|
|
2610
2858
|
/** V1 error format. */
|
|
2611
|
-
'$.xgafv'?:
|
|
2859
|
+
'$.xgafv'?: '1' | '2';
|
|
2612
2860
|
/** OAuth access token. */
|
|
2613
2861
|
access_token?: string;
|
|
2614
2862
|
/** Data format for response. */
|
|
2615
|
-
alt?:
|
|
2863
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2616
2864
|
/** JSONP */
|
|
2617
2865
|
callback?: string;
|
|
2618
2866
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2637,11 +2885,11 @@ declare namespace gapi.client {
|
|
|
2637
2885
|
/** Deletes an AdSenseLink. */
|
|
2638
2886
|
delete(request?: {
|
|
2639
2887
|
/** V1 error format. */
|
|
2640
|
-
'$.xgafv'?:
|
|
2888
|
+
'$.xgafv'?: '1' | '2';
|
|
2641
2889
|
/** OAuth access token. */
|
|
2642
2890
|
access_token?: string;
|
|
2643
2891
|
/** Data format for response. */
|
|
2644
|
-
alt?:
|
|
2892
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2645
2893
|
/** JSONP */
|
|
2646
2894
|
callback?: string;
|
|
2647
2895
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2664,11 +2912,11 @@ declare namespace gapi.client {
|
|
|
2664
2912
|
/** Looks up a single AdSenseLink. */
|
|
2665
2913
|
get(request?: {
|
|
2666
2914
|
/** V1 error format. */
|
|
2667
|
-
'$.xgafv'?:
|
|
2915
|
+
'$.xgafv'?: '1' | '2';
|
|
2668
2916
|
/** OAuth access token. */
|
|
2669
2917
|
access_token?: string;
|
|
2670
2918
|
/** Data format for response. */
|
|
2671
|
-
alt?:
|
|
2919
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2672
2920
|
/** JSONP */
|
|
2673
2921
|
callback?: string;
|
|
2674
2922
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2691,11 +2939,11 @@ declare namespace gapi.client {
|
|
|
2691
2939
|
/** Lists AdSenseLinks on a property. */
|
|
2692
2940
|
list(request?: {
|
|
2693
2941
|
/** V1 error format. */
|
|
2694
|
-
'$.xgafv'?:
|
|
2942
|
+
'$.xgafv'?: '1' | '2';
|
|
2695
2943
|
/** OAuth access token. */
|
|
2696
2944
|
access_token?: string;
|
|
2697
2945
|
/** Data format for response. */
|
|
2698
|
-
alt?:
|
|
2946
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2699
2947
|
/** JSONP */
|
|
2700
2948
|
callback?: string;
|
|
2701
2949
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2724,11 +2972,11 @@ declare namespace gapi.client {
|
|
|
2724
2972
|
/** Archives an Audience on a property. */
|
|
2725
2973
|
archive(request: {
|
|
2726
2974
|
/** V1 error format. */
|
|
2727
|
-
'$.xgafv'?:
|
|
2975
|
+
'$.xgafv'?: '1' | '2';
|
|
2728
2976
|
/** OAuth access token. */
|
|
2729
2977
|
access_token?: string;
|
|
2730
2978
|
/** Data format for response. */
|
|
2731
|
-
alt?:
|
|
2979
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2732
2980
|
/** JSONP */
|
|
2733
2981
|
callback?: string;
|
|
2734
2982
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2753,11 +3001,11 @@ declare namespace gapi.client {
|
|
|
2753
3001
|
archive(
|
|
2754
3002
|
request: {
|
|
2755
3003
|
/** V1 error format. */
|
|
2756
|
-
'$.xgafv'?:
|
|
3004
|
+
'$.xgafv'?: '1' | '2';
|
|
2757
3005
|
/** OAuth access token. */
|
|
2758
3006
|
access_token?: string;
|
|
2759
3007
|
/** Data format for response. */
|
|
2760
|
-
alt?:
|
|
3008
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2761
3009
|
/** JSONP */
|
|
2762
3010
|
callback?: string;
|
|
2763
3011
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2782,11 +3030,11 @@ declare namespace gapi.client {
|
|
|
2782
3030
|
/** Creates an Audience. */
|
|
2783
3031
|
create(request: {
|
|
2784
3032
|
/** V1 error format. */
|
|
2785
|
-
'$.xgafv'?:
|
|
3033
|
+
'$.xgafv'?: '1' | '2';
|
|
2786
3034
|
/** OAuth access token. */
|
|
2787
3035
|
access_token?: string;
|
|
2788
3036
|
/** Data format for response. */
|
|
2789
|
-
alt?:
|
|
3037
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2790
3038
|
/** JSONP */
|
|
2791
3039
|
callback?: string;
|
|
2792
3040
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2811,11 +3059,11 @@ declare namespace gapi.client {
|
|
|
2811
3059
|
create(
|
|
2812
3060
|
request: {
|
|
2813
3061
|
/** V1 error format. */
|
|
2814
|
-
'$.xgafv'?:
|
|
3062
|
+
'$.xgafv'?: '1' | '2';
|
|
2815
3063
|
/** OAuth access token. */
|
|
2816
3064
|
access_token?: string;
|
|
2817
3065
|
/** Data format for response. */
|
|
2818
|
-
alt?:
|
|
3066
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2819
3067
|
/** JSONP */
|
|
2820
3068
|
callback?: string;
|
|
2821
3069
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2840,11 +3088,11 @@ declare namespace gapi.client {
|
|
|
2840
3088
|
/** Lookup for a single Audience. Audiences created before 2020 may not be supported. Default audiences will not show filter definitions. */
|
|
2841
3089
|
get(request?: {
|
|
2842
3090
|
/** V1 error format. */
|
|
2843
|
-
'$.xgafv'?:
|
|
3091
|
+
'$.xgafv'?: '1' | '2';
|
|
2844
3092
|
/** OAuth access token. */
|
|
2845
3093
|
access_token?: string;
|
|
2846
3094
|
/** Data format for response. */
|
|
2847
|
-
alt?:
|
|
3095
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2848
3096
|
/** JSONP */
|
|
2849
3097
|
callback?: string;
|
|
2850
3098
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2867,11 +3115,11 @@ declare namespace gapi.client {
|
|
|
2867
3115
|
/** Lists Audiences on a property. Audiences created before 2020 may not be supported. Default audiences will not show filter definitions. */
|
|
2868
3116
|
list(request?: {
|
|
2869
3117
|
/** V1 error format. */
|
|
2870
|
-
'$.xgafv'?:
|
|
3118
|
+
'$.xgafv'?: '1' | '2';
|
|
2871
3119
|
/** OAuth access token. */
|
|
2872
3120
|
access_token?: string;
|
|
2873
3121
|
/** Data format for response. */
|
|
2874
|
-
alt?:
|
|
3122
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2875
3123
|
/** JSONP */
|
|
2876
3124
|
callback?: string;
|
|
2877
3125
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2898,11 +3146,11 @@ declare namespace gapi.client {
|
|
|
2898
3146
|
/** Updates an Audience on a property. */
|
|
2899
3147
|
patch(request: {
|
|
2900
3148
|
/** V1 error format. */
|
|
2901
|
-
'$.xgafv'?:
|
|
3149
|
+
'$.xgafv'?: '1' | '2';
|
|
2902
3150
|
/** OAuth access token. */
|
|
2903
3151
|
access_token?: string;
|
|
2904
3152
|
/** Data format for response. */
|
|
2905
|
-
alt?:
|
|
3153
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2906
3154
|
/** JSONP */
|
|
2907
3155
|
callback?: string;
|
|
2908
3156
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2929,11 +3177,11 @@ declare namespace gapi.client {
|
|
|
2929
3177
|
patch(
|
|
2930
3178
|
request: {
|
|
2931
3179
|
/** V1 error format. */
|
|
2932
|
-
'$.xgafv'?:
|
|
3180
|
+
'$.xgafv'?: '1' | '2';
|
|
2933
3181
|
/** OAuth access token. */
|
|
2934
3182
|
access_token?: string;
|
|
2935
3183
|
/** Data format for response. */
|
|
2936
|
-
alt?:
|
|
3184
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2937
3185
|
/** JSONP */
|
|
2938
3186
|
callback?: string;
|
|
2939
3187
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2962,11 +3210,11 @@ declare namespace gapi.client {
|
|
|
2962
3210
|
/** Creates a BigQueryLink. */
|
|
2963
3211
|
create(request: {
|
|
2964
3212
|
/** V1 error format. */
|
|
2965
|
-
'$.xgafv'?:
|
|
3213
|
+
'$.xgafv'?: '1' | '2';
|
|
2966
3214
|
/** OAuth access token. */
|
|
2967
3215
|
access_token?: string;
|
|
2968
3216
|
/** Data format for response. */
|
|
2969
|
-
alt?:
|
|
3217
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2970
3218
|
/** JSONP */
|
|
2971
3219
|
callback?: string;
|
|
2972
3220
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -2991,11 +3239,11 @@ declare namespace gapi.client {
|
|
|
2991
3239
|
create(
|
|
2992
3240
|
request: {
|
|
2993
3241
|
/** V1 error format. */
|
|
2994
|
-
'$.xgafv'?:
|
|
3242
|
+
'$.xgafv'?: '1' | '2';
|
|
2995
3243
|
/** OAuth access token. */
|
|
2996
3244
|
access_token?: string;
|
|
2997
3245
|
/** Data format for response. */
|
|
2998
|
-
alt?:
|
|
3246
|
+
alt?: 'json' | 'media' | 'proto';
|
|
2999
3247
|
/** JSONP */
|
|
3000
3248
|
callback?: string;
|
|
3001
3249
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3020,11 +3268,11 @@ declare namespace gapi.client {
|
|
|
3020
3268
|
/** Deletes a BigQueryLink on a property. */
|
|
3021
3269
|
delete(request?: {
|
|
3022
3270
|
/** V1 error format. */
|
|
3023
|
-
'$.xgafv'?:
|
|
3271
|
+
'$.xgafv'?: '1' | '2';
|
|
3024
3272
|
/** OAuth access token. */
|
|
3025
3273
|
access_token?: string;
|
|
3026
3274
|
/** Data format for response. */
|
|
3027
|
-
alt?:
|
|
3275
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3028
3276
|
/** JSONP */
|
|
3029
3277
|
callback?: string;
|
|
3030
3278
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3047,11 +3295,11 @@ declare namespace gapi.client {
|
|
|
3047
3295
|
/** Lookup for a single BigQuery Link. */
|
|
3048
3296
|
get(request?: {
|
|
3049
3297
|
/** V1 error format. */
|
|
3050
|
-
'$.xgafv'?:
|
|
3298
|
+
'$.xgafv'?: '1' | '2';
|
|
3051
3299
|
/** OAuth access token. */
|
|
3052
3300
|
access_token?: string;
|
|
3053
3301
|
/** Data format for response. */
|
|
3054
|
-
alt?:
|
|
3302
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3055
3303
|
/** JSONP */
|
|
3056
3304
|
callback?: string;
|
|
3057
3305
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3074,11 +3322,11 @@ declare namespace gapi.client {
|
|
|
3074
3322
|
/** Lists BigQuery Links on a property. */
|
|
3075
3323
|
list(request?: {
|
|
3076
3324
|
/** V1 error format. */
|
|
3077
|
-
'$.xgafv'?:
|
|
3325
|
+
'$.xgafv'?: '1' | '2';
|
|
3078
3326
|
/** OAuth access token. */
|
|
3079
3327
|
access_token?: string;
|
|
3080
3328
|
/** Data format for response. */
|
|
3081
|
-
alt?:
|
|
3329
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3082
3330
|
/** JSONP */
|
|
3083
3331
|
callback?: string;
|
|
3084
3332
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3105,11 +3353,11 @@ declare namespace gapi.client {
|
|
|
3105
3353
|
/** Updates a BigQueryLink. */
|
|
3106
3354
|
patch(request: {
|
|
3107
3355
|
/** V1 error format. */
|
|
3108
|
-
'$.xgafv'?:
|
|
3356
|
+
'$.xgafv'?: '1' | '2';
|
|
3109
3357
|
/** OAuth access token. */
|
|
3110
3358
|
access_token?: string;
|
|
3111
3359
|
/** Data format for response. */
|
|
3112
|
-
alt?:
|
|
3360
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3113
3361
|
/** JSONP */
|
|
3114
3362
|
callback?: string;
|
|
3115
3363
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3136,11 +3384,11 @@ declare namespace gapi.client {
|
|
|
3136
3384
|
patch(
|
|
3137
3385
|
request: {
|
|
3138
3386
|
/** V1 error format. */
|
|
3139
|
-
'$.xgafv'?:
|
|
3387
|
+
'$.xgafv'?: '1' | '2';
|
|
3140
3388
|
/** OAuth access token. */
|
|
3141
3389
|
access_token?: string;
|
|
3142
3390
|
/** Data format for response. */
|
|
3143
|
-
alt?:
|
|
3391
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3144
3392
|
/** JSONP */
|
|
3145
3393
|
callback?: string;
|
|
3146
3394
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3169,11 +3417,11 @@ declare namespace gapi.client {
|
|
|
3169
3417
|
/** Creates a CalculatedMetric. */
|
|
3170
3418
|
create(request: {
|
|
3171
3419
|
/** V1 error format. */
|
|
3172
|
-
'$.xgafv'?:
|
|
3420
|
+
'$.xgafv'?: '1' | '2';
|
|
3173
3421
|
/** OAuth access token. */
|
|
3174
3422
|
access_token?: string;
|
|
3175
3423
|
/** Data format for response. */
|
|
3176
|
-
alt?:
|
|
3424
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3177
3425
|
/** Required. The ID to use for the calculated metric which will become the final component of the calculated metric's resource name. This value should be 1-80 characters and valid characters are /[a-zA-Z0-9_]/, no spaces allowed. calculated_metric_id must be unique between all calculated metrics under a property. The calculated_metric_id is used when referencing this calculated metric from external APIs, for example, "calcMetric:{calculated_metric_id}". */
|
|
3178
3426
|
calculatedMetricId?: string;
|
|
3179
3427
|
/** JSONP */
|
|
@@ -3200,11 +3448,11 @@ declare namespace gapi.client {
|
|
|
3200
3448
|
create(
|
|
3201
3449
|
request: {
|
|
3202
3450
|
/** V1 error format. */
|
|
3203
|
-
'$.xgafv'?:
|
|
3451
|
+
'$.xgafv'?: '1' | '2';
|
|
3204
3452
|
/** OAuth access token. */
|
|
3205
3453
|
access_token?: string;
|
|
3206
3454
|
/** Data format for response. */
|
|
3207
|
-
alt?:
|
|
3455
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3208
3456
|
/** Required. The ID to use for the calculated metric which will become the final component of the calculated metric's resource name. This value should be 1-80 characters and valid characters are /[a-zA-Z0-9_]/, no spaces allowed. calculated_metric_id must be unique between all calculated metrics under a property. The calculated_metric_id is used when referencing this calculated metric from external APIs, for example, "calcMetric:{calculated_metric_id}". */
|
|
3209
3457
|
calculatedMetricId?: string;
|
|
3210
3458
|
/** JSONP */
|
|
@@ -3231,11 +3479,11 @@ declare namespace gapi.client {
|
|
|
3231
3479
|
/** Deletes a CalculatedMetric on a property. */
|
|
3232
3480
|
delete(request?: {
|
|
3233
3481
|
/** V1 error format. */
|
|
3234
|
-
'$.xgafv'?:
|
|
3482
|
+
'$.xgafv'?: '1' | '2';
|
|
3235
3483
|
/** OAuth access token. */
|
|
3236
3484
|
access_token?: string;
|
|
3237
3485
|
/** Data format for response. */
|
|
3238
|
-
alt?:
|
|
3486
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3239
3487
|
/** JSONP */
|
|
3240
3488
|
callback?: string;
|
|
3241
3489
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3258,11 +3506,11 @@ declare namespace gapi.client {
|
|
|
3258
3506
|
/** Lookup for a single CalculatedMetric. */
|
|
3259
3507
|
get(request?: {
|
|
3260
3508
|
/** V1 error format. */
|
|
3261
|
-
'$.xgafv'?:
|
|
3509
|
+
'$.xgafv'?: '1' | '2';
|
|
3262
3510
|
/** OAuth access token. */
|
|
3263
3511
|
access_token?: string;
|
|
3264
3512
|
/** Data format for response. */
|
|
3265
|
-
alt?:
|
|
3513
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3266
3514
|
/** JSONP */
|
|
3267
3515
|
callback?: string;
|
|
3268
3516
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3285,11 +3533,11 @@ declare namespace gapi.client {
|
|
|
3285
3533
|
/** Lists CalculatedMetrics on a property. */
|
|
3286
3534
|
list(request?: {
|
|
3287
3535
|
/** V1 error format. */
|
|
3288
|
-
'$.xgafv'?:
|
|
3536
|
+
'$.xgafv'?: '1' | '2';
|
|
3289
3537
|
/** OAuth access token. */
|
|
3290
3538
|
access_token?: string;
|
|
3291
3539
|
/** Data format for response. */
|
|
3292
|
-
alt?:
|
|
3540
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3293
3541
|
/** JSONP */
|
|
3294
3542
|
callback?: string;
|
|
3295
3543
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3316,11 +3564,11 @@ declare namespace gapi.client {
|
|
|
3316
3564
|
/** Updates a CalculatedMetric on a property. */
|
|
3317
3565
|
patch(request: {
|
|
3318
3566
|
/** V1 error format. */
|
|
3319
|
-
'$.xgafv'?:
|
|
3567
|
+
'$.xgafv'?: '1' | '2';
|
|
3320
3568
|
/** OAuth access token. */
|
|
3321
3569
|
access_token?: string;
|
|
3322
3570
|
/** Data format for response. */
|
|
3323
|
-
alt?:
|
|
3571
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3324
3572
|
/** JSONP */
|
|
3325
3573
|
callback?: string;
|
|
3326
3574
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3347,11 +3595,11 @@ declare namespace gapi.client {
|
|
|
3347
3595
|
patch(
|
|
3348
3596
|
request: {
|
|
3349
3597
|
/** V1 error format. */
|
|
3350
|
-
'$.xgafv'?:
|
|
3598
|
+
'$.xgafv'?: '1' | '2';
|
|
3351
3599
|
/** OAuth access token. */
|
|
3352
3600
|
access_token?: string;
|
|
3353
3601
|
/** Data format for response. */
|
|
3354
|
-
alt?:
|
|
3602
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3355
3603
|
/** JSONP */
|
|
3356
3604
|
callback?: string;
|
|
3357
3605
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3380,11 +3628,11 @@ declare namespace gapi.client {
|
|
|
3380
3628
|
/** Creates a ChannelGroup. */
|
|
3381
3629
|
create(request: {
|
|
3382
3630
|
/** V1 error format. */
|
|
3383
|
-
'$.xgafv'?:
|
|
3631
|
+
'$.xgafv'?: '1' | '2';
|
|
3384
3632
|
/** OAuth access token. */
|
|
3385
3633
|
access_token?: string;
|
|
3386
3634
|
/** Data format for response. */
|
|
3387
|
-
alt?:
|
|
3635
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3388
3636
|
/** JSONP */
|
|
3389
3637
|
callback?: string;
|
|
3390
3638
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3409,11 +3657,11 @@ declare namespace gapi.client {
|
|
|
3409
3657
|
create(
|
|
3410
3658
|
request: {
|
|
3411
3659
|
/** V1 error format. */
|
|
3412
|
-
'$.xgafv'?:
|
|
3660
|
+
'$.xgafv'?: '1' | '2';
|
|
3413
3661
|
/** OAuth access token. */
|
|
3414
3662
|
access_token?: string;
|
|
3415
3663
|
/** Data format for response. */
|
|
3416
|
-
alt?:
|
|
3664
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3417
3665
|
/** JSONP */
|
|
3418
3666
|
callback?: string;
|
|
3419
3667
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3438,11 +3686,11 @@ declare namespace gapi.client {
|
|
|
3438
3686
|
/** Deletes a ChannelGroup on a property. */
|
|
3439
3687
|
delete(request?: {
|
|
3440
3688
|
/** V1 error format. */
|
|
3441
|
-
'$.xgafv'?:
|
|
3689
|
+
'$.xgafv'?: '1' | '2';
|
|
3442
3690
|
/** OAuth access token. */
|
|
3443
3691
|
access_token?: string;
|
|
3444
3692
|
/** Data format for response. */
|
|
3445
|
-
alt?:
|
|
3693
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3446
3694
|
/** JSONP */
|
|
3447
3695
|
callback?: string;
|
|
3448
3696
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3465,11 +3713,11 @@ declare namespace gapi.client {
|
|
|
3465
3713
|
/** Lookup for a single ChannelGroup. */
|
|
3466
3714
|
get(request?: {
|
|
3467
3715
|
/** V1 error format. */
|
|
3468
|
-
'$.xgafv'?:
|
|
3716
|
+
'$.xgafv'?: '1' | '2';
|
|
3469
3717
|
/** OAuth access token. */
|
|
3470
3718
|
access_token?: string;
|
|
3471
3719
|
/** Data format for response. */
|
|
3472
|
-
alt?:
|
|
3720
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3473
3721
|
/** JSONP */
|
|
3474
3722
|
callback?: string;
|
|
3475
3723
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3492,11 +3740,11 @@ declare namespace gapi.client {
|
|
|
3492
3740
|
/** Lists ChannelGroups on a property. */
|
|
3493
3741
|
list(request?: {
|
|
3494
3742
|
/** V1 error format. */
|
|
3495
|
-
'$.xgafv'?:
|
|
3743
|
+
'$.xgafv'?: '1' | '2';
|
|
3496
3744
|
/** OAuth access token. */
|
|
3497
3745
|
access_token?: string;
|
|
3498
3746
|
/** Data format for response. */
|
|
3499
|
-
alt?:
|
|
3747
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3500
3748
|
/** JSONP */
|
|
3501
3749
|
callback?: string;
|
|
3502
3750
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3523,11 +3771,11 @@ declare namespace gapi.client {
|
|
|
3523
3771
|
/** Updates a ChannelGroup. */
|
|
3524
3772
|
patch(request: {
|
|
3525
3773
|
/** V1 error format. */
|
|
3526
|
-
'$.xgafv'?:
|
|
3774
|
+
'$.xgafv'?: '1' | '2';
|
|
3527
3775
|
/** OAuth access token. */
|
|
3528
3776
|
access_token?: string;
|
|
3529
3777
|
/** Data format for response. */
|
|
3530
|
-
alt?:
|
|
3778
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3531
3779
|
/** JSONP */
|
|
3532
3780
|
callback?: string;
|
|
3533
3781
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3554,11 +3802,11 @@ declare namespace gapi.client {
|
|
|
3554
3802
|
patch(
|
|
3555
3803
|
request: {
|
|
3556
3804
|
/** V1 error format. */
|
|
3557
|
-
'$.xgafv'?:
|
|
3805
|
+
'$.xgafv'?: '1' | '2';
|
|
3558
3806
|
/** OAuth access token. */
|
|
3559
3807
|
access_token?: string;
|
|
3560
3808
|
/** Data format for response. */
|
|
3561
|
-
alt?:
|
|
3809
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3562
3810
|
/** JSONP */
|
|
3563
3811
|
callback?: string;
|
|
3564
3812
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3587,11 +3835,11 @@ declare namespace gapi.client {
|
|
|
3587
3835
|
/** Deprecated: Use `CreateKeyEvent` instead. Creates a conversion event with the specified attributes. */
|
|
3588
3836
|
create(request: {
|
|
3589
3837
|
/** V1 error format. */
|
|
3590
|
-
'$.xgafv'?:
|
|
3838
|
+
'$.xgafv'?: '1' | '2';
|
|
3591
3839
|
/** OAuth access token. */
|
|
3592
3840
|
access_token?: string;
|
|
3593
3841
|
/** Data format for response. */
|
|
3594
|
-
alt?:
|
|
3842
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3595
3843
|
/** JSONP */
|
|
3596
3844
|
callback?: string;
|
|
3597
3845
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3616,11 +3864,11 @@ declare namespace gapi.client {
|
|
|
3616
3864
|
create(
|
|
3617
3865
|
request: {
|
|
3618
3866
|
/** V1 error format. */
|
|
3619
|
-
'$.xgafv'?:
|
|
3867
|
+
'$.xgafv'?: '1' | '2';
|
|
3620
3868
|
/** OAuth access token. */
|
|
3621
3869
|
access_token?: string;
|
|
3622
3870
|
/** Data format for response. */
|
|
3623
|
-
alt?:
|
|
3871
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3624
3872
|
/** JSONP */
|
|
3625
3873
|
callback?: string;
|
|
3626
3874
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3645,11 +3893,11 @@ declare namespace gapi.client {
|
|
|
3645
3893
|
/** Deprecated: Use `DeleteKeyEvent` instead. Deletes a conversion event in a property. */
|
|
3646
3894
|
delete(request?: {
|
|
3647
3895
|
/** V1 error format. */
|
|
3648
|
-
'$.xgafv'?:
|
|
3896
|
+
'$.xgafv'?: '1' | '2';
|
|
3649
3897
|
/** OAuth access token. */
|
|
3650
3898
|
access_token?: string;
|
|
3651
3899
|
/** Data format for response. */
|
|
3652
|
-
alt?:
|
|
3900
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3653
3901
|
/** JSONP */
|
|
3654
3902
|
callback?: string;
|
|
3655
3903
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3672,11 +3920,11 @@ declare namespace gapi.client {
|
|
|
3672
3920
|
/** Deprecated: Use `GetKeyEvent` instead. Retrieve a single conversion event. */
|
|
3673
3921
|
get(request?: {
|
|
3674
3922
|
/** V1 error format. */
|
|
3675
|
-
'$.xgafv'?:
|
|
3923
|
+
'$.xgafv'?: '1' | '2';
|
|
3676
3924
|
/** OAuth access token. */
|
|
3677
3925
|
access_token?: string;
|
|
3678
3926
|
/** Data format for response. */
|
|
3679
|
-
alt?:
|
|
3927
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3680
3928
|
/** JSONP */
|
|
3681
3929
|
callback?: string;
|
|
3682
3930
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3699,11 +3947,11 @@ declare namespace gapi.client {
|
|
|
3699
3947
|
/** Deprecated: Use `ListKeyEvents` instead. Returns a list of conversion events in the specified parent property. Returns an empty list if no conversion events are found. */
|
|
3700
3948
|
list(request?: {
|
|
3701
3949
|
/** V1 error format. */
|
|
3702
|
-
'$.xgafv'?:
|
|
3950
|
+
'$.xgafv'?: '1' | '2';
|
|
3703
3951
|
/** OAuth access token. */
|
|
3704
3952
|
access_token?: string;
|
|
3705
3953
|
/** Data format for response. */
|
|
3706
|
-
alt?:
|
|
3954
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3707
3955
|
/** JSONP */
|
|
3708
3956
|
callback?: string;
|
|
3709
3957
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3730,11 +3978,11 @@ declare namespace gapi.client {
|
|
|
3730
3978
|
/** Deprecated: Use `UpdateKeyEvent` instead. Updates a conversion event with the specified attributes. */
|
|
3731
3979
|
patch(request: {
|
|
3732
3980
|
/** V1 error format. */
|
|
3733
|
-
'$.xgafv'?:
|
|
3981
|
+
'$.xgafv'?: '1' | '2';
|
|
3734
3982
|
/** OAuth access token. */
|
|
3735
3983
|
access_token?: string;
|
|
3736
3984
|
/** Data format for response. */
|
|
3737
|
-
alt?:
|
|
3985
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3738
3986
|
/** JSONP */
|
|
3739
3987
|
callback?: string;
|
|
3740
3988
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3761,11 +4009,11 @@ declare namespace gapi.client {
|
|
|
3761
4009
|
patch(
|
|
3762
4010
|
request: {
|
|
3763
4011
|
/** V1 error format. */
|
|
3764
|
-
'$.xgafv'?:
|
|
4012
|
+
'$.xgafv'?: '1' | '2';
|
|
3765
4013
|
/** OAuth access token. */
|
|
3766
4014
|
access_token?: string;
|
|
3767
4015
|
/** Data format for response. */
|
|
3768
|
-
alt?:
|
|
4016
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3769
4017
|
/** JSONP */
|
|
3770
4018
|
callback?: string;
|
|
3771
4019
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3794,11 +4042,11 @@ declare namespace gapi.client {
|
|
|
3794
4042
|
/** Archives a CustomDimension on a property. */
|
|
3795
4043
|
archive(request: {
|
|
3796
4044
|
/** V1 error format. */
|
|
3797
|
-
'$.xgafv'?:
|
|
4045
|
+
'$.xgafv'?: '1' | '2';
|
|
3798
4046
|
/** OAuth access token. */
|
|
3799
4047
|
access_token?: string;
|
|
3800
4048
|
/** Data format for response. */
|
|
3801
|
-
alt?:
|
|
4049
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3802
4050
|
/** JSONP */
|
|
3803
4051
|
callback?: string;
|
|
3804
4052
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3823,11 +4071,11 @@ declare namespace gapi.client {
|
|
|
3823
4071
|
archive(
|
|
3824
4072
|
request: {
|
|
3825
4073
|
/** V1 error format. */
|
|
3826
|
-
'$.xgafv'?:
|
|
4074
|
+
'$.xgafv'?: '1' | '2';
|
|
3827
4075
|
/** OAuth access token. */
|
|
3828
4076
|
access_token?: string;
|
|
3829
4077
|
/** Data format for response. */
|
|
3830
|
-
alt?:
|
|
4078
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3831
4079
|
/** JSONP */
|
|
3832
4080
|
callback?: string;
|
|
3833
4081
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3852,11 +4100,11 @@ declare namespace gapi.client {
|
|
|
3852
4100
|
/** Creates a CustomDimension. */
|
|
3853
4101
|
create(request: {
|
|
3854
4102
|
/** V1 error format. */
|
|
3855
|
-
'$.xgafv'?:
|
|
4103
|
+
'$.xgafv'?: '1' | '2';
|
|
3856
4104
|
/** OAuth access token. */
|
|
3857
4105
|
access_token?: string;
|
|
3858
4106
|
/** Data format for response. */
|
|
3859
|
-
alt?:
|
|
4107
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3860
4108
|
/** JSONP */
|
|
3861
4109
|
callback?: string;
|
|
3862
4110
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3881,11 +4129,11 @@ declare namespace gapi.client {
|
|
|
3881
4129
|
create(
|
|
3882
4130
|
request: {
|
|
3883
4131
|
/** V1 error format. */
|
|
3884
|
-
'$.xgafv'?:
|
|
4132
|
+
'$.xgafv'?: '1' | '2';
|
|
3885
4133
|
/** OAuth access token. */
|
|
3886
4134
|
access_token?: string;
|
|
3887
4135
|
/** Data format for response. */
|
|
3888
|
-
alt?:
|
|
4136
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3889
4137
|
/** JSONP */
|
|
3890
4138
|
callback?: string;
|
|
3891
4139
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3910,11 +4158,11 @@ declare namespace gapi.client {
|
|
|
3910
4158
|
/** Lookup for a single CustomDimension. */
|
|
3911
4159
|
get(request?: {
|
|
3912
4160
|
/** V1 error format. */
|
|
3913
|
-
'$.xgafv'?:
|
|
4161
|
+
'$.xgafv'?: '1' | '2';
|
|
3914
4162
|
/** OAuth access token. */
|
|
3915
4163
|
access_token?: string;
|
|
3916
4164
|
/** Data format for response. */
|
|
3917
|
-
alt?:
|
|
4165
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3918
4166
|
/** JSONP */
|
|
3919
4167
|
callback?: string;
|
|
3920
4168
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3937,11 +4185,11 @@ declare namespace gapi.client {
|
|
|
3937
4185
|
/** Lists CustomDimensions on a property. */
|
|
3938
4186
|
list(request?: {
|
|
3939
4187
|
/** V1 error format. */
|
|
3940
|
-
'$.xgafv'?:
|
|
4188
|
+
'$.xgafv'?: '1' | '2';
|
|
3941
4189
|
/** OAuth access token. */
|
|
3942
4190
|
access_token?: string;
|
|
3943
4191
|
/** Data format for response. */
|
|
3944
|
-
alt?:
|
|
4192
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3945
4193
|
/** JSONP */
|
|
3946
4194
|
callback?: string;
|
|
3947
4195
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3968,11 +4216,11 @@ declare namespace gapi.client {
|
|
|
3968
4216
|
/** Updates a CustomDimension on a property. */
|
|
3969
4217
|
patch(request: {
|
|
3970
4218
|
/** V1 error format. */
|
|
3971
|
-
'$.xgafv'?:
|
|
4219
|
+
'$.xgafv'?: '1' | '2';
|
|
3972
4220
|
/** OAuth access token. */
|
|
3973
4221
|
access_token?: string;
|
|
3974
4222
|
/** Data format for response. */
|
|
3975
|
-
alt?:
|
|
4223
|
+
alt?: 'json' | 'media' | 'proto';
|
|
3976
4224
|
/** JSONP */
|
|
3977
4225
|
callback?: string;
|
|
3978
4226
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -3999,11 +4247,11 @@ declare namespace gapi.client {
|
|
|
3999
4247
|
patch(
|
|
4000
4248
|
request: {
|
|
4001
4249
|
/** V1 error format. */
|
|
4002
|
-
'$.xgafv'?:
|
|
4250
|
+
'$.xgafv'?: '1' | '2';
|
|
4003
4251
|
/** OAuth access token. */
|
|
4004
4252
|
access_token?: string;
|
|
4005
4253
|
/** Data format for response. */
|
|
4006
|
-
alt?:
|
|
4254
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4007
4255
|
/** JSONP */
|
|
4008
4256
|
callback?: string;
|
|
4009
4257
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4032,11 +4280,11 @@ declare namespace gapi.client {
|
|
|
4032
4280
|
/** Archives a CustomMetric on a property. */
|
|
4033
4281
|
archive(request: {
|
|
4034
4282
|
/** V1 error format. */
|
|
4035
|
-
'$.xgafv'?:
|
|
4283
|
+
'$.xgafv'?: '1' | '2';
|
|
4036
4284
|
/** OAuth access token. */
|
|
4037
4285
|
access_token?: string;
|
|
4038
4286
|
/** Data format for response. */
|
|
4039
|
-
alt?:
|
|
4287
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4040
4288
|
/** JSONP */
|
|
4041
4289
|
callback?: string;
|
|
4042
4290
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4061,11 +4309,11 @@ declare namespace gapi.client {
|
|
|
4061
4309
|
archive(
|
|
4062
4310
|
request: {
|
|
4063
4311
|
/** V1 error format. */
|
|
4064
|
-
'$.xgafv'?:
|
|
4312
|
+
'$.xgafv'?: '1' | '2';
|
|
4065
4313
|
/** OAuth access token. */
|
|
4066
4314
|
access_token?: string;
|
|
4067
4315
|
/** Data format for response. */
|
|
4068
|
-
alt?:
|
|
4316
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4069
4317
|
/** JSONP */
|
|
4070
4318
|
callback?: string;
|
|
4071
4319
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4090,11 +4338,11 @@ declare namespace gapi.client {
|
|
|
4090
4338
|
/** Creates a CustomMetric. */
|
|
4091
4339
|
create(request: {
|
|
4092
4340
|
/** V1 error format. */
|
|
4093
|
-
'$.xgafv'?:
|
|
4341
|
+
'$.xgafv'?: '1' | '2';
|
|
4094
4342
|
/** OAuth access token. */
|
|
4095
4343
|
access_token?: string;
|
|
4096
4344
|
/** Data format for response. */
|
|
4097
|
-
alt?:
|
|
4345
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4098
4346
|
/** JSONP */
|
|
4099
4347
|
callback?: string;
|
|
4100
4348
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4119,11 +4367,11 @@ declare namespace gapi.client {
|
|
|
4119
4367
|
create(
|
|
4120
4368
|
request: {
|
|
4121
4369
|
/** V1 error format. */
|
|
4122
|
-
'$.xgafv'?:
|
|
4370
|
+
'$.xgafv'?: '1' | '2';
|
|
4123
4371
|
/** OAuth access token. */
|
|
4124
4372
|
access_token?: string;
|
|
4125
4373
|
/** Data format for response. */
|
|
4126
|
-
alt?:
|
|
4374
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4127
4375
|
/** JSONP */
|
|
4128
4376
|
callback?: string;
|
|
4129
4377
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4148,11 +4396,11 @@ declare namespace gapi.client {
|
|
|
4148
4396
|
/** Lookup for a single CustomMetric. */
|
|
4149
4397
|
get(request?: {
|
|
4150
4398
|
/** V1 error format. */
|
|
4151
|
-
'$.xgafv'?:
|
|
4399
|
+
'$.xgafv'?: '1' | '2';
|
|
4152
4400
|
/** OAuth access token. */
|
|
4153
4401
|
access_token?: string;
|
|
4154
4402
|
/** Data format for response. */
|
|
4155
|
-
alt?:
|
|
4403
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4156
4404
|
/** JSONP */
|
|
4157
4405
|
callback?: string;
|
|
4158
4406
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4175,11 +4423,11 @@ declare namespace gapi.client {
|
|
|
4175
4423
|
/** Lists CustomMetrics on a property. */
|
|
4176
4424
|
list(request?: {
|
|
4177
4425
|
/** V1 error format. */
|
|
4178
|
-
'$.xgafv'?:
|
|
4426
|
+
'$.xgafv'?: '1' | '2';
|
|
4179
4427
|
/** OAuth access token. */
|
|
4180
4428
|
access_token?: string;
|
|
4181
4429
|
/** Data format for response. */
|
|
4182
|
-
alt?:
|
|
4430
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4183
4431
|
/** JSONP */
|
|
4184
4432
|
callback?: string;
|
|
4185
4433
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4206,11 +4454,11 @@ declare namespace gapi.client {
|
|
|
4206
4454
|
/** Updates a CustomMetric on a property. */
|
|
4207
4455
|
patch(request: {
|
|
4208
4456
|
/** V1 error format. */
|
|
4209
|
-
'$.xgafv'?:
|
|
4457
|
+
'$.xgafv'?: '1' | '2';
|
|
4210
4458
|
/** OAuth access token. */
|
|
4211
4459
|
access_token?: string;
|
|
4212
4460
|
/** Data format for response. */
|
|
4213
|
-
alt?:
|
|
4461
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4214
4462
|
/** JSONP */
|
|
4215
4463
|
callback?: string;
|
|
4216
4464
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4237,11 +4485,11 @@ declare namespace gapi.client {
|
|
|
4237
4485
|
patch(
|
|
4238
4486
|
request: {
|
|
4239
4487
|
/** V1 error format. */
|
|
4240
|
-
'$.xgafv'?:
|
|
4488
|
+
'$.xgafv'?: '1' | '2';
|
|
4241
4489
|
/** OAuth access token. */
|
|
4242
4490
|
access_token?: string;
|
|
4243
4491
|
/** Data format for response. */
|
|
4244
|
-
alt?:
|
|
4492
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4245
4493
|
/** JSONP */
|
|
4246
4494
|
callback?: string;
|
|
4247
4495
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4270,11 +4518,11 @@ declare namespace gapi.client {
|
|
|
4270
4518
|
/** Creates an EventCreateRule. */
|
|
4271
4519
|
create(request: {
|
|
4272
4520
|
/** V1 error format. */
|
|
4273
|
-
'$.xgafv'?:
|
|
4521
|
+
'$.xgafv'?: '1' | '2';
|
|
4274
4522
|
/** OAuth access token. */
|
|
4275
4523
|
access_token?: string;
|
|
4276
4524
|
/** Data format for response. */
|
|
4277
|
-
alt?:
|
|
4525
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4278
4526
|
/** JSONP */
|
|
4279
4527
|
callback?: string;
|
|
4280
4528
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4299,11 +4547,11 @@ declare namespace gapi.client {
|
|
|
4299
4547
|
create(
|
|
4300
4548
|
request: {
|
|
4301
4549
|
/** V1 error format. */
|
|
4302
|
-
'$.xgafv'?:
|
|
4550
|
+
'$.xgafv'?: '1' | '2';
|
|
4303
4551
|
/** OAuth access token. */
|
|
4304
4552
|
access_token?: string;
|
|
4305
4553
|
/** Data format for response. */
|
|
4306
|
-
alt?:
|
|
4554
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4307
4555
|
/** JSONP */
|
|
4308
4556
|
callback?: string;
|
|
4309
4557
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4328,11 +4576,11 @@ declare namespace gapi.client {
|
|
|
4328
4576
|
/** Deletes an EventCreateRule. */
|
|
4329
4577
|
delete(request?: {
|
|
4330
4578
|
/** V1 error format. */
|
|
4331
|
-
'$.xgafv'?:
|
|
4579
|
+
'$.xgafv'?: '1' | '2';
|
|
4332
4580
|
/** OAuth access token. */
|
|
4333
4581
|
access_token?: string;
|
|
4334
4582
|
/** Data format for response. */
|
|
4335
|
-
alt?:
|
|
4583
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4336
4584
|
/** JSONP */
|
|
4337
4585
|
callback?: string;
|
|
4338
4586
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4355,11 +4603,11 @@ declare namespace gapi.client {
|
|
|
4355
4603
|
/** Lookup for a single EventCreateRule. */
|
|
4356
4604
|
get(request?: {
|
|
4357
4605
|
/** V1 error format. */
|
|
4358
|
-
'$.xgafv'?:
|
|
4606
|
+
'$.xgafv'?: '1' | '2';
|
|
4359
4607
|
/** OAuth access token. */
|
|
4360
4608
|
access_token?: string;
|
|
4361
4609
|
/** Data format for response. */
|
|
4362
|
-
alt?:
|
|
4610
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4363
4611
|
/** JSONP */
|
|
4364
4612
|
callback?: string;
|
|
4365
4613
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4382,11 +4630,11 @@ declare namespace gapi.client {
|
|
|
4382
4630
|
/** Lists EventCreateRules on a web data stream. */
|
|
4383
4631
|
list(request?: {
|
|
4384
4632
|
/** V1 error format. */
|
|
4385
|
-
'$.xgafv'?:
|
|
4633
|
+
'$.xgafv'?: '1' | '2';
|
|
4386
4634
|
/** OAuth access token. */
|
|
4387
4635
|
access_token?: string;
|
|
4388
4636
|
/** Data format for response. */
|
|
4389
|
-
alt?:
|
|
4637
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4390
4638
|
/** JSONP */
|
|
4391
4639
|
callback?: string;
|
|
4392
4640
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4413,11 +4661,11 @@ declare namespace gapi.client {
|
|
|
4413
4661
|
/** Updates an EventCreateRule. */
|
|
4414
4662
|
patch(request: {
|
|
4415
4663
|
/** V1 error format. */
|
|
4416
|
-
'$.xgafv'?:
|
|
4664
|
+
'$.xgafv'?: '1' | '2';
|
|
4417
4665
|
/** OAuth access token. */
|
|
4418
4666
|
access_token?: string;
|
|
4419
4667
|
/** Data format for response. */
|
|
4420
|
-
alt?:
|
|
4668
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4421
4669
|
/** JSONP */
|
|
4422
4670
|
callback?: string;
|
|
4423
4671
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4444,11 +4692,11 @@ declare namespace gapi.client {
|
|
|
4444
4692
|
patch(
|
|
4445
4693
|
request: {
|
|
4446
4694
|
/** V1 error format. */
|
|
4447
|
-
'$.xgafv'?:
|
|
4695
|
+
'$.xgafv'?: '1' | '2';
|
|
4448
4696
|
/** OAuth access token. */
|
|
4449
4697
|
access_token?: string;
|
|
4450
4698
|
/** Data format for response. */
|
|
4451
|
-
alt?:
|
|
4699
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4452
4700
|
/** JSONP */
|
|
4453
4701
|
callback?: string;
|
|
4454
4702
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4477,11 +4725,11 @@ declare namespace gapi.client {
|
|
|
4477
4725
|
/** Creates an EventEditRule. */
|
|
4478
4726
|
create(request: {
|
|
4479
4727
|
/** V1 error format. */
|
|
4480
|
-
'$.xgafv'?:
|
|
4728
|
+
'$.xgafv'?: '1' | '2';
|
|
4481
4729
|
/** OAuth access token. */
|
|
4482
4730
|
access_token?: string;
|
|
4483
4731
|
/** Data format for response. */
|
|
4484
|
-
alt?:
|
|
4732
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4485
4733
|
/** JSONP */
|
|
4486
4734
|
callback?: string;
|
|
4487
4735
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4506,11 +4754,11 @@ declare namespace gapi.client {
|
|
|
4506
4754
|
create(
|
|
4507
4755
|
request: {
|
|
4508
4756
|
/** V1 error format. */
|
|
4509
|
-
'$.xgafv'?:
|
|
4757
|
+
'$.xgafv'?: '1' | '2';
|
|
4510
4758
|
/** OAuth access token. */
|
|
4511
4759
|
access_token?: string;
|
|
4512
4760
|
/** Data format for response. */
|
|
4513
|
-
alt?:
|
|
4761
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4514
4762
|
/** JSONP */
|
|
4515
4763
|
callback?: string;
|
|
4516
4764
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4535,11 +4783,11 @@ declare namespace gapi.client {
|
|
|
4535
4783
|
/** Deletes an EventEditRule. */
|
|
4536
4784
|
delete(request?: {
|
|
4537
4785
|
/** V1 error format. */
|
|
4538
|
-
'$.xgafv'?:
|
|
4786
|
+
'$.xgafv'?: '1' | '2';
|
|
4539
4787
|
/** OAuth access token. */
|
|
4540
4788
|
access_token?: string;
|
|
4541
4789
|
/** Data format for response. */
|
|
4542
|
-
alt?:
|
|
4790
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4543
4791
|
/** JSONP */
|
|
4544
4792
|
callback?: string;
|
|
4545
4793
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4562,11 +4810,11 @@ declare namespace gapi.client {
|
|
|
4562
4810
|
/** Lookup for a single EventEditRule. */
|
|
4563
4811
|
get(request?: {
|
|
4564
4812
|
/** V1 error format. */
|
|
4565
|
-
'$.xgafv'?:
|
|
4813
|
+
'$.xgafv'?: '1' | '2';
|
|
4566
4814
|
/** OAuth access token. */
|
|
4567
4815
|
access_token?: string;
|
|
4568
4816
|
/** Data format for response. */
|
|
4569
|
-
alt?:
|
|
4817
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4570
4818
|
/** JSONP */
|
|
4571
4819
|
callback?: string;
|
|
4572
4820
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4589,11 +4837,11 @@ declare namespace gapi.client {
|
|
|
4589
4837
|
/** Lists EventEditRules on a web data stream. */
|
|
4590
4838
|
list(request?: {
|
|
4591
4839
|
/** V1 error format. */
|
|
4592
|
-
'$.xgafv'?:
|
|
4840
|
+
'$.xgafv'?: '1' | '2';
|
|
4593
4841
|
/** OAuth access token. */
|
|
4594
4842
|
access_token?: string;
|
|
4595
4843
|
/** Data format for response. */
|
|
4596
|
-
alt?:
|
|
4844
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4597
4845
|
/** JSONP */
|
|
4598
4846
|
callback?: string;
|
|
4599
4847
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4620,11 +4868,11 @@ declare namespace gapi.client {
|
|
|
4620
4868
|
/** Updates an EventEditRule. */
|
|
4621
4869
|
patch(request: {
|
|
4622
4870
|
/** V1 error format. */
|
|
4623
|
-
'$.xgafv'?:
|
|
4871
|
+
'$.xgafv'?: '1' | '2';
|
|
4624
4872
|
/** OAuth access token. */
|
|
4625
4873
|
access_token?: string;
|
|
4626
4874
|
/** Data format for response. */
|
|
4627
|
-
alt?:
|
|
4875
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4628
4876
|
/** JSONP */
|
|
4629
4877
|
callback?: string;
|
|
4630
4878
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4651,11 +4899,11 @@ declare namespace gapi.client {
|
|
|
4651
4899
|
patch(
|
|
4652
4900
|
request: {
|
|
4653
4901
|
/** V1 error format. */
|
|
4654
|
-
'$.xgafv'?:
|
|
4902
|
+
'$.xgafv'?: '1' | '2';
|
|
4655
4903
|
/** OAuth access token. */
|
|
4656
4904
|
access_token?: string;
|
|
4657
4905
|
/** Data format for response. */
|
|
4658
|
-
alt?:
|
|
4906
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4659
4907
|
/** JSONP */
|
|
4660
4908
|
callback?: string;
|
|
4661
4909
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4682,11 +4930,11 @@ declare namespace gapi.client {
|
|
|
4682
4930
|
/** Changes the processing order of event edit rules on the specified stream. */
|
|
4683
4931
|
reorder(request: {
|
|
4684
4932
|
/** V1 error format. */
|
|
4685
|
-
'$.xgafv'?:
|
|
4933
|
+
'$.xgafv'?: '1' | '2';
|
|
4686
4934
|
/** OAuth access token. */
|
|
4687
4935
|
access_token?: string;
|
|
4688
4936
|
/** Data format for response. */
|
|
4689
|
-
alt?:
|
|
4937
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4690
4938
|
/** JSONP */
|
|
4691
4939
|
callback?: string;
|
|
4692
4940
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4711,11 +4959,11 @@ declare namespace gapi.client {
|
|
|
4711
4959
|
reorder(
|
|
4712
4960
|
request: {
|
|
4713
4961
|
/** V1 error format. */
|
|
4714
|
-
'$.xgafv'?:
|
|
4962
|
+
'$.xgafv'?: '1' | '2';
|
|
4715
4963
|
/** OAuth access token. */
|
|
4716
4964
|
access_token?: string;
|
|
4717
4965
|
/** Data format for response. */
|
|
4718
|
-
alt?:
|
|
4966
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4719
4967
|
/** JSONP */
|
|
4720
4968
|
callback?: string;
|
|
4721
4969
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4742,11 +4990,11 @@ declare namespace gapi.client {
|
|
|
4742
4990
|
/** Creates a measurement protocol secret. */
|
|
4743
4991
|
create(request: {
|
|
4744
4992
|
/** V1 error format. */
|
|
4745
|
-
'$.xgafv'?:
|
|
4993
|
+
'$.xgafv'?: '1' | '2';
|
|
4746
4994
|
/** OAuth access token. */
|
|
4747
4995
|
access_token?: string;
|
|
4748
4996
|
/** Data format for response. */
|
|
4749
|
-
alt?:
|
|
4997
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4750
4998
|
/** JSONP */
|
|
4751
4999
|
callback?: string;
|
|
4752
5000
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4771,11 +5019,11 @@ declare namespace gapi.client {
|
|
|
4771
5019
|
create(
|
|
4772
5020
|
request: {
|
|
4773
5021
|
/** V1 error format. */
|
|
4774
|
-
'$.xgafv'?:
|
|
5022
|
+
'$.xgafv'?: '1' | '2';
|
|
4775
5023
|
/** OAuth access token. */
|
|
4776
5024
|
access_token?: string;
|
|
4777
5025
|
/** Data format for response. */
|
|
4778
|
-
alt?:
|
|
5026
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4779
5027
|
/** JSONP */
|
|
4780
5028
|
callback?: string;
|
|
4781
5029
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4800,11 +5048,11 @@ declare namespace gapi.client {
|
|
|
4800
5048
|
/** Deletes target MeasurementProtocolSecret. */
|
|
4801
5049
|
delete(request?: {
|
|
4802
5050
|
/** V1 error format. */
|
|
4803
|
-
'$.xgafv'?:
|
|
5051
|
+
'$.xgafv'?: '1' | '2';
|
|
4804
5052
|
/** OAuth access token. */
|
|
4805
5053
|
access_token?: string;
|
|
4806
5054
|
/** Data format for response. */
|
|
4807
|
-
alt?:
|
|
5055
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4808
5056
|
/** JSONP */
|
|
4809
5057
|
callback?: string;
|
|
4810
5058
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4827,11 +5075,11 @@ declare namespace gapi.client {
|
|
|
4827
5075
|
/** Lookup for a single MeasurementProtocolSecret. */
|
|
4828
5076
|
get(request?: {
|
|
4829
5077
|
/** V1 error format. */
|
|
4830
|
-
'$.xgafv'?:
|
|
5078
|
+
'$.xgafv'?: '1' | '2';
|
|
4831
5079
|
/** OAuth access token. */
|
|
4832
5080
|
access_token?: string;
|
|
4833
5081
|
/** Data format for response. */
|
|
4834
|
-
alt?:
|
|
5082
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4835
5083
|
/** JSONP */
|
|
4836
5084
|
callback?: string;
|
|
4837
5085
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4854,11 +5102,11 @@ declare namespace gapi.client {
|
|
|
4854
5102
|
/** Returns child MeasurementProtocolSecrets under the specified parent Property. */
|
|
4855
5103
|
list(request?: {
|
|
4856
5104
|
/** V1 error format. */
|
|
4857
|
-
'$.xgafv'?:
|
|
5105
|
+
'$.xgafv'?: '1' | '2';
|
|
4858
5106
|
/** OAuth access token. */
|
|
4859
5107
|
access_token?: string;
|
|
4860
5108
|
/** Data format for response. */
|
|
4861
|
-
alt?:
|
|
5109
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4862
5110
|
/** JSONP */
|
|
4863
5111
|
callback?: string;
|
|
4864
5112
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4885,11 +5133,11 @@ declare namespace gapi.client {
|
|
|
4885
5133
|
/** Updates a measurement protocol secret. */
|
|
4886
5134
|
patch(request: {
|
|
4887
5135
|
/** V1 error format. */
|
|
4888
|
-
'$.xgafv'?:
|
|
5136
|
+
'$.xgafv'?: '1' | '2';
|
|
4889
5137
|
/** OAuth access token. */
|
|
4890
5138
|
access_token?: string;
|
|
4891
5139
|
/** Data format for response. */
|
|
4892
|
-
alt?:
|
|
5140
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4893
5141
|
/** JSONP */
|
|
4894
5142
|
callback?: string;
|
|
4895
5143
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4916,11 +5164,11 @@ declare namespace gapi.client {
|
|
|
4916
5164
|
patch(
|
|
4917
5165
|
request: {
|
|
4918
5166
|
/** V1 error format. */
|
|
4919
|
-
'$.xgafv'?:
|
|
5167
|
+
'$.xgafv'?: '1' | '2';
|
|
4920
5168
|
/** OAuth access token. */
|
|
4921
5169
|
access_token?: string;
|
|
4922
5170
|
/** Data format for response. */
|
|
4923
|
-
alt?:
|
|
5171
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4924
5172
|
/** JSONP */
|
|
4925
5173
|
callback?: string;
|
|
4926
5174
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4949,11 +5197,11 @@ declare namespace gapi.client {
|
|
|
4949
5197
|
/** Creates a SKAdNetworkConversionValueSchema. */
|
|
4950
5198
|
create(request: {
|
|
4951
5199
|
/** V1 error format. */
|
|
4952
|
-
'$.xgafv'?:
|
|
5200
|
+
'$.xgafv'?: '1' | '2';
|
|
4953
5201
|
/** OAuth access token. */
|
|
4954
5202
|
access_token?: string;
|
|
4955
5203
|
/** Data format for response. */
|
|
4956
|
-
alt?:
|
|
5204
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4957
5205
|
/** JSONP */
|
|
4958
5206
|
callback?: string;
|
|
4959
5207
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -4978,11 +5226,11 @@ declare namespace gapi.client {
|
|
|
4978
5226
|
create(
|
|
4979
5227
|
request: {
|
|
4980
5228
|
/** V1 error format. */
|
|
4981
|
-
'$.xgafv'?:
|
|
5229
|
+
'$.xgafv'?: '1' | '2';
|
|
4982
5230
|
/** OAuth access token. */
|
|
4983
5231
|
access_token?: string;
|
|
4984
5232
|
/** Data format for response. */
|
|
4985
|
-
alt?:
|
|
5233
|
+
alt?: 'json' | 'media' | 'proto';
|
|
4986
5234
|
/** JSONP */
|
|
4987
5235
|
callback?: string;
|
|
4988
5236
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5007,11 +5255,11 @@ declare namespace gapi.client {
|
|
|
5007
5255
|
/** Deletes target SKAdNetworkConversionValueSchema. */
|
|
5008
5256
|
delete(request?: {
|
|
5009
5257
|
/** V1 error format. */
|
|
5010
|
-
'$.xgafv'?:
|
|
5258
|
+
'$.xgafv'?: '1' | '2';
|
|
5011
5259
|
/** OAuth access token. */
|
|
5012
5260
|
access_token?: string;
|
|
5013
5261
|
/** Data format for response. */
|
|
5014
|
-
alt?:
|
|
5262
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5015
5263
|
/** JSONP */
|
|
5016
5264
|
callback?: string;
|
|
5017
5265
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5034,11 +5282,11 @@ declare namespace gapi.client {
|
|
|
5034
5282
|
/** Looks up a single SKAdNetworkConversionValueSchema. */
|
|
5035
5283
|
get(request?: {
|
|
5036
5284
|
/** V1 error format. */
|
|
5037
|
-
'$.xgafv'?:
|
|
5285
|
+
'$.xgafv'?: '1' | '2';
|
|
5038
5286
|
/** OAuth access token. */
|
|
5039
5287
|
access_token?: string;
|
|
5040
5288
|
/** Data format for response. */
|
|
5041
|
-
alt?:
|
|
5289
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5042
5290
|
/** JSONP */
|
|
5043
5291
|
callback?: string;
|
|
5044
5292
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5061,11 +5309,11 @@ declare namespace gapi.client {
|
|
|
5061
5309
|
/** Lists SKAdNetworkConversionValueSchema on a stream. Properties can have at most one SKAdNetworkConversionValueSchema. */
|
|
5062
5310
|
list(request?: {
|
|
5063
5311
|
/** V1 error format. */
|
|
5064
|
-
'$.xgafv'?:
|
|
5312
|
+
'$.xgafv'?: '1' | '2';
|
|
5065
5313
|
/** OAuth access token. */
|
|
5066
5314
|
access_token?: string;
|
|
5067
5315
|
/** Data format for response. */
|
|
5068
|
-
alt?:
|
|
5316
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5069
5317
|
/** JSONP */
|
|
5070
5318
|
callback?: string;
|
|
5071
5319
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5092,11 +5340,11 @@ declare namespace gapi.client {
|
|
|
5092
5340
|
/** Updates a SKAdNetworkConversionValueSchema. */
|
|
5093
5341
|
patch(request: {
|
|
5094
5342
|
/** V1 error format. */
|
|
5095
|
-
'$.xgafv'?:
|
|
5343
|
+
'$.xgafv'?: '1' | '2';
|
|
5096
5344
|
/** OAuth access token. */
|
|
5097
5345
|
access_token?: string;
|
|
5098
5346
|
/** Data format for response. */
|
|
5099
|
-
alt?:
|
|
5347
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5100
5348
|
/** JSONP */
|
|
5101
5349
|
callback?: string;
|
|
5102
5350
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5123,11 +5371,11 @@ declare namespace gapi.client {
|
|
|
5123
5371
|
patch(
|
|
5124
5372
|
request: {
|
|
5125
5373
|
/** V1 error format. */
|
|
5126
|
-
'$.xgafv'?:
|
|
5374
|
+
'$.xgafv'?: '1' | '2';
|
|
5127
5375
|
/** OAuth access token. */
|
|
5128
5376
|
access_token?: string;
|
|
5129
5377
|
/** Data format for response. */
|
|
5130
|
-
alt?:
|
|
5378
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5131
5379
|
/** JSONP */
|
|
5132
5380
|
callback?: string;
|
|
5133
5381
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5156,11 +5404,11 @@ declare namespace gapi.client {
|
|
|
5156
5404
|
/** Creates a DataStream. */
|
|
5157
5405
|
create(request: {
|
|
5158
5406
|
/** V1 error format. */
|
|
5159
|
-
'$.xgafv'?:
|
|
5407
|
+
'$.xgafv'?: '1' | '2';
|
|
5160
5408
|
/** OAuth access token. */
|
|
5161
5409
|
access_token?: string;
|
|
5162
5410
|
/** Data format for response. */
|
|
5163
|
-
alt?:
|
|
5411
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5164
5412
|
/** JSONP */
|
|
5165
5413
|
callback?: string;
|
|
5166
5414
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5185,11 +5433,11 @@ declare namespace gapi.client {
|
|
|
5185
5433
|
create(
|
|
5186
5434
|
request: {
|
|
5187
5435
|
/** V1 error format. */
|
|
5188
|
-
'$.xgafv'?:
|
|
5436
|
+
'$.xgafv'?: '1' | '2';
|
|
5189
5437
|
/** OAuth access token. */
|
|
5190
5438
|
access_token?: string;
|
|
5191
5439
|
/** Data format for response. */
|
|
5192
|
-
alt?:
|
|
5440
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5193
5441
|
/** JSONP */
|
|
5194
5442
|
callback?: string;
|
|
5195
5443
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5214,11 +5462,11 @@ declare namespace gapi.client {
|
|
|
5214
5462
|
/** Deletes a DataStream on a property. */
|
|
5215
5463
|
delete(request?: {
|
|
5216
5464
|
/** V1 error format. */
|
|
5217
|
-
'$.xgafv'?:
|
|
5465
|
+
'$.xgafv'?: '1' | '2';
|
|
5218
5466
|
/** OAuth access token. */
|
|
5219
5467
|
access_token?: string;
|
|
5220
5468
|
/** Data format for response. */
|
|
5221
|
-
alt?:
|
|
5469
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5222
5470
|
/** JSONP */
|
|
5223
5471
|
callback?: string;
|
|
5224
5472
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5241,11 +5489,11 @@ declare namespace gapi.client {
|
|
|
5241
5489
|
/** Lookup for a single DataStream. */
|
|
5242
5490
|
get(request?: {
|
|
5243
5491
|
/** V1 error format. */
|
|
5244
|
-
'$.xgafv'?:
|
|
5492
|
+
'$.xgafv'?: '1' | '2';
|
|
5245
5493
|
/** OAuth access token. */
|
|
5246
5494
|
access_token?: string;
|
|
5247
5495
|
/** Data format for response. */
|
|
5248
|
-
alt?:
|
|
5496
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5249
5497
|
/** JSONP */
|
|
5250
5498
|
callback?: string;
|
|
5251
5499
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5268,11 +5516,11 @@ declare namespace gapi.client {
|
|
|
5268
5516
|
/** Lookup for a single DataRedactionSettings. */
|
|
5269
5517
|
getDataRedactionSettings(request?: {
|
|
5270
5518
|
/** V1 error format. */
|
|
5271
|
-
'$.xgafv'?:
|
|
5519
|
+
'$.xgafv'?: '1' | '2';
|
|
5272
5520
|
/** OAuth access token. */
|
|
5273
5521
|
access_token?: string;
|
|
5274
5522
|
/** Data format for response. */
|
|
5275
|
-
alt?:
|
|
5523
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5276
5524
|
/** JSONP */
|
|
5277
5525
|
callback?: string;
|
|
5278
5526
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5295,11 +5543,11 @@ declare namespace gapi.client {
|
|
|
5295
5543
|
/** Returns the enhanced measurement settings for this data stream. Note that the stream must enable enhanced measurement for these settings to take effect. */
|
|
5296
5544
|
getEnhancedMeasurementSettings(request?: {
|
|
5297
5545
|
/** V1 error format. */
|
|
5298
|
-
'$.xgafv'?:
|
|
5546
|
+
'$.xgafv'?: '1' | '2';
|
|
5299
5547
|
/** OAuth access token. */
|
|
5300
5548
|
access_token?: string;
|
|
5301
5549
|
/** Data format for response. */
|
|
5302
|
-
alt?:
|
|
5550
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5303
5551
|
/** JSONP */
|
|
5304
5552
|
callback?: string;
|
|
5305
5553
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5322,11 +5570,11 @@ declare namespace gapi.client {
|
|
|
5322
5570
|
/** Returns the Site Tag for the specified web stream. Site Tags are immutable singletons. */
|
|
5323
5571
|
getGlobalSiteTag(request?: {
|
|
5324
5572
|
/** V1 error format. */
|
|
5325
|
-
'$.xgafv'?:
|
|
5573
|
+
'$.xgafv'?: '1' | '2';
|
|
5326
5574
|
/** OAuth access token. */
|
|
5327
5575
|
access_token?: string;
|
|
5328
5576
|
/** Data format for response. */
|
|
5329
|
-
alt?:
|
|
5577
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5330
5578
|
/** JSONP */
|
|
5331
5579
|
callback?: string;
|
|
5332
5580
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5349,11 +5597,11 @@ declare namespace gapi.client {
|
|
|
5349
5597
|
/** Lists DataStreams on a property. */
|
|
5350
5598
|
list(request?: {
|
|
5351
5599
|
/** V1 error format. */
|
|
5352
|
-
'$.xgafv'?:
|
|
5600
|
+
'$.xgafv'?: '1' | '2';
|
|
5353
5601
|
/** OAuth access token. */
|
|
5354
5602
|
access_token?: string;
|
|
5355
5603
|
/** Data format for response. */
|
|
5356
|
-
alt?:
|
|
5604
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5357
5605
|
/** JSONP */
|
|
5358
5606
|
callback?: string;
|
|
5359
5607
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5380,11 +5628,11 @@ declare namespace gapi.client {
|
|
|
5380
5628
|
/** Updates a DataStream on a property. */
|
|
5381
5629
|
patch(request: {
|
|
5382
5630
|
/** V1 error format. */
|
|
5383
|
-
'$.xgafv'?:
|
|
5631
|
+
'$.xgafv'?: '1' | '2';
|
|
5384
5632
|
/** OAuth access token. */
|
|
5385
5633
|
access_token?: string;
|
|
5386
5634
|
/** Data format for response. */
|
|
5387
|
-
alt?:
|
|
5635
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5388
5636
|
/** JSONP */
|
|
5389
5637
|
callback?: string;
|
|
5390
5638
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5411,11 +5659,11 @@ declare namespace gapi.client {
|
|
|
5411
5659
|
patch(
|
|
5412
5660
|
request: {
|
|
5413
5661
|
/** V1 error format. */
|
|
5414
|
-
'$.xgafv'?:
|
|
5662
|
+
'$.xgafv'?: '1' | '2';
|
|
5415
5663
|
/** OAuth access token. */
|
|
5416
5664
|
access_token?: string;
|
|
5417
5665
|
/** Data format for response. */
|
|
5418
|
-
alt?:
|
|
5666
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5419
5667
|
/** JSONP */
|
|
5420
5668
|
callback?: string;
|
|
5421
5669
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5442,11 +5690,11 @@ declare namespace gapi.client {
|
|
|
5442
5690
|
/** Updates a DataRedactionSettings on a property. */
|
|
5443
5691
|
updateDataRedactionSettings(request: {
|
|
5444
5692
|
/** V1 error format. */
|
|
5445
|
-
'$.xgafv'?:
|
|
5693
|
+
'$.xgafv'?: '1' | '2';
|
|
5446
5694
|
/** OAuth access token. */
|
|
5447
5695
|
access_token?: string;
|
|
5448
5696
|
/** Data format for response. */
|
|
5449
|
-
alt?:
|
|
5697
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5450
5698
|
/** JSONP */
|
|
5451
5699
|
callback?: string;
|
|
5452
5700
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5473,11 +5721,11 @@ declare namespace gapi.client {
|
|
|
5473
5721
|
updateDataRedactionSettings(
|
|
5474
5722
|
request: {
|
|
5475
5723
|
/** V1 error format. */
|
|
5476
|
-
'$.xgafv'?:
|
|
5724
|
+
'$.xgafv'?: '1' | '2';
|
|
5477
5725
|
/** OAuth access token. */
|
|
5478
5726
|
access_token?: string;
|
|
5479
5727
|
/** Data format for response. */
|
|
5480
|
-
alt?:
|
|
5728
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5481
5729
|
/** JSONP */
|
|
5482
5730
|
callback?: string;
|
|
5483
5731
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5504,11 +5752,11 @@ declare namespace gapi.client {
|
|
|
5504
5752
|
/** Updates the enhanced measurement settings for this data stream. Note that the stream must enable enhanced measurement for these settings to take effect. */
|
|
5505
5753
|
updateEnhancedMeasurementSettings(request: {
|
|
5506
5754
|
/** V1 error format. */
|
|
5507
|
-
'$.xgafv'?:
|
|
5755
|
+
'$.xgafv'?: '1' | '2';
|
|
5508
5756
|
/** OAuth access token. */
|
|
5509
5757
|
access_token?: string;
|
|
5510
5758
|
/** Data format for response. */
|
|
5511
|
-
alt?:
|
|
5759
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5512
5760
|
/** JSONP */
|
|
5513
5761
|
callback?: string;
|
|
5514
5762
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5535,11 +5783,11 @@ declare namespace gapi.client {
|
|
|
5535
5783
|
updateEnhancedMeasurementSettings(
|
|
5536
5784
|
request: {
|
|
5537
5785
|
/** V1 error format. */
|
|
5538
|
-
'$.xgafv'?:
|
|
5786
|
+
'$.xgafv'?: '1' | '2';
|
|
5539
5787
|
/** OAuth access token. */
|
|
5540
5788
|
access_token?: string;
|
|
5541
5789
|
/** Data format for response. */
|
|
5542
|
-
alt?:
|
|
5790
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5543
5791
|
/** JSONP */
|
|
5544
5792
|
callback?: string;
|
|
5545
5793
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5572,11 +5820,11 @@ declare namespace gapi.client {
|
|
|
5572
5820
|
/** Approves a DisplayVideo360AdvertiserLinkProposal. The DisplayVideo360AdvertiserLinkProposal will be deleted and a new DisplayVideo360AdvertiserLink will be created. */
|
|
5573
5821
|
approve(request: {
|
|
5574
5822
|
/** V1 error format. */
|
|
5575
|
-
'$.xgafv'?:
|
|
5823
|
+
'$.xgafv'?: '1' | '2';
|
|
5576
5824
|
/** OAuth access token. */
|
|
5577
5825
|
access_token?: string;
|
|
5578
5826
|
/** Data format for response. */
|
|
5579
|
-
alt?:
|
|
5827
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5580
5828
|
/** JSONP */
|
|
5581
5829
|
callback?: string;
|
|
5582
5830
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5601,11 +5849,11 @@ declare namespace gapi.client {
|
|
|
5601
5849
|
approve(
|
|
5602
5850
|
request: {
|
|
5603
5851
|
/** V1 error format. */
|
|
5604
|
-
'$.xgafv'?:
|
|
5852
|
+
'$.xgafv'?: '1' | '2';
|
|
5605
5853
|
/** OAuth access token. */
|
|
5606
5854
|
access_token?: string;
|
|
5607
5855
|
/** Data format for response. */
|
|
5608
|
-
alt?:
|
|
5856
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5609
5857
|
/** JSONP */
|
|
5610
5858
|
callback?: string;
|
|
5611
5859
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5630,11 +5878,11 @@ declare namespace gapi.client {
|
|
|
5630
5878
|
/** Cancels a DisplayVideo360AdvertiserLinkProposal. Cancelling can mean either: - Declining a proposal initiated from Display & Video 360 - Withdrawing a proposal initiated from Google Analytics After being cancelled, a proposal will eventually be deleted automatically. */
|
|
5631
5879
|
cancel(request: {
|
|
5632
5880
|
/** V1 error format. */
|
|
5633
|
-
'$.xgafv'?:
|
|
5881
|
+
'$.xgafv'?: '1' | '2';
|
|
5634
5882
|
/** OAuth access token. */
|
|
5635
5883
|
access_token?: string;
|
|
5636
5884
|
/** Data format for response. */
|
|
5637
|
-
alt?:
|
|
5885
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5638
5886
|
/** JSONP */
|
|
5639
5887
|
callback?: string;
|
|
5640
5888
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5659,11 +5907,11 @@ declare namespace gapi.client {
|
|
|
5659
5907
|
cancel(
|
|
5660
5908
|
request: {
|
|
5661
5909
|
/** V1 error format. */
|
|
5662
|
-
'$.xgafv'?:
|
|
5910
|
+
'$.xgafv'?: '1' | '2';
|
|
5663
5911
|
/** OAuth access token. */
|
|
5664
5912
|
access_token?: string;
|
|
5665
5913
|
/** Data format for response. */
|
|
5666
|
-
alt?:
|
|
5914
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5667
5915
|
/** JSONP */
|
|
5668
5916
|
callback?: string;
|
|
5669
5917
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5688,11 +5936,11 @@ declare namespace gapi.client {
|
|
|
5688
5936
|
/** Creates a DisplayVideo360AdvertiserLinkProposal. */
|
|
5689
5937
|
create(request: {
|
|
5690
5938
|
/** V1 error format. */
|
|
5691
|
-
'$.xgafv'?:
|
|
5939
|
+
'$.xgafv'?: '1' | '2';
|
|
5692
5940
|
/** OAuth access token. */
|
|
5693
5941
|
access_token?: string;
|
|
5694
5942
|
/** Data format for response. */
|
|
5695
|
-
alt?:
|
|
5943
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5696
5944
|
/** JSONP */
|
|
5697
5945
|
callback?: string;
|
|
5698
5946
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5717,11 +5965,11 @@ declare namespace gapi.client {
|
|
|
5717
5965
|
create(
|
|
5718
5966
|
request: {
|
|
5719
5967
|
/** V1 error format. */
|
|
5720
|
-
'$.xgafv'?:
|
|
5968
|
+
'$.xgafv'?: '1' | '2';
|
|
5721
5969
|
/** OAuth access token. */
|
|
5722
5970
|
access_token?: string;
|
|
5723
5971
|
/** Data format for response. */
|
|
5724
|
-
alt?:
|
|
5972
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5725
5973
|
/** JSONP */
|
|
5726
5974
|
callback?: string;
|
|
5727
5975
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5746,11 +5994,11 @@ declare namespace gapi.client {
|
|
|
5746
5994
|
/** Deletes a DisplayVideo360AdvertiserLinkProposal on a property. This can only be used on cancelled proposals. */
|
|
5747
5995
|
delete(request?: {
|
|
5748
5996
|
/** V1 error format. */
|
|
5749
|
-
'$.xgafv'?:
|
|
5997
|
+
'$.xgafv'?: '1' | '2';
|
|
5750
5998
|
/** OAuth access token. */
|
|
5751
5999
|
access_token?: string;
|
|
5752
6000
|
/** Data format for response. */
|
|
5753
|
-
alt?:
|
|
6001
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5754
6002
|
/** JSONP */
|
|
5755
6003
|
callback?: string;
|
|
5756
6004
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5773,11 +6021,11 @@ declare namespace gapi.client {
|
|
|
5773
6021
|
/** Lookup for a single DisplayVideo360AdvertiserLinkProposal. */
|
|
5774
6022
|
get(request?: {
|
|
5775
6023
|
/** V1 error format. */
|
|
5776
|
-
'$.xgafv'?:
|
|
6024
|
+
'$.xgafv'?: '1' | '2';
|
|
5777
6025
|
/** OAuth access token. */
|
|
5778
6026
|
access_token?: string;
|
|
5779
6027
|
/** Data format for response. */
|
|
5780
|
-
alt?:
|
|
6028
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5781
6029
|
/** JSONP */
|
|
5782
6030
|
callback?: string;
|
|
5783
6031
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5800,11 +6048,11 @@ declare namespace gapi.client {
|
|
|
5800
6048
|
/** Lists DisplayVideo360AdvertiserLinkProposals on a property. */
|
|
5801
6049
|
list(request?: {
|
|
5802
6050
|
/** V1 error format. */
|
|
5803
|
-
'$.xgafv'?:
|
|
6051
|
+
'$.xgafv'?: '1' | '2';
|
|
5804
6052
|
/** OAuth access token. */
|
|
5805
6053
|
access_token?: string;
|
|
5806
6054
|
/** Data format for response. */
|
|
5807
|
-
alt?:
|
|
6055
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5808
6056
|
/** JSONP */
|
|
5809
6057
|
callback?: string;
|
|
5810
6058
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5833,11 +6081,11 @@ declare namespace gapi.client {
|
|
|
5833
6081
|
/** Creates a DisplayVideo360AdvertiserLink. This can only be utilized by users who have proper authorization both on the Google Analytics property and on the Display & Video 360 advertiser. Users who do not have access to the Display & Video 360 advertiser should instead seek to create a DisplayVideo360LinkProposal. */
|
|
5834
6082
|
create(request: {
|
|
5835
6083
|
/** V1 error format. */
|
|
5836
|
-
'$.xgafv'?:
|
|
6084
|
+
'$.xgafv'?: '1' | '2';
|
|
5837
6085
|
/** OAuth access token. */
|
|
5838
6086
|
access_token?: string;
|
|
5839
6087
|
/** Data format for response. */
|
|
5840
|
-
alt?:
|
|
6088
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5841
6089
|
/** JSONP */
|
|
5842
6090
|
callback?: string;
|
|
5843
6091
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5862,11 +6110,11 @@ declare namespace gapi.client {
|
|
|
5862
6110
|
create(
|
|
5863
6111
|
request: {
|
|
5864
6112
|
/** V1 error format. */
|
|
5865
|
-
'$.xgafv'?:
|
|
6113
|
+
'$.xgafv'?: '1' | '2';
|
|
5866
6114
|
/** OAuth access token. */
|
|
5867
6115
|
access_token?: string;
|
|
5868
6116
|
/** Data format for response. */
|
|
5869
|
-
alt?:
|
|
6117
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5870
6118
|
/** JSONP */
|
|
5871
6119
|
callback?: string;
|
|
5872
6120
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5891,11 +6139,11 @@ declare namespace gapi.client {
|
|
|
5891
6139
|
/** Deletes a DisplayVideo360AdvertiserLink on a property. */
|
|
5892
6140
|
delete(request?: {
|
|
5893
6141
|
/** V1 error format. */
|
|
5894
|
-
'$.xgafv'?:
|
|
6142
|
+
'$.xgafv'?: '1' | '2';
|
|
5895
6143
|
/** OAuth access token. */
|
|
5896
6144
|
access_token?: string;
|
|
5897
6145
|
/** Data format for response. */
|
|
5898
|
-
alt?:
|
|
6146
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5899
6147
|
/** JSONP */
|
|
5900
6148
|
callback?: string;
|
|
5901
6149
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5918,11 +6166,11 @@ declare namespace gapi.client {
|
|
|
5918
6166
|
/** Look up a single DisplayVideo360AdvertiserLink */
|
|
5919
6167
|
get(request?: {
|
|
5920
6168
|
/** V1 error format. */
|
|
5921
|
-
'$.xgafv'?:
|
|
6169
|
+
'$.xgafv'?: '1' | '2';
|
|
5922
6170
|
/** OAuth access token. */
|
|
5923
6171
|
access_token?: string;
|
|
5924
6172
|
/** Data format for response. */
|
|
5925
|
-
alt?:
|
|
6173
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5926
6174
|
/** JSONP */
|
|
5927
6175
|
callback?: string;
|
|
5928
6176
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5945,11 +6193,11 @@ declare namespace gapi.client {
|
|
|
5945
6193
|
/** Lists all DisplayVideo360AdvertiserLinks on a property. */
|
|
5946
6194
|
list(request?: {
|
|
5947
6195
|
/** V1 error format. */
|
|
5948
|
-
'$.xgafv'?:
|
|
6196
|
+
'$.xgafv'?: '1' | '2';
|
|
5949
6197
|
/** OAuth access token. */
|
|
5950
6198
|
access_token?: string;
|
|
5951
6199
|
/** Data format for response. */
|
|
5952
|
-
alt?:
|
|
6200
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5953
6201
|
/** JSONP */
|
|
5954
6202
|
callback?: string;
|
|
5955
6203
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -5976,11 +6224,11 @@ declare namespace gapi.client {
|
|
|
5976
6224
|
/** Updates a DisplayVideo360AdvertiserLink on a property. */
|
|
5977
6225
|
patch(request: {
|
|
5978
6226
|
/** V1 error format. */
|
|
5979
|
-
'$.xgafv'?:
|
|
6227
|
+
'$.xgafv'?: '1' | '2';
|
|
5980
6228
|
/** OAuth access token. */
|
|
5981
6229
|
access_token?: string;
|
|
5982
6230
|
/** Data format for response. */
|
|
5983
|
-
alt?:
|
|
6231
|
+
alt?: 'json' | 'media' | 'proto';
|
|
5984
6232
|
/** JSONP */
|
|
5985
6233
|
callback?: string;
|
|
5986
6234
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6007,11 +6255,11 @@ declare namespace gapi.client {
|
|
|
6007
6255
|
patch(
|
|
6008
6256
|
request: {
|
|
6009
6257
|
/** V1 error format. */
|
|
6010
|
-
'$.xgafv'?:
|
|
6258
|
+
'$.xgafv'?: '1' | '2';
|
|
6011
6259
|
/** OAuth access token. */
|
|
6012
6260
|
access_token?: string;
|
|
6013
6261
|
/** Data format for response. */
|
|
6014
|
-
alt?:
|
|
6262
|
+
alt?: 'json' | 'media' | 'proto';
|
|
6015
6263
|
/** JSONP */
|
|
6016
6264
|
callback?: string;
|
|
6017
6265
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6040,11 +6288,11 @@ declare namespace gapi.client {
|
|
|
6040
6288
|
/** Creates a ExpandedDataSet. */
|
|
6041
6289
|
create(request: {
|
|
6042
6290
|
/** V1 error format. */
|
|
6043
|
-
'$.xgafv'?:
|
|
6291
|
+
'$.xgafv'?: '1' | '2';
|
|
6044
6292
|
/** OAuth access token. */
|
|
6045
6293
|
access_token?: string;
|
|
6046
6294
|
/** Data format for response. */
|
|
6047
|
-
alt?:
|
|
6295
|
+
alt?: 'json' | 'media' | 'proto';
|
|
6048
6296
|
/** JSONP */
|
|
6049
6297
|
callback?: string;
|
|
6050
6298
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6069,11 +6317,11 @@ declare namespace gapi.client {
|
|
|
6069
6317
|
create(
|
|
6070
6318
|
request: {
|
|
6071
6319
|
/** V1 error format. */
|
|
6072
|
-
'$.xgafv'?:
|
|
6320
|
+
'$.xgafv'?: '1' | '2';
|
|
6073
6321
|
/** OAuth access token. */
|
|
6074
6322
|
access_token?: string;
|
|
6075
6323
|
/** Data format for response. */
|
|
6076
|
-
alt?:
|
|
6324
|
+
alt?: 'json' | 'media' | 'proto';
|
|
6077
6325
|
/** JSONP */
|
|
6078
6326
|
callback?: string;
|
|
6079
6327
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6098,11 +6346,11 @@ declare namespace gapi.client {
|
|
|
6098
6346
|
/** Deletes a ExpandedDataSet on a property. */
|
|
6099
6347
|
delete(request?: {
|
|
6100
6348
|
/** V1 error format. */
|
|
6101
|
-
'$.xgafv'?:
|
|
6349
|
+
'$.xgafv'?: '1' | '2';
|
|
6102
6350
|
/** OAuth access token. */
|
|
6103
6351
|
access_token?: string;
|
|
6104
6352
|
/** Data format for response. */
|
|
6105
|
-
alt?:
|
|
6353
|
+
alt?: 'json' | 'media' | 'proto';
|
|
6106
6354
|
/** JSONP */
|
|
6107
6355
|
callback?: string;
|
|
6108
6356
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6125,11 +6373,11 @@ declare namespace gapi.client {
|
|
|
6125
6373
|
/** Lookup for a single ExpandedDataSet. */
|
|
6126
6374
|
get(request?: {
|
|
6127
6375
|
/** V1 error format. */
|
|
6128
|
-
'$.xgafv'?:
|
|
6376
|
+
'$.xgafv'?: '1' | '2';
|
|
6129
6377
|
/** OAuth access token. */
|
|
6130
6378
|
access_token?: string;
|
|
6131
6379
|
/** Data format for response. */
|
|
6132
|
-
alt?:
|
|
6380
|
+
alt?: 'json' | 'media' | 'proto';
|
|
6133
6381
|
/** JSONP */
|
|
6134
6382
|
callback?: string;
|
|
6135
6383
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6152,11 +6400,11 @@ declare namespace gapi.client {
|
|
|
6152
6400
|
/** Lists ExpandedDataSets on a property. */
|
|
6153
6401
|
list(request?: {
|
|
6154
6402
|
/** V1 error format. */
|
|
6155
|
-
'$.xgafv'?:
|
|
6403
|
+
'$.xgafv'?: '1' | '2';
|
|
6156
6404
|
/** OAuth access token. */
|
|
6157
6405
|
access_token?: string;
|
|
6158
6406
|
/** Data format for response. */
|
|
6159
|
-
alt?:
|
|
6407
|
+
alt?: 'json' | 'media' | 'proto';
|
|
6160
6408
|
/** JSONP */
|
|
6161
6409
|
callback?: string;
|
|
6162
6410
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6183,11 +6431,11 @@ declare namespace gapi.client {
|
|
|
6183
6431
|
/** Updates a ExpandedDataSet on a property. */
|
|
6184
6432
|
patch(request: {
|
|
6185
6433
|
/** V1 error format. */
|
|
6186
|
-
'$.xgafv'?:
|
|
6434
|
+
'$.xgafv'?: '1' | '2';
|
|
6187
6435
|
/** OAuth access token. */
|
|
6188
6436
|
access_token?: string;
|
|
6189
6437
|
/** Data format for response. */
|
|
6190
|
-
alt?:
|
|
6438
|
+
alt?: 'json' | 'media' | 'proto';
|
|
6191
6439
|
/** JSONP */
|
|
6192
6440
|
callback?: string;
|
|
6193
6441
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6214,11 +6462,11 @@ declare namespace gapi.client {
|
|
|
6214
6462
|
patch(
|
|
6215
6463
|
request: {
|
|
6216
6464
|
/** V1 error format. */
|
|
6217
|
-
'$.xgafv'?:
|
|
6465
|
+
'$.xgafv'?: '1' | '2';
|
|
6218
6466
|
/** OAuth access token. */
|
|
6219
6467
|
access_token?: string;
|
|
6220
6468
|
/** Data format for response. */
|
|
6221
|
-
alt?:
|
|
6469
|
+
alt?: 'json' | 'media' | 'proto';
|
|
6222
6470
|
/** JSONP */
|
|
6223
6471
|
callback?: string;
|
|
6224
6472
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6247,11 +6495,11 @@ declare namespace gapi.client {
|
|
|
6247
6495
|
/** Creates a FirebaseLink. Properties can have at most one FirebaseLink. */
|
|
6248
6496
|
create(request: {
|
|
6249
6497
|
/** V1 error format. */
|
|
6250
|
-
'$.xgafv'?:
|
|
6498
|
+
'$.xgafv'?: '1' | '2';
|
|
6251
6499
|
/** OAuth access token. */
|
|
6252
6500
|
access_token?: string;
|
|
6253
6501
|
/** Data format for response. */
|
|
6254
|
-
alt?:
|
|
6502
|
+
alt?: 'json' | 'media' | 'proto';
|
|
6255
6503
|
/** JSONP */
|
|
6256
6504
|
callback?: string;
|
|
6257
6505
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6276,11 +6524,11 @@ declare namespace gapi.client {
|
|
|
6276
6524
|
create(
|
|
6277
6525
|
request: {
|
|
6278
6526
|
/** V1 error format. */
|
|
6279
|
-
'$.xgafv'?:
|
|
6527
|
+
'$.xgafv'?: '1' | '2';
|
|
6280
6528
|
/** OAuth access token. */
|
|
6281
6529
|
access_token?: string;
|
|
6282
6530
|
/** Data format for response. */
|
|
6283
|
-
alt?:
|
|
6531
|
+
alt?: 'json' | 'media' | 'proto';
|
|
6284
6532
|
/** JSONP */
|
|
6285
6533
|
callback?: string;
|
|
6286
6534
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6305,11 +6553,11 @@ declare namespace gapi.client {
|
|
|
6305
6553
|
/** Deletes a FirebaseLink on a property */
|
|
6306
6554
|
delete(request?: {
|
|
6307
6555
|
/** V1 error format. */
|
|
6308
|
-
'$.xgafv'?:
|
|
6556
|
+
'$.xgafv'?: '1' | '2';
|
|
6309
6557
|
/** OAuth access token. */
|
|
6310
6558
|
access_token?: string;
|
|
6311
6559
|
/** Data format for response. */
|
|
6312
|
-
alt?:
|
|
6560
|
+
alt?: 'json' | 'media' | 'proto';
|
|
6313
6561
|
/** JSONP */
|
|
6314
6562
|
callback?: string;
|
|
6315
6563
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6332,11 +6580,11 @@ declare namespace gapi.client {
|
|
|
6332
6580
|
/** Lists FirebaseLinks on a property. Properties can have at most one FirebaseLink. */
|
|
6333
6581
|
list(request?: {
|
|
6334
6582
|
/** V1 error format. */
|
|
6335
|
-
'$.xgafv'?:
|
|
6583
|
+
'$.xgafv'?: '1' | '2';
|
|
6336
6584
|
/** OAuth access token. */
|
|
6337
6585
|
access_token?: string;
|
|
6338
6586
|
/** Data format for response. */
|
|
6339
|
-
alt?:
|
|
6587
|
+
alt?: 'json' | 'media' | 'proto';
|
|
6340
6588
|
/** JSONP */
|
|
6341
6589
|
callback?: string;
|
|
6342
6590
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6365,11 +6613,11 @@ declare namespace gapi.client {
|
|
|
6365
6613
|
/** Creates a GoogleAdsLink. */
|
|
6366
6614
|
create(request: {
|
|
6367
6615
|
/** V1 error format. */
|
|
6368
|
-
'$.xgafv'?:
|
|
6616
|
+
'$.xgafv'?: '1' | '2';
|
|
6369
6617
|
/** OAuth access token. */
|
|
6370
6618
|
access_token?: string;
|
|
6371
6619
|
/** Data format for response. */
|
|
6372
|
-
alt?:
|
|
6620
|
+
alt?: 'json' | 'media' | 'proto';
|
|
6373
6621
|
/** JSONP */
|
|
6374
6622
|
callback?: string;
|
|
6375
6623
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6394,11 +6642,11 @@ declare namespace gapi.client {
|
|
|
6394
6642
|
create(
|
|
6395
6643
|
request: {
|
|
6396
6644
|
/** V1 error format. */
|
|
6397
|
-
'$.xgafv'?:
|
|
6645
|
+
'$.xgafv'?: '1' | '2';
|
|
6398
6646
|
/** OAuth access token. */
|
|
6399
6647
|
access_token?: string;
|
|
6400
6648
|
/** Data format for response. */
|
|
6401
|
-
alt?:
|
|
6649
|
+
alt?: 'json' | 'media' | 'proto';
|
|
6402
6650
|
/** JSONP */
|
|
6403
6651
|
callback?: string;
|
|
6404
6652
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6423,11 +6671,11 @@ declare namespace gapi.client {
|
|
|
6423
6671
|
/** Deletes a GoogleAdsLink on a property */
|
|
6424
6672
|
delete(request?: {
|
|
6425
6673
|
/** V1 error format. */
|
|
6426
|
-
'$.xgafv'?:
|
|
6674
|
+
'$.xgafv'?: '1' | '2';
|
|
6427
6675
|
/** OAuth access token. */
|
|
6428
6676
|
access_token?: string;
|
|
6429
6677
|
/** Data format for response. */
|
|
6430
|
-
alt?:
|
|
6678
|
+
alt?: 'json' | 'media' | 'proto';
|
|
6431
6679
|
/** JSONP */
|
|
6432
6680
|
callback?: string;
|
|
6433
6681
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6450,11 +6698,11 @@ declare namespace gapi.client {
|
|
|
6450
6698
|
/** Lists GoogleAdsLinks on a property. */
|
|
6451
6699
|
list(request?: {
|
|
6452
6700
|
/** V1 error format. */
|
|
6453
|
-
'$.xgafv'?:
|
|
6701
|
+
'$.xgafv'?: '1' | '2';
|
|
6454
6702
|
/** OAuth access token. */
|
|
6455
6703
|
access_token?: string;
|
|
6456
6704
|
/** Data format for response. */
|
|
6457
|
-
alt?:
|
|
6705
|
+
alt?: 'json' | 'media' | 'proto';
|
|
6458
6706
|
/** JSONP */
|
|
6459
6707
|
callback?: string;
|
|
6460
6708
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6481,11 +6729,11 @@ declare namespace gapi.client {
|
|
|
6481
6729
|
/** Updates a GoogleAdsLink on a property */
|
|
6482
6730
|
patch(request: {
|
|
6483
6731
|
/** V1 error format. */
|
|
6484
|
-
'$.xgafv'?:
|
|
6732
|
+
'$.xgafv'?: '1' | '2';
|
|
6485
6733
|
/** OAuth access token. */
|
|
6486
6734
|
access_token?: string;
|
|
6487
6735
|
/** Data format for response. */
|
|
6488
|
-
alt?:
|
|
6736
|
+
alt?: 'json' | 'media' | 'proto';
|
|
6489
6737
|
/** JSONP */
|
|
6490
6738
|
callback?: string;
|
|
6491
6739
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6512,11 +6760,11 @@ declare namespace gapi.client {
|
|
|
6512
6760
|
patch(
|
|
6513
6761
|
request: {
|
|
6514
6762
|
/** V1 error format. */
|
|
6515
|
-
'$.xgafv'?:
|
|
6763
|
+
'$.xgafv'?: '1' | '2';
|
|
6516
6764
|
/** OAuth access token. */
|
|
6517
6765
|
access_token?: string;
|
|
6518
6766
|
/** Data format for response. */
|
|
6519
|
-
alt?:
|
|
6767
|
+
alt?: 'json' | 'media' | 'proto';
|
|
6520
6768
|
/** JSONP */
|
|
6521
6769
|
callback?: string;
|
|
6522
6770
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6545,11 +6793,11 @@ declare namespace gapi.client {
|
|
|
6545
6793
|
/** Creates a Key Event. */
|
|
6546
6794
|
create(request: {
|
|
6547
6795
|
/** V1 error format. */
|
|
6548
|
-
'$.xgafv'?:
|
|
6796
|
+
'$.xgafv'?: '1' | '2';
|
|
6549
6797
|
/** OAuth access token. */
|
|
6550
6798
|
access_token?: string;
|
|
6551
6799
|
/** Data format for response. */
|
|
6552
|
-
alt?:
|
|
6800
|
+
alt?: 'json' | 'media' | 'proto';
|
|
6553
6801
|
/** JSONP */
|
|
6554
6802
|
callback?: string;
|
|
6555
6803
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6574,11 +6822,11 @@ declare namespace gapi.client {
|
|
|
6574
6822
|
create(
|
|
6575
6823
|
request: {
|
|
6576
6824
|
/** V1 error format. */
|
|
6577
|
-
'$.xgafv'?:
|
|
6825
|
+
'$.xgafv'?: '1' | '2';
|
|
6578
6826
|
/** OAuth access token. */
|
|
6579
6827
|
access_token?: string;
|
|
6580
6828
|
/** Data format for response. */
|
|
6581
|
-
alt?:
|
|
6829
|
+
alt?: 'json' | 'media' | 'proto';
|
|
6582
6830
|
/** JSONP */
|
|
6583
6831
|
callback?: string;
|
|
6584
6832
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6603,11 +6851,11 @@ declare namespace gapi.client {
|
|
|
6603
6851
|
/** Deletes a Key Event. */
|
|
6604
6852
|
delete(request?: {
|
|
6605
6853
|
/** V1 error format. */
|
|
6606
|
-
'$.xgafv'?:
|
|
6854
|
+
'$.xgafv'?: '1' | '2';
|
|
6607
6855
|
/** OAuth access token. */
|
|
6608
6856
|
access_token?: string;
|
|
6609
6857
|
/** Data format for response. */
|
|
6610
|
-
alt?:
|
|
6858
|
+
alt?: 'json' | 'media' | 'proto';
|
|
6611
6859
|
/** JSONP */
|
|
6612
6860
|
callback?: string;
|
|
6613
6861
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6630,11 +6878,11 @@ declare namespace gapi.client {
|
|
|
6630
6878
|
/** Retrieve a single Key Event. */
|
|
6631
6879
|
get(request?: {
|
|
6632
6880
|
/** V1 error format. */
|
|
6633
|
-
'$.xgafv'?:
|
|
6881
|
+
'$.xgafv'?: '1' | '2';
|
|
6634
6882
|
/** OAuth access token. */
|
|
6635
6883
|
access_token?: string;
|
|
6636
6884
|
/** Data format for response. */
|
|
6637
|
-
alt?:
|
|
6885
|
+
alt?: 'json' | 'media' | 'proto';
|
|
6638
6886
|
/** JSONP */
|
|
6639
6887
|
callback?: string;
|
|
6640
6888
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6657,11 +6905,11 @@ declare namespace gapi.client {
|
|
|
6657
6905
|
/** Returns a list of Key Events in the specified parent property. Returns an empty list if no Key Events are found. */
|
|
6658
6906
|
list(request?: {
|
|
6659
6907
|
/** V1 error format. */
|
|
6660
|
-
'$.xgafv'?:
|
|
6908
|
+
'$.xgafv'?: '1' | '2';
|
|
6661
6909
|
/** OAuth access token. */
|
|
6662
6910
|
access_token?: string;
|
|
6663
6911
|
/** Data format for response. */
|
|
6664
|
-
alt?:
|
|
6912
|
+
alt?: 'json' | 'media' | 'proto';
|
|
6665
6913
|
/** JSONP */
|
|
6666
6914
|
callback?: string;
|
|
6667
6915
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6688,11 +6936,11 @@ declare namespace gapi.client {
|
|
|
6688
6936
|
/** Updates a Key Event. */
|
|
6689
6937
|
patch(request: {
|
|
6690
6938
|
/** V1 error format. */
|
|
6691
|
-
'$.xgafv'?:
|
|
6939
|
+
'$.xgafv'?: '1' | '2';
|
|
6692
6940
|
/** OAuth access token. */
|
|
6693
6941
|
access_token?: string;
|
|
6694
6942
|
/** Data format for response. */
|
|
6695
|
-
alt?:
|
|
6943
|
+
alt?: 'json' | 'media' | 'proto';
|
|
6696
6944
|
/** JSONP */
|
|
6697
6945
|
callback?: string;
|
|
6698
6946
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6719,11 +6967,11 @@ declare namespace gapi.client {
|
|
|
6719
6967
|
patch(
|
|
6720
6968
|
request: {
|
|
6721
6969
|
/** V1 error format. */
|
|
6722
|
-
'$.xgafv'?:
|
|
6970
|
+
'$.xgafv'?: '1' | '2';
|
|
6723
6971
|
/** OAuth access token. */
|
|
6724
6972
|
access_token?: string;
|
|
6725
6973
|
/** Data format for response. */
|
|
6726
|
-
alt?:
|
|
6974
|
+
alt?: 'json' | 'media' | 'proto';
|
|
6727
6975
|
/** JSONP */
|
|
6728
6976
|
callback?: string;
|
|
6729
6977
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6752,11 +7000,11 @@ declare namespace gapi.client {
|
|
|
6752
7000
|
/** Creates a Reporting Data Annotation. */
|
|
6753
7001
|
create(request: {
|
|
6754
7002
|
/** V1 error format. */
|
|
6755
|
-
'$.xgafv'?:
|
|
7003
|
+
'$.xgafv'?: '1' | '2';
|
|
6756
7004
|
/** OAuth access token. */
|
|
6757
7005
|
access_token?: string;
|
|
6758
7006
|
/** Data format for response. */
|
|
6759
|
-
alt?:
|
|
7007
|
+
alt?: 'json' | 'media' | 'proto';
|
|
6760
7008
|
/** JSONP */
|
|
6761
7009
|
callback?: string;
|
|
6762
7010
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6781,11 +7029,11 @@ declare namespace gapi.client {
|
|
|
6781
7029
|
create(
|
|
6782
7030
|
request: {
|
|
6783
7031
|
/** V1 error format. */
|
|
6784
|
-
'$.xgafv'?:
|
|
7032
|
+
'$.xgafv'?: '1' | '2';
|
|
6785
7033
|
/** OAuth access token. */
|
|
6786
7034
|
access_token?: string;
|
|
6787
7035
|
/** Data format for response. */
|
|
6788
|
-
alt?:
|
|
7036
|
+
alt?: 'json' | 'media' | 'proto';
|
|
6789
7037
|
/** JSONP */
|
|
6790
7038
|
callback?: string;
|
|
6791
7039
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6810,11 +7058,11 @@ declare namespace gapi.client {
|
|
|
6810
7058
|
/** Deletes a Reporting Data Annotation. */
|
|
6811
7059
|
delete(request?: {
|
|
6812
7060
|
/** V1 error format. */
|
|
6813
|
-
'$.xgafv'?:
|
|
7061
|
+
'$.xgafv'?: '1' | '2';
|
|
6814
7062
|
/** OAuth access token. */
|
|
6815
7063
|
access_token?: string;
|
|
6816
7064
|
/** Data format for response. */
|
|
6817
|
-
alt?:
|
|
7065
|
+
alt?: 'json' | 'media' | 'proto';
|
|
6818
7066
|
/** JSONP */
|
|
6819
7067
|
callback?: string;
|
|
6820
7068
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6837,11 +7085,11 @@ declare namespace gapi.client {
|
|
|
6837
7085
|
/** Lookup a single Reporting Data Annotation. */
|
|
6838
7086
|
get(request?: {
|
|
6839
7087
|
/** V1 error format. */
|
|
6840
|
-
'$.xgafv'?:
|
|
7088
|
+
'$.xgafv'?: '1' | '2';
|
|
6841
7089
|
/** OAuth access token. */
|
|
6842
7090
|
access_token?: string;
|
|
6843
7091
|
/** Data format for response. */
|
|
6844
|
-
alt?:
|
|
7092
|
+
alt?: 'json' | 'media' | 'proto';
|
|
6845
7093
|
/** JSONP */
|
|
6846
7094
|
callback?: string;
|
|
6847
7095
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6864,11 +7112,11 @@ declare namespace gapi.client {
|
|
|
6864
7112
|
/** List all Reporting Data Annotations on a property. */
|
|
6865
7113
|
list(request?: {
|
|
6866
7114
|
/** V1 error format. */
|
|
6867
|
-
'$.xgafv'?:
|
|
7115
|
+
'$.xgafv'?: '1' | '2';
|
|
6868
7116
|
/** OAuth access token. */
|
|
6869
7117
|
access_token?: string;
|
|
6870
7118
|
/** Data format for response. */
|
|
6871
|
-
alt?:
|
|
7119
|
+
alt?: 'json' | 'media' | 'proto';
|
|
6872
7120
|
/** JSONP */
|
|
6873
7121
|
callback?: string;
|
|
6874
7122
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6897,11 +7145,11 @@ declare namespace gapi.client {
|
|
|
6897
7145
|
/** Updates a Reporting Data Annotation. */
|
|
6898
7146
|
patch(request: {
|
|
6899
7147
|
/** V1 error format. */
|
|
6900
|
-
'$.xgafv'?:
|
|
7148
|
+
'$.xgafv'?: '1' | '2';
|
|
6901
7149
|
/** OAuth access token. */
|
|
6902
7150
|
access_token?: string;
|
|
6903
7151
|
/** Data format for response. */
|
|
6904
|
-
alt?:
|
|
7152
|
+
alt?: 'json' | 'media' | 'proto';
|
|
6905
7153
|
/** JSONP */
|
|
6906
7154
|
callback?: string;
|
|
6907
7155
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6928,11 +7176,11 @@ declare namespace gapi.client {
|
|
|
6928
7176
|
patch(
|
|
6929
7177
|
request: {
|
|
6930
7178
|
/** V1 error format. */
|
|
6931
|
-
'$.xgafv'?:
|
|
7179
|
+
'$.xgafv'?: '1' | '2';
|
|
6932
7180
|
/** OAuth access token. */
|
|
6933
7181
|
access_token?: string;
|
|
6934
7182
|
/** Data format for response. */
|
|
6935
|
-
alt?:
|
|
7183
|
+
alt?: 'json' | 'media' | 'proto';
|
|
6936
7184
|
/** JSONP */
|
|
6937
7185
|
callback?: string;
|
|
6938
7186
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6961,11 +7209,11 @@ declare namespace gapi.client {
|
|
|
6961
7209
|
/** Creates a roll-up property source link. Only roll-up properties can have source links, so this method will throw an error if used on other types of properties. */
|
|
6962
7210
|
create(request: {
|
|
6963
7211
|
/** V1 error format. */
|
|
6964
|
-
'$.xgafv'?:
|
|
7212
|
+
'$.xgafv'?: '1' | '2';
|
|
6965
7213
|
/** OAuth access token. */
|
|
6966
7214
|
access_token?: string;
|
|
6967
7215
|
/** Data format for response. */
|
|
6968
|
-
alt?:
|
|
7216
|
+
alt?: 'json' | 'media' | 'proto';
|
|
6969
7217
|
/** JSONP */
|
|
6970
7218
|
callback?: string;
|
|
6971
7219
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -6990,11 +7238,11 @@ declare namespace gapi.client {
|
|
|
6990
7238
|
create(
|
|
6991
7239
|
request: {
|
|
6992
7240
|
/** V1 error format. */
|
|
6993
|
-
'$.xgafv'?:
|
|
7241
|
+
'$.xgafv'?: '1' | '2';
|
|
6994
7242
|
/** OAuth access token. */
|
|
6995
7243
|
access_token?: string;
|
|
6996
7244
|
/** Data format for response. */
|
|
6997
|
-
alt?:
|
|
7245
|
+
alt?: 'json' | 'media' | 'proto';
|
|
6998
7246
|
/** JSONP */
|
|
6999
7247
|
callback?: string;
|
|
7000
7248
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -7019,11 +7267,11 @@ declare namespace gapi.client {
|
|
|
7019
7267
|
/** Deletes a roll-up property source link. Only roll-up properties can have source links, so this method will throw an error if used on other types of properties. */
|
|
7020
7268
|
delete(request?: {
|
|
7021
7269
|
/** V1 error format. */
|
|
7022
|
-
'$.xgafv'?:
|
|
7270
|
+
'$.xgafv'?: '1' | '2';
|
|
7023
7271
|
/** OAuth access token. */
|
|
7024
7272
|
access_token?: string;
|
|
7025
7273
|
/** Data format for response. */
|
|
7026
|
-
alt?:
|
|
7274
|
+
alt?: 'json' | 'media' | 'proto';
|
|
7027
7275
|
/** JSONP */
|
|
7028
7276
|
callback?: string;
|
|
7029
7277
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -7046,11 +7294,11 @@ declare namespace gapi.client {
|
|
|
7046
7294
|
/** Lookup for a single roll-up property source Link. Only roll-up properties can have source links, so this method will throw an error if used on other types of properties. */
|
|
7047
7295
|
get(request?: {
|
|
7048
7296
|
/** V1 error format. */
|
|
7049
|
-
'$.xgafv'?:
|
|
7297
|
+
'$.xgafv'?: '1' | '2';
|
|
7050
7298
|
/** OAuth access token. */
|
|
7051
7299
|
access_token?: string;
|
|
7052
7300
|
/** Data format for response. */
|
|
7053
|
-
alt?:
|
|
7301
|
+
alt?: 'json' | 'media' | 'proto';
|
|
7054
7302
|
/** JSONP */
|
|
7055
7303
|
callback?: string;
|
|
7056
7304
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -7073,11 +7321,11 @@ declare namespace gapi.client {
|
|
|
7073
7321
|
/** Lists roll-up property source Links on a property. Only roll-up properties can have source links, so this method will throw an error if used on other types of properties. */
|
|
7074
7322
|
list(request?: {
|
|
7075
7323
|
/** V1 error format. */
|
|
7076
|
-
'$.xgafv'?:
|
|
7324
|
+
'$.xgafv'?: '1' | '2';
|
|
7077
7325
|
/** OAuth access token. */
|
|
7078
7326
|
access_token?: string;
|
|
7079
7327
|
/** Data format for response. */
|
|
7080
|
-
alt?:
|
|
7328
|
+
alt?: 'json' | 'media' | 'proto';
|
|
7081
7329
|
/** JSONP */
|
|
7082
7330
|
callback?: string;
|
|
7083
7331
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -7106,11 +7354,11 @@ declare namespace gapi.client {
|
|
|
7106
7354
|
/** Creates a SearchAds360Link. */
|
|
7107
7355
|
create(request: {
|
|
7108
7356
|
/** V1 error format. */
|
|
7109
|
-
'$.xgafv'?:
|
|
7357
|
+
'$.xgafv'?: '1' | '2';
|
|
7110
7358
|
/** OAuth access token. */
|
|
7111
7359
|
access_token?: string;
|
|
7112
7360
|
/** Data format for response. */
|
|
7113
|
-
alt?:
|
|
7361
|
+
alt?: 'json' | 'media' | 'proto';
|
|
7114
7362
|
/** JSONP */
|
|
7115
7363
|
callback?: string;
|
|
7116
7364
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -7135,11 +7383,11 @@ declare namespace gapi.client {
|
|
|
7135
7383
|
create(
|
|
7136
7384
|
request: {
|
|
7137
7385
|
/** V1 error format. */
|
|
7138
|
-
'$.xgafv'?:
|
|
7386
|
+
'$.xgafv'?: '1' | '2';
|
|
7139
7387
|
/** OAuth access token. */
|
|
7140
7388
|
access_token?: string;
|
|
7141
7389
|
/** Data format for response. */
|
|
7142
|
-
alt?:
|
|
7390
|
+
alt?: 'json' | 'media' | 'proto';
|
|
7143
7391
|
/** JSONP */
|
|
7144
7392
|
callback?: string;
|
|
7145
7393
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -7164,11 +7412,11 @@ declare namespace gapi.client {
|
|
|
7164
7412
|
/** Deletes a SearchAds360Link on a property. */
|
|
7165
7413
|
delete(request?: {
|
|
7166
7414
|
/** V1 error format. */
|
|
7167
|
-
'$.xgafv'?:
|
|
7415
|
+
'$.xgafv'?: '1' | '2';
|
|
7168
7416
|
/** OAuth access token. */
|
|
7169
7417
|
access_token?: string;
|
|
7170
7418
|
/** Data format for response. */
|
|
7171
|
-
alt?:
|
|
7419
|
+
alt?: 'json' | 'media' | 'proto';
|
|
7172
7420
|
/** JSONP */
|
|
7173
7421
|
callback?: string;
|
|
7174
7422
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -7191,11 +7439,11 @@ declare namespace gapi.client {
|
|
|
7191
7439
|
/** Look up a single SearchAds360Link */
|
|
7192
7440
|
get(request?: {
|
|
7193
7441
|
/** V1 error format. */
|
|
7194
|
-
'$.xgafv'?:
|
|
7442
|
+
'$.xgafv'?: '1' | '2';
|
|
7195
7443
|
/** OAuth access token. */
|
|
7196
7444
|
access_token?: string;
|
|
7197
7445
|
/** Data format for response. */
|
|
7198
|
-
alt?:
|
|
7446
|
+
alt?: 'json' | 'media' | 'proto';
|
|
7199
7447
|
/** JSONP */
|
|
7200
7448
|
callback?: string;
|
|
7201
7449
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -7218,11 +7466,11 @@ declare namespace gapi.client {
|
|
|
7218
7466
|
/** Lists all SearchAds360Links on a property. */
|
|
7219
7467
|
list(request?: {
|
|
7220
7468
|
/** V1 error format. */
|
|
7221
|
-
'$.xgafv'?:
|
|
7469
|
+
'$.xgafv'?: '1' | '2';
|
|
7222
7470
|
/** OAuth access token. */
|
|
7223
7471
|
access_token?: string;
|
|
7224
7472
|
/** Data format for response. */
|
|
7225
|
-
alt?:
|
|
7473
|
+
alt?: 'json' | 'media' | 'proto';
|
|
7226
7474
|
/** JSONP */
|
|
7227
7475
|
callback?: string;
|
|
7228
7476
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -7249,11 +7497,11 @@ declare namespace gapi.client {
|
|
|
7249
7497
|
/** Updates a SearchAds360Link on a property. */
|
|
7250
7498
|
patch(request: {
|
|
7251
7499
|
/** V1 error format. */
|
|
7252
|
-
'$.xgafv'?:
|
|
7500
|
+
'$.xgafv'?: '1' | '2';
|
|
7253
7501
|
/** OAuth access token. */
|
|
7254
7502
|
access_token?: string;
|
|
7255
7503
|
/** Data format for response. */
|
|
7256
|
-
alt?:
|
|
7504
|
+
alt?: 'json' | 'media' | 'proto';
|
|
7257
7505
|
/** JSONP */
|
|
7258
7506
|
callback?: string;
|
|
7259
7507
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -7280,11 +7528,11 @@ declare namespace gapi.client {
|
|
|
7280
7528
|
patch(
|
|
7281
7529
|
request: {
|
|
7282
7530
|
/** V1 error format. */
|
|
7283
|
-
'$.xgafv'?:
|
|
7531
|
+
'$.xgafv'?: '1' | '2';
|
|
7284
7532
|
/** OAuth access token. */
|
|
7285
7533
|
access_token?: string;
|
|
7286
7534
|
/** Data format for response. */
|
|
7287
|
-
alt?:
|
|
7535
|
+
alt?: 'json' | 'media' | 'proto';
|
|
7288
7536
|
/** JSONP */
|
|
7289
7537
|
callback?: string;
|
|
7290
7538
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -7313,11 +7561,11 @@ declare namespace gapi.client {
|
|
|
7313
7561
|
/** Creates a subproperty Event Filter. */
|
|
7314
7562
|
create(request: {
|
|
7315
7563
|
/** V1 error format. */
|
|
7316
|
-
'$.xgafv'?:
|
|
7564
|
+
'$.xgafv'?: '1' | '2';
|
|
7317
7565
|
/** OAuth access token. */
|
|
7318
7566
|
access_token?: string;
|
|
7319
7567
|
/** Data format for response. */
|
|
7320
|
-
alt?:
|
|
7568
|
+
alt?: 'json' | 'media' | 'proto';
|
|
7321
7569
|
/** JSONP */
|
|
7322
7570
|
callback?: string;
|
|
7323
7571
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -7342,11 +7590,11 @@ declare namespace gapi.client {
|
|
|
7342
7590
|
create(
|
|
7343
7591
|
request: {
|
|
7344
7592
|
/** V1 error format. */
|
|
7345
|
-
'$.xgafv'?:
|
|
7593
|
+
'$.xgafv'?: '1' | '2';
|
|
7346
7594
|
/** OAuth access token. */
|
|
7347
7595
|
access_token?: string;
|
|
7348
7596
|
/** Data format for response. */
|
|
7349
|
-
alt?:
|
|
7597
|
+
alt?: 'json' | 'media' | 'proto';
|
|
7350
7598
|
/** JSONP */
|
|
7351
7599
|
callback?: string;
|
|
7352
7600
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -7371,11 +7619,11 @@ declare namespace gapi.client {
|
|
|
7371
7619
|
/** Deletes a subproperty event filter. */
|
|
7372
7620
|
delete(request?: {
|
|
7373
7621
|
/** V1 error format. */
|
|
7374
|
-
'$.xgafv'?:
|
|
7622
|
+
'$.xgafv'?: '1' | '2';
|
|
7375
7623
|
/** OAuth access token. */
|
|
7376
7624
|
access_token?: string;
|
|
7377
7625
|
/** Data format for response. */
|
|
7378
|
-
alt?:
|
|
7626
|
+
alt?: 'json' | 'media' | 'proto';
|
|
7379
7627
|
/** JSONP */
|
|
7380
7628
|
callback?: string;
|
|
7381
7629
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -7398,11 +7646,11 @@ declare namespace gapi.client {
|
|
|
7398
7646
|
/** Lookup for a single subproperty Event Filter. */
|
|
7399
7647
|
get(request?: {
|
|
7400
7648
|
/** V1 error format. */
|
|
7401
|
-
'$.xgafv'?:
|
|
7649
|
+
'$.xgafv'?: '1' | '2';
|
|
7402
7650
|
/** OAuth access token. */
|
|
7403
7651
|
access_token?: string;
|
|
7404
7652
|
/** Data format for response. */
|
|
7405
|
-
alt?:
|
|
7653
|
+
alt?: 'json' | 'media' | 'proto';
|
|
7406
7654
|
/** JSONP */
|
|
7407
7655
|
callback?: string;
|
|
7408
7656
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -7425,11 +7673,11 @@ declare namespace gapi.client {
|
|
|
7425
7673
|
/** List all subproperty Event Filters on a property. */
|
|
7426
7674
|
list(request?: {
|
|
7427
7675
|
/** V1 error format. */
|
|
7428
|
-
'$.xgafv'?:
|
|
7676
|
+
'$.xgafv'?: '1' | '2';
|
|
7429
7677
|
/** OAuth access token. */
|
|
7430
7678
|
access_token?: string;
|
|
7431
7679
|
/** Data format for response. */
|
|
7432
|
-
alt?:
|
|
7680
|
+
alt?: 'json' | 'media' | 'proto';
|
|
7433
7681
|
/** JSONP */
|
|
7434
7682
|
callback?: string;
|
|
7435
7683
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -7456,11 +7704,11 @@ declare namespace gapi.client {
|
|
|
7456
7704
|
/** Updates a subproperty Event Filter. */
|
|
7457
7705
|
patch(request: {
|
|
7458
7706
|
/** V1 error format. */
|
|
7459
|
-
'$.xgafv'?:
|
|
7707
|
+
'$.xgafv'?: '1' | '2';
|
|
7460
7708
|
/** OAuth access token. */
|
|
7461
7709
|
access_token?: string;
|
|
7462
7710
|
/** Data format for response. */
|
|
7463
|
-
alt?:
|
|
7711
|
+
alt?: 'json' | 'media' | 'proto';
|
|
7464
7712
|
/** JSONP */
|
|
7465
7713
|
callback?: string;
|
|
7466
7714
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -7487,11 +7735,11 @@ declare namespace gapi.client {
|
|
|
7487
7735
|
patch(
|
|
7488
7736
|
request: {
|
|
7489
7737
|
/** V1 error format. */
|
|
7490
|
-
'$.xgafv'?:
|
|
7738
|
+
'$.xgafv'?: '1' | '2';
|
|
7491
7739
|
/** OAuth access token. */
|
|
7492
7740
|
access_token?: string;
|
|
7493
7741
|
/** Data format for response. */
|
|
7494
|
-
alt?:
|
|
7742
|
+
alt?: 'json' | 'media' | 'proto';
|
|
7495
7743
|
/** JSONP */
|
|
7496
7744
|
callback?: string;
|
|
7497
7745
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -7520,11 +7768,11 @@ declare namespace gapi.client {
|
|
|
7520
7768
|
/** Lookup for a single `SubpropertySyncConfig`. */
|
|
7521
7769
|
get(request?: {
|
|
7522
7770
|
/** V1 error format. */
|
|
7523
|
-
'$.xgafv'?:
|
|
7771
|
+
'$.xgafv'?: '1' | '2';
|
|
7524
7772
|
/** OAuth access token. */
|
|
7525
7773
|
access_token?: string;
|
|
7526
7774
|
/** Data format for response. */
|
|
7527
|
-
alt?:
|
|
7775
|
+
alt?: 'json' | 'media' | 'proto';
|
|
7528
7776
|
/** JSONP */
|
|
7529
7777
|
callback?: string;
|
|
7530
7778
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -7547,11 +7795,11 @@ declare namespace gapi.client {
|
|
|
7547
7795
|
/** List all `SubpropertySyncConfig` resources for a property. */
|
|
7548
7796
|
list(request?: {
|
|
7549
7797
|
/** V1 error format. */
|
|
7550
|
-
'$.xgafv'?:
|
|
7798
|
+
'$.xgafv'?: '1' | '2';
|
|
7551
7799
|
/** OAuth access token. */
|
|
7552
7800
|
access_token?: string;
|
|
7553
7801
|
/** Data format for response. */
|
|
7554
|
-
alt?:
|
|
7802
|
+
alt?: 'json' | 'media' | 'proto';
|
|
7555
7803
|
/** JSONP */
|
|
7556
7804
|
callback?: string;
|
|
7557
7805
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -7578,11 +7826,11 @@ declare namespace gapi.client {
|
|
|
7578
7826
|
/** Updates a `SubpropertySyncConfig`. */
|
|
7579
7827
|
patch(request: {
|
|
7580
7828
|
/** V1 error format. */
|
|
7581
|
-
'$.xgafv'?:
|
|
7829
|
+
'$.xgafv'?: '1' | '2';
|
|
7582
7830
|
/** OAuth access token. */
|
|
7583
7831
|
access_token?: string;
|
|
7584
7832
|
/** Data format for response. */
|
|
7585
|
-
alt?:
|
|
7833
|
+
alt?: 'json' | 'media' | 'proto';
|
|
7586
7834
|
/** JSONP */
|
|
7587
7835
|
callback?: string;
|
|
7588
7836
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -7609,11 +7857,11 @@ declare namespace gapi.client {
|
|
|
7609
7857
|
patch(
|
|
7610
7858
|
request: {
|
|
7611
7859
|
/** V1 error format. */
|
|
7612
|
-
'$.xgafv'?:
|
|
7860
|
+
'$.xgafv'?: '1' | '2';
|
|
7613
7861
|
/** OAuth access token. */
|
|
7614
7862
|
access_token?: string;
|
|
7615
7863
|
/** Data format for response. */
|
|
7616
|
-
alt?:
|
|
7864
|
+
alt?: 'json' | 'media' | 'proto';
|
|
7617
7865
|
/** JSONP */
|
|
7618
7866
|
callback?: string;
|
|
7619
7867
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -7642,11 +7890,11 @@ declare namespace gapi.client {
|
|
|
7642
7890
|
/** Acknowledges the terms of user data collection for the specified property. This acknowledgement must be completed (either in the Google Analytics UI or through this API) before MeasurementProtocolSecret resources may be created. */
|
|
7643
7891
|
acknowledgeUserDataCollection(request: {
|
|
7644
7892
|
/** V1 error format. */
|
|
7645
|
-
'$.xgafv'?:
|
|
7893
|
+
'$.xgafv'?: '1' | '2';
|
|
7646
7894
|
/** OAuth access token. */
|
|
7647
7895
|
access_token?: string;
|
|
7648
7896
|
/** Data format for response. */
|
|
7649
|
-
alt?:
|
|
7897
|
+
alt?: 'json' | 'media' | 'proto';
|
|
7650
7898
|
/** JSONP */
|
|
7651
7899
|
callback?: string;
|
|
7652
7900
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -7671,11 +7919,11 @@ declare namespace gapi.client {
|
|
|
7671
7919
|
acknowledgeUserDataCollection(
|
|
7672
7920
|
request: {
|
|
7673
7921
|
/** V1 error format. */
|
|
7674
|
-
'$.xgafv'?:
|
|
7922
|
+
'$.xgafv'?: '1' | '2';
|
|
7675
7923
|
/** OAuth access token. */
|
|
7676
7924
|
access_token?: string;
|
|
7677
7925
|
/** Data format for response. */
|
|
7678
|
-
alt?:
|
|
7926
|
+
alt?: 'json' | 'media' | 'proto';
|
|
7679
7927
|
/** JSONP */
|
|
7680
7928
|
callback?: string;
|
|
7681
7929
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -7700,11 +7948,11 @@ declare namespace gapi.client {
|
|
|
7700
7948
|
/** Creates a Google Analytics property with the specified location and attributes. */
|
|
7701
7949
|
create(request: {
|
|
7702
7950
|
/** V1 error format. */
|
|
7703
|
-
'$.xgafv'?:
|
|
7951
|
+
'$.xgafv'?: '1' | '2';
|
|
7704
7952
|
/** OAuth access token. */
|
|
7705
7953
|
access_token?: string;
|
|
7706
7954
|
/** Data format for response. */
|
|
7707
|
-
alt?:
|
|
7955
|
+
alt?: 'json' | 'media' | 'proto';
|
|
7708
7956
|
/** JSONP */
|
|
7709
7957
|
callback?: string;
|
|
7710
7958
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -7727,11 +7975,11 @@ declare namespace gapi.client {
|
|
|
7727
7975
|
create(
|
|
7728
7976
|
request: {
|
|
7729
7977
|
/** V1 error format. */
|
|
7730
|
-
'$.xgafv'?:
|
|
7978
|
+
'$.xgafv'?: '1' | '2';
|
|
7731
7979
|
/** OAuth access token. */
|
|
7732
7980
|
access_token?: string;
|
|
7733
7981
|
/** Data format for response. */
|
|
7734
|
-
alt?:
|
|
7982
|
+
alt?: 'json' | 'media' | 'proto';
|
|
7735
7983
|
/** JSONP */
|
|
7736
7984
|
callback?: string;
|
|
7737
7985
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -7754,11 +8002,11 @@ declare namespace gapi.client {
|
|
|
7754
8002
|
/** Create a roll-up property and all roll-up property source links. */
|
|
7755
8003
|
createRollupProperty(request: {
|
|
7756
8004
|
/** V1 error format. */
|
|
7757
|
-
'$.xgafv'?:
|
|
8005
|
+
'$.xgafv'?: '1' | '2';
|
|
7758
8006
|
/** OAuth access token. */
|
|
7759
8007
|
access_token?: string;
|
|
7760
8008
|
/** Data format for response. */
|
|
7761
|
-
alt?:
|
|
8009
|
+
alt?: 'json' | 'media' | 'proto';
|
|
7762
8010
|
/** JSONP */
|
|
7763
8011
|
callback?: string;
|
|
7764
8012
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -7781,11 +8029,11 @@ declare namespace gapi.client {
|
|
|
7781
8029
|
createRollupProperty(
|
|
7782
8030
|
request: {
|
|
7783
8031
|
/** V1 error format. */
|
|
7784
|
-
'$.xgafv'?:
|
|
8032
|
+
'$.xgafv'?: '1' | '2';
|
|
7785
8033
|
/** OAuth access token. */
|
|
7786
8034
|
access_token?: string;
|
|
7787
8035
|
/** Data format for response. */
|
|
7788
|
-
alt?:
|
|
8036
|
+
alt?: 'json' | 'media' | 'proto';
|
|
7789
8037
|
/** JSONP */
|
|
7790
8038
|
callback?: string;
|
|
7791
8039
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -7808,11 +8056,11 @@ declare namespace gapi.client {
|
|
|
7808
8056
|
/** Marks target Property as soft-deleted (ie: "trashed") and returns it. This API does not have a method to restore soft-deleted properties. However, they can be restored using the Trash Can UI. If the properties are not restored before the expiration time, the Property and all child resources (eg: GoogleAdsLinks, Streams, AccessBindings) will be permanently purged. https://support.google.com/analytics/answer/6154772 Returns an error if the target is not found. */
|
|
7809
8057
|
delete(request?: {
|
|
7810
8058
|
/** V1 error format. */
|
|
7811
|
-
'$.xgafv'?:
|
|
8059
|
+
'$.xgafv'?: '1' | '2';
|
|
7812
8060
|
/** OAuth access token. */
|
|
7813
8061
|
access_token?: string;
|
|
7814
8062
|
/** Data format for response. */
|
|
7815
|
-
alt?:
|
|
8063
|
+
alt?: 'json' | 'media' | 'proto';
|
|
7816
8064
|
/** JSONP */
|
|
7817
8065
|
callback?: string;
|
|
7818
8066
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -7835,11 +8083,11 @@ declare namespace gapi.client {
|
|
|
7835
8083
|
/** Lookup for a single GA Property. */
|
|
7836
8084
|
get(request?: {
|
|
7837
8085
|
/** V1 error format. */
|
|
7838
|
-
'$.xgafv'?:
|
|
8086
|
+
'$.xgafv'?: '1' | '2';
|
|
7839
8087
|
/** OAuth access token. */
|
|
7840
8088
|
access_token?: string;
|
|
7841
8089
|
/** Data format for response. */
|
|
7842
|
-
alt?:
|
|
8090
|
+
alt?: 'json' | 'media' | 'proto';
|
|
7843
8091
|
/** JSONP */
|
|
7844
8092
|
callback?: string;
|
|
7845
8093
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -7862,11 +8110,11 @@ declare namespace gapi.client {
|
|
|
7862
8110
|
/** Lookup for a AttributionSettings singleton. */
|
|
7863
8111
|
getAttributionSettings(request?: {
|
|
7864
8112
|
/** V1 error format. */
|
|
7865
|
-
'$.xgafv'?:
|
|
8113
|
+
'$.xgafv'?: '1' | '2';
|
|
7866
8114
|
/** OAuth access token. */
|
|
7867
8115
|
access_token?: string;
|
|
7868
8116
|
/** Data format for response. */
|
|
7869
|
-
alt?:
|
|
8117
|
+
alt?: 'json' | 'media' | 'proto';
|
|
7870
8118
|
/** JSONP */
|
|
7871
8119
|
callback?: string;
|
|
7872
8120
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -7889,11 +8137,11 @@ declare namespace gapi.client {
|
|
|
7889
8137
|
/** Returns the singleton data retention settings for this property. */
|
|
7890
8138
|
getDataRetentionSettings(request?: {
|
|
7891
8139
|
/** V1 error format. */
|
|
7892
|
-
'$.xgafv'?:
|
|
8140
|
+
'$.xgafv'?: '1' | '2';
|
|
7893
8141
|
/** OAuth access token. */
|
|
7894
8142
|
access_token?: string;
|
|
7895
8143
|
/** Data format for response. */
|
|
7896
|
-
alt?:
|
|
8144
|
+
alt?: 'json' | 'media' | 'proto';
|
|
7897
8145
|
/** JSONP */
|
|
7898
8146
|
callback?: string;
|
|
7899
8147
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -7916,11 +8164,11 @@ declare namespace gapi.client {
|
|
|
7916
8164
|
/** Lookup for Google Signals settings for a property. */
|
|
7917
8165
|
getGoogleSignalsSettings(request?: {
|
|
7918
8166
|
/** V1 error format. */
|
|
7919
|
-
'$.xgafv'?:
|
|
8167
|
+
'$.xgafv'?: '1' | '2';
|
|
7920
8168
|
/** OAuth access token. */
|
|
7921
8169
|
access_token?: string;
|
|
7922
8170
|
/** Data format for response. */
|
|
7923
|
-
alt?:
|
|
8171
|
+
alt?: 'json' | 'media' | 'proto';
|
|
7924
8172
|
/** JSONP */
|
|
7925
8173
|
callback?: string;
|
|
7926
8174
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -7943,11 +8191,11 @@ declare namespace gapi.client {
|
|
|
7943
8191
|
/** Returns the reporting identity settings for this property. */
|
|
7944
8192
|
getReportingIdentitySettings(request?: {
|
|
7945
8193
|
/** V1 error format. */
|
|
7946
|
-
'$.xgafv'?:
|
|
8194
|
+
'$.xgafv'?: '1' | '2';
|
|
7947
8195
|
/** OAuth access token. */
|
|
7948
8196
|
access_token?: string;
|
|
7949
8197
|
/** Data format for response. */
|
|
7950
|
-
alt?:
|
|
8198
|
+
alt?: 'json' | 'media' | 'proto';
|
|
7951
8199
|
/** JSONP */
|
|
7952
8200
|
callback?: string;
|
|
7953
8201
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -7970,11 +8218,11 @@ declare namespace gapi.client {
|
|
|
7970
8218
|
/** Returns child Properties under the specified parent Account. Properties will be excluded if the caller does not have access. Soft-deleted (ie: "trashed") properties are excluded by default. Returns an empty list if no relevant properties are found. */
|
|
7971
8219
|
list(request?: {
|
|
7972
8220
|
/** V1 error format. */
|
|
7973
|
-
'$.xgafv'?:
|
|
8221
|
+
'$.xgafv'?: '1' | '2';
|
|
7974
8222
|
/** OAuth access token. */
|
|
7975
8223
|
access_token?: string;
|
|
7976
8224
|
/** Data format for response. */
|
|
7977
|
-
alt?:
|
|
8225
|
+
alt?: 'json' | 'media' | 'proto';
|
|
7978
8226
|
/** JSONP */
|
|
7979
8227
|
callback?: string;
|
|
7980
8228
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -8003,11 +8251,11 @@ declare namespace gapi.client {
|
|
|
8003
8251
|
/** Updates a property. */
|
|
8004
8252
|
patch(request: {
|
|
8005
8253
|
/** V1 error format. */
|
|
8006
|
-
'$.xgafv'?:
|
|
8254
|
+
'$.xgafv'?: '1' | '2';
|
|
8007
8255
|
/** OAuth access token. */
|
|
8008
8256
|
access_token?: string;
|
|
8009
8257
|
/** Data format for response. */
|
|
8010
|
-
alt?:
|
|
8258
|
+
alt?: 'json' | 'media' | 'proto';
|
|
8011
8259
|
/** JSONP */
|
|
8012
8260
|
callback?: string;
|
|
8013
8261
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -8034,11 +8282,11 @@ declare namespace gapi.client {
|
|
|
8034
8282
|
patch(
|
|
8035
8283
|
request: {
|
|
8036
8284
|
/** V1 error format. */
|
|
8037
|
-
'$.xgafv'?:
|
|
8285
|
+
'$.xgafv'?: '1' | '2';
|
|
8038
8286
|
/** OAuth access token. */
|
|
8039
8287
|
access_token?: string;
|
|
8040
8288
|
/** Data format for response. */
|
|
8041
|
-
alt?:
|
|
8289
|
+
alt?: 'json' | 'media' | 'proto';
|
|
8042
8290
|
/** JSONP */
|
|
8043
8291
|
callback?: string;
|
|
8044
8292
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -8065,11 +8313,11 @@ declare namespace gapi.client {
|
|
|
8065
8313
|
/** Create a subproperty and a subproperty event filter that applies to the created subproperty. */
|
|
8066
8314
|
provisionSubproperty(request: {
|
|
8067
8315
|
/** V1 error format. */
|
|
8068
|
-
'$.xgafv'?:
|
|
8316
|
+
'$.xgafv'?: '1' | '2';
|
|
8069
8317
|
/** OAuth access token. */
|
|
8070
8318
|
access_token?: string;
|
|
8071
8319
|
/** Data format for response. */
|
|
8072
|
-
alt?:
|
|
8320
|
+
alt?: 'json' | 'media' | 'proto';
|
|
8073
8321
|
/** JSONP */
|
|
8074
8322
|
callback?: string;
|
|
8075
8323
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -8092,11 +8340,11 @@ declare namespace gapi.client {
|
|
|
8092
8340
|
provisionSubproperty(
|
|
8093
8341
|
request: {
|
|
8094
8342
|
/** V1 error format. */
|
|
8095
|
-
'$.xgafv'?:
|
|
8343
|
+
'$.xgafv'?: '1' | '2';
|
|
8096
8344
|
/** OAuth access token. */
|
|
8097
8345
|
access_token?: string;
|
|
8098
8346
|
/** Data format for response. */
|
|
8099
|
-
alt?:
|
|
8347
|
+
alt?: 'json' | 'media' | 'proto';
|
|
8100
8348
|
/** JSONP */
|
|
8101
8349
|
callback?: string;
|
|
8102
8350
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -8119,11 +8367,11 @@ declare namespace gapi.client {
|
|
|
8119
8367
|
/** Returns a customized report of data access records. The report provides records of each time a user reads Google Analytics reporting data. Access records are retained for up to 2 years. Data Access Reports can be requested for a property. Reports may be requested for any property, but dimensions that aren't related to quota can only be requested on Google Analytics 360 properties. This method is only available to Administrators. These data access records include GA UI Reporting, GA UI Explorations, GA Data API, and other products like Firebase & Admob that can retrieve data from Google Analytics through a linkage. These records don't include property configuration changes like adding a stream or changing a property's time zone. For configuration change history, see [searchChangeHistoryEvents](https://developers.google.com/analytics/devguides/config/admin/v1/rest/v1alpha/accounts/searchChangeHistoryEvents). To give your feedback on this API, complete the [Google Analytics Access Reports feedback](https://docs.google.com/forms/d/e/1FAIpQLSdmEBUrMzAEdiEKk5TV5dEHvDUZDRlgWYdQdAeSdtR4hVjEhw/viewform) form. */
|
|
8120
8368
|
runAccessReport(request: {
|
|
8121
8369
|
/** V1 error format. */
|
|
8122
|
-
'$.xgafv'?:
|
|
8370
|
+
'$.xgafv'?: '1' | '2';
|
|
8123
8371
|
/** OAuth access token. */
|
|
8124
8372
|
access_token?: string;
|
|
8125
8373
|
/** Data format for response. */
|
|
8126
|
-
alt?:
|
|
8374
|
+
alt?: 'json' | 'media' | 'proto';
|
|
8127
8375
|
/** JSONP */
|
|
8128
8376
|
callback?: string;
|
|
8129
8377
|
/** The Data Access Report supports requesting at the property level or account level. If requested at the account level, Data Access Reports include all access for all properties under that account. To request at the property level, entity should be for example 'properties/123' if "123" is your Google Analytics property ID. To request at the account level, entity should be for example 'accounts/1234' if "1234" is your Google Analytics Account ID. */
|
|
@@ -8148,11 +8396,11 @@ declare namespace gapi.client {
|
|
|
8148
8396
|
runAccessReport(
|
|
8149
8397
|
request: {
|
|
8150
8398
|
/** V1 error format. */
|
|
8151
|
-
'$.xgafv'?:
|
|
8399
|
+
'$.xgafv'?: '1' | '2';
|
|
8152
8400
|
/** OAuth access token. */
|
|
8153
8401
|
access_token?: string;
|
|
8154
8402
|
/** Data format for response. */
|
|
8155
|
-
alt?:
|
|
8403
|
+
alt?: 'json' | 'media' | 'proto';
|
|
8156
8404
|
/** JSONP */
|
|
8157
8405
|
callback?: string;
|
|
8158
8406
|
/** The Data Access Report supports requesting at the property level or account level. If requested at the account level, Data Access Reports include all access for all properties under that account. To request at the property level, entity should be for example 'properties/123' if "123" is your Google Analytics property ID. To request at the account level, entity should be for example 'accounts/1234' if "1234" is your Google Analytics Account ID. */
|
|
@@ -8177,11 +8425,11 @@ declare namespace gapi.client {
|
|
|
8177
8425
|
/** Submits a request for user deletion for a property. */
|
|
8178
8426
|
submitUserDeletion(request: {
|
|
8179
8427
|
/** V1 error format. */
|
|
8180
|
-
'$.xgafv'?:
|
|
8428
|
+
'$.xgafv'?: '1' | '2';
|
|
8181
8429
|
/** OAuth access token. */
|
|
8182
8430
|
access_token?: string;
|
|
8183
8431
|
/** Data format for response. */
|
|
8184
|
-
alt?:
|
|
8432
|
+
alt?: 'json' | 'media' | 'proto';
|
|
8185
8433
|
/** JSONP */
|
|
8186
8434
|
callback?: string;
|
|
8187
8435
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -8206,11 +8454,11 @@ declare namespace gapi.client {
|
|
|
8206
8454
|
submitUserDeletion(
|
|
8207
8455
|
request: {
|
|
8208
8456
|
/** V1 error format. */
|
|
8209
|
-
'$.xgafv'?:
|
|
8457
|
+
'$.xgafv'?: '1' | '2';
|
|
8210
8458
|
/** OAuth access token. */
|
|
8211
8459
|
access_token?: string;
|
|
8212
8460
|
/** Data format for response. */
|
|
8213
|
-
alt?:
|
|
8461
|
+
alt?: 'json' | 'media' | 'proto';
|
|
8214
8462
|
/** JSONP */
|
|
8215
8463
|
callback?: string;
|
|
8216
8464
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -8235,11 +8483,11 @@ declare namespace gapi.client {
|
|
|
8235
8483
|
/** Updates attribution settings on a property. */
|
|
8236
8484
|
updateAttributionSettings(request: {
|
|
8237
8485
|
/** V1 error format. */
|
|
8238
|
-
'$.xgafv'?:
|
|
8486
|
+
'$.xgafv'?: '1' | '2';
|
|
8239
8487
|
/** OAuth access token. */
|
|
8240
8488
|
access_token?: string;
|
|
8241
8489
|
/** Data format for response. */
|
|
8242
|
-
alt?:
|
|
8490
|
+
alt?: 'json' | 'media' | 'proto';
|
|
8243
8491
|
/** JSONP */
|
|
8244
8492
|
callback?: string;
|
|
8245
8493
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -8266,11 +8514,11 @@ declare namespace gapi.client {
|
|
|
8266
8514
|
updateAttributionSettings(
|
|
8267
8515
|
request: {
|
|
8268
8516
|
/** V1 error format. */
|
|
8269
|
-
'$.xgafv'?:
|
|
8517
|
+
'$.xgafv'?: '1' | '2';
|
|
8270
8518
|
/** OAuth access token. */
|
|
8271
8519
|
access_token?: string;
|
|
8272
8520
|
/** Data format for response. */
|
|
8273
|
-
alt?:
|
|
8521
|
+
alt?: 'json' | 'media' | 'proto';
|
|
8274
8522
|
/** JSONP */
|
|
8275
8523
|
callback?: string;
|
|
8276
8524
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -8297,11 +8545,11 @@ declare namespace gapi.client {
|
|
|
8297
8545
|
/** Updates the singleton data retention settings for this property. */
|
|
8298
8546
|
updateDataRetentionSettings(request: {
|
|
8299
8547
|
/** V1 error format. */
|
|
8300
|
-
'$.xgafv'?:
|
|
8548
|
+
'$.xgafv'?: '1' | '2';
|
|
8301
8549
|
/** OAuth access token. */
|
|
8302
8550
|
access_token?: string;
|
|
8303
8551
|
/** Data format for response. */
|
|
8304
|
-
alt?:
|
|
8552
|
+
alt?: 'json' | 'media' | 'proto';
|
|
8305
8553
|
/** JSONP */
|
|
8306
8554
|
callback?: string;
|
|
8307
8555
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -8328,11 +8576,11 @@ declare namespace gapi.client {
|
|
|
8328
8576
|
updateDataRetentionSettings(
|
|
8329
8577
|
request: {
|
|
8330
8578
|
/** V1 error format. */
|
|
8331
|
-
'$.xgafv'?:
|
|
8579
|
+
'$.xgafv'?: '1' | '2';
|
|
8332
8580
|
/** OAuth access token. */
|
|
8333
8581
|
access_token?: string;
|
|
8334
8582
|
/** Data format for response. */
|
|
8335
|
-
alt?:
|
|
8583
|
+
alt?: 'json' | 'media' | 'proto';
|
|
8336
8584
|
/** JSONP */
|
|
8337
8585
|
callback?: string;
|
|
8338
8586
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -8359,11 +8607,11 @@ declare namespace gapi.client {
|
|
|
8359
8607
|
/** Updates Google Signals settings for a property. */
|
|
8360
8608
|
updateGoogleSignalsSettings(request: {
|
|
8361
8609
|
/** V1 error format. */
|
|
8362
|
-
'$.xgafv'?:
|
|
8610
|
+
'$.xgafv'?: '1' | '2';
|
|
8363
8611
|
/** OAuth access token. */
|
|
8364
8612
|
access_token?: string;
|
|
8365
8613
|
/** Data format for response. */
|
|
8366
|
-
alt?:
|
|
8614
|
+
alt?: 'json' | 'media' | 'proto';
|
|
8367
8615
|
/** JSONP */
|
|
8368
8616
|
callback?: string;
|
|
8369
8617
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -8390,11 +8638,11 @@ declare namespace gapi.client {
|
|
|
8390
8638
|
updateGoogleSignalsSettings(
|
|
8391
8639
|
request: {
|
|
8392
8640
|
/** V1 error format. */
|
|
8393
|
-
'$.xgafv'?:
|
|
8641
|
+
'$.xgafv'?: '1' | '2';
|
|
8394
8642
|
/** OAuth access token. */
|
|
8395
8643
|
access_token?: string;
|
|
8396
8644
|
/** Data format for response. */
|
|
8397
|
-
alt?:
|
|
8645
|
+
alt?: 'json' | 'media' | 'proto';
|
|
8398
8646
|
/** JSONP */
|
|
8399
8647
|
callback?: string;
|
|
8400
8648
|
/** Selector specifying which fields to include in a partial response. */
|