@maxim_mazurok/gapi.client.analyticsadmin-v1alpha 0.0.20230615 → 0.0.20230620
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 +4 -1
- package/package.json +1 -1
- package/tests.ts +2 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://analyticsadmin.googleapis.com/$discovery/rest?version=v1alpha
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230620
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -298,6 +298,9 @@ declare namespace gapi.client {
|
|
|
298
298
|
/** Required. The lookback window configuration for acquisition conversion events. The default window size is 30 days. */
|
|
299
299
|
acquisitionConversionEventLookbackWindow?:
|
|
300
300
|
string;
|
|
301
|
+
/** Required. The Conversion Export Scope for data exported to linked Ads Accounts. */
|
|
302
|
+
adsWebConversionDataExportScope?:
|
|
303
|
+
string;
|
|
301
304
|
/** Output only. Resource name of this attribution settings resource. Format: properties/{property_id}/attributionSettings Example: "properties/1000/attributionSettings" */
|
|
302
305
|
name?:
|
|
303
306
|
string;
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20230620
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -659,6 +659,7 @@ gapi.load('client', async () => {
|
|
|
659
659
|
updateMask: "Test string",
|
|
660
660
|
}, {
|
|
661
661
|
acquisitionConversionEventLookbackWindow: "Test string",
|
|
662
|
+
adsWebConversionDataExportScope: "Test string",
|
|
662
663
|
name: "Test string",
|
|
663
664
|
otherConversionEventLookbackWindow: "Test string",
|
|
664
665
|
reportingAttributionModel: "Test string",
|