Skip to content

Commit

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

The following keys were added:
- resources.properties.resources.searchAds360Links.methods.create (Total Keys: 12)
- resources.properties.resources.searchAds360Links.methods.delete (Total Keys: 11)
- resources.properties.resources.searchAds360Links.methods.get (Total Keys: 11)
- resources.properties.resources.searchAds360Links.methods.list (Total Keys: 16)
- resources.properties.resources.searchAds360Links.methods.patch (Total Keys: 15)
- schemas.GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource.properties.searchAds360Link.$ref (Total Keys: 1)
- schemas.GoogleAnalyticsAdminV1alphaListSearchAds360LinksResponse (Total Keys: 5)
- schemas.GoogleAnalyticsAdminV1alphaSearchAds360Link (Total Keys: 11)
  • Loading branch information
yoshi-automation committed Oct 4, 2022
1 parent da51335 commit efb691e
Show file tree
Hide file tree
Showing 4 changed files with 507 additions and 1 deletion.
18 changes: 18 additions & 0 deletions docs/dyn/analyticsadmin_v1alpha.accounts.html
Expand Up @@ -466,6 +466,15 @@ <h3>Method Details</h3>
&quot;timeZone&quot;: &quot;A String&quot;, # 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: &quot;America/Los_Angeles&quot;
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Time when entity payload fields were last updated.
},
&quot;searchAds360Link&quot;: { # A link between a GA4 property and a Search Ads 360 entity. # A snapshot of a SearchAds360Link resource in change history.
&quot;adsPersonalizationEnabled&quot;: True or False, # Enables personalized advertising features with this integration. If this field is not set on create, it will be defaulted to true.
&quot;advertiserDisplayName&quot;: &quot;A String&quot;, # Output only. The display name of the Search Ads 360 Advertiser. Allows users to easily identify the linked resource.
&quot;advertiserId&quot;: &quot;A String&quot;, # Immutable. This field represents the Advertiser ID of the Search Ads 360 Advertiser. that has been linked.
&quot;campaignDataSharingEnabled&quot;: True or False, # Immutable. Enables the import of campaign data from Search Ads 360 into the GA4 property. After link creation, this can only be updated from the Search Ads 360 product. If this field is not set on create, it will be defaulted to true.
&quot;costDataSharingEnabled&quot;: True or False, # Immutable. Enables the import of cost data from Search Ads 360 to the GA4 property. This can only be enabled if campaign_data_sharing_enabled is enabled. After link creation, this can only be updated from the Search Ads 360 product. If this field is not set on create, it will be defaulted to true.
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name for this SearchAds360Link resource. Format: properties/{propertyId}/searchAds360Links/{linkId} Note: linkId is not the Search Ads 360 advertiser ID
&quot;siteStatsSharingEnabled&quot;: True or False, # Enables export of site stats with this integration. If this field is not set on create, it will be defaulted to true.
},
},
&quot;resourceBeforeChange&quot;: { # A snapshot of a resource as before or after the result of a change in change history. # Resource contents from before the change was made. If this resource was created in this change, this field will be missing.
&quot;account&quot;: { # A resource message representing a Google Analytics account. # A snapshot of an Account resource in change history.
Expand Down Expand Up @@ -594,6 +603,15 @@ <h3>Method Details</h3>
&quot;timeZone&quot;: &quot;A String&quot;, # 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: &quot;America/Los_Angeles&quot;
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Time when entity payload fields were last updated.
},
&quot;searchAds360Link&quot;: { # A link between a GA4 property and a Search Ads 360 entity. # A snapshot of a SearchAds360Link resource in change history.
&quot;adsPersonalizationEnabled&quot;: True or False, # Enables personalized advertising features with this integration. If this field is not set on create, it will be defaulted to true.
&quot;advertiserDisplayName&quot;: &quot;A String&quot;, # Output only. The display name of the Search Ads 360 Advertiser. Allows users to easily identify the linked resource.
&quot;advertiserId&quot;: &quot;A String&quot;, # Immutable. This field represents the Advertiser ID of the Search Ads 360 Advertiser. that has been linked.
&quot;campaignDataSharingEnabled&quot;: True or False, # Immutable. Enables the import of campaign data from Search Ads 360 into the GA4 property. After link creation, this can only be updated from the Search Ads 360 product. If this field is not set on create, it will be defaulted to true.
&quot;costDataSharingEnabled&quot;: True or False, # Immutable. Enables the import of cost data from Search Ads 360 to the GA4 property. This can only be enabled if campaign_data_sharing_enabled is enabled. After link creation, this can only be updated from the Search Ads 360 product. If this field is not set on create, it will be defaulted to true.
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name for this SearchAds360Link resource. Format: properties/{propertyId}/searchAds360Links/{linkId} Note: linkId is not the Search Ads 360 advertiser ID
&quot;siteStatsSharingEnabled&quot;: True or False, # Enables export of site stats with this integration. If this field is not set on create, it will be defaulted to true.
},
},
},
],
Expand Down
5 changes: 5 additions & 0 deletions docs/dyn/analyticsadmin_v1alpha.properties.html
Expand Up @@ -119,6 +119,11 @@ <h2>Instance Methods</h2>
</p>
<p class="firstline">Returns the googleAdsLinks Resource.</p>

<p class="toc_element">
<code><a href="analyticsadmin_v1alpha.properties.searchAds360Links.html">searchAds360Links()</a></code>
</p>
<p class="firstline">Returns the searchAds360Links Resource.</p>

<p class="toc_element">
<code><a href="analyticsadmin_v1alpha.properties.userLinks.html">userLinks()</a></code>
</p>
Expand Down

0 comments on commit efb691e

Please sign in to comment.