Skip to content

Commit

Permalink
fix(analyticsadmin): update the API
Browse files Browse the repository at this point in the history
#### analyticsadmin:v1alpha

The following keys were changed:
- schemas.GoogleAnalyticsAdminV1alphaGoogleAdsLink.properties.adsPersonalizationEnabled.description
  • Loading branch information
yoshi-automation authored and bcoe committed May 3, 2021
1 parent 66803e3 commit 3a5408a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/analyticsadmin-v1alpha.json
Expand Up @@ -1834,7 +1834,7 @@
}
}
},
"revision": "20210420",
"revision": "20210429",
"rootUrl": "https://analyticsadmin.googleapis.com/",
"schemas": {
"GoogleAnalyticsAdminV1alphaAccount": {
Expand Down Expand Up @@ -2386,7 +2386,7 @@
"id": "GoogleAnalyticsAdminV1alphaGoogleAdsLink",
"properties": {
"adsPersonalizationEnabled": {
"description": "Enable personalized advertising features with this integration. Automatically publish my Google Analytics audience lists and Google Analytics remarketing events/parameters to the linked Google Ads account. If this field is not set on create/update it will be defaulted to true.",
"description": "Enable personalized advertising features with this integration. Automatically publish my Google Analytics audience lists and Google Analytics remarketing events/parameters to the linked Google Ads account. If this field is not set on create/update, it will be defaulted to true.",
"type": "boolean"
},
"canManageClients": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/analyticsadmin/v1alpha.ts
Expand Up @@ -543,7 +543,7 @@ export namespace analyticsadmin_v1alpha {
*/
export interface Schema$GoogleAnalyticsAdminV1alphaGoogleAdsLink {
/**
* Enable personalized advertising features with this integration. Automatically publish my Google Analytics audience lists and Google Analytics remarketing events/parameters to the linked Google Ads account. If this field is not set on create/update it will be defaulted to true.
* Enable personalized advertising features with this integration. Automatically publish my Google Analytics audience lists and Google Analytics remarketing events/parameters to the linked Google Ads account. If this field is not set on create/update, it will be defaulted to true.
*/
adsPersonalizationEnabled?: boolean | null;
/**
Expand Down

0 comments on commit 3a5408a

Please sign in to comment.