Skip to content

Commit 53884e5

Browse files
feat(searchads360): update the api
#### searchads360:v0 The following keys were added: - resources.customers.methods.listAccessibleCustomers (Total Keys: 7) - schemas.GoogleAdsSearchads360V0Common__MobileAppAsset (Total Keys: 4) - schemas.GoogleAdsSearchads360V0Common__Segments.properties.adNetworkType.type (Total Keys: 1) - schemas.GoogleAdsSearchads360V0Errors__ErrorCode.properties.customColumnError.type (Total Keys: 1) - schemas.GoogleAdsSearchads360V0Resources__Asset (Total Keys: 23) - schemas.GoogleAdsSearchads360V0Services__ListAccessibleCustomersResponse (Total Keys: 4) - schemas.GoogleAdsSearchads360V0Services__SearchAds360Row.properties.asset (Total Keys: 2)
1 parent f5e91e7 commit 53884e5

File tree

3 files changed

+354
-3
lines changed

3 files changed

+354
-3
lines changed

docs/dyn/searchads360_v0.customers.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,33 @@ <h2>Instance Methods</h2>
8787
<p class="toc_element">
8888
<code><a href="#close">close()</a></code></p>
8989
<p class="firstline">Close httplib2 connections.</p>
90+
<p class="toc_element">
91+
<code><a href="#listAccessibleCustomers">listAccessibleCustomers(x__xgafv=None)</a></code></p>
92+
<p class="firstline">Returns resource names of customers directly accessible by the user authenticating the call. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()</p>
9093
<h3>Method Details</h3>
9194
<div class="method">
9295
<code class="details" id="close">close()</code>
9396
<pre>Close httplib2 connections.</pre>
9497
</div>
9598

99+
<div class="method">
100+
<code class="details" id="listAccessibleCustomers">listAccessibleCustomers(x__xgafv=None)</code>
101+
<pre>Returns resource names of customers directly accessible by the user authenticating the call. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
102+
103+
Args:
104+
x__xgafv: string, V1 error format.
105+
Allowed values
106+
1 - v1 error format
107+
2 - v2 error format
108+
109+
Returns:
110+
An object of the form:
111+
112+
{ # Response message for CustomerService.ListAccessibleCustomers.
113+
&quot;resourceNames&quot;: [ # Resource name of customers directly accessible by the user authenticating the call.
114+
&quot;A String&quot;,
115+
],
116+
}</pre>
117+
</div>
118+
96119
</body></html>

docs/dyn/searchads360_v0.customers.searchAds360.html

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,27 @@ <h3>Method Details</h3>
289289
&quot;ageRangeView&quot;: { # An age range view. # The age range view referenced in the query.
290290
&quot;resourceName&quot;: &quot;A String&quot;, # Output only. The resource name of the age range view. Age range view resource names have the form: `customers/{customer_id}/ageRangeViews/{ad_group_id}~{criterion_id}`
291291
},
292+
&quot;asset&quot;: { # Asset is a part of an ad which can be shared across multiple ads. It can be an image (ImageAsset), a video (YoutubeVideoAsset), etc. Assets are immutable and cannot be removed. To stop an asset from serving, remove the asset from the entity that is using it. # The asset referenced in the query.
293+
&quot;creationTime&quot;: &quot;A String&quot;, # Output only. The timestamp when this asset was created. The timestamp is in the customer&#x27;s time zone and in &quot;yyyy-MM-dd HH:mm:ss&quot; format.
294+
&quot;engineStatus&quot;: &quot;A String&quot;, # Output only. The Engine Status for an asset.
295+
&quot;finalUrls&quot;: [ # A list of possible final URLs after all cross domain redirects.
296+
&quot;A String&quot;,
297+
],
298+
&quot;id&quot;: &quot;A String&quot;, # Output only. The ID of the asset.
299+
&quot;lastModifiedTime&quot;: &quot;A String&quot;, # Output only. The datetime when this asset was last modified. The datetime is in the customer&#x27;s time zone and in &quot;yyyy-MM-dd HH:mm:ss.ssssss&quot; format.
300+
&quot;mobileAppAsset&quot;: { # An asset representing a mobile app. # A mobile app asset.
301+
&quot;appId&quot;: &quot;A String&quot;, # Required. A string that uniquely identifies a mobile application. It should just contain the platform native id, like &quot;com.android.ebay&quot; for Android or &quot;12345689&quot; for iOS.
302+
&quot;appStore&quot;: &quot;A String&quot;, # Required. The application store that distributes this specific app.
303+
},
304+
&quot;resourceName&quot;: &quot;A String&quot;, # Immutable. The resource name of the asset. Asset resource names have the form: `customers/{customer_id}/assets/{asset_id}`
305+
&quot;status&quot;: &quot;A String&quot;, # Output only. The status of the asset.
306+
&quot;trackingUrlTemplate&quot;: &quot;A String&quot;, # URL template for constructing a tracking URL.
307+
&quot;type&quot;: &quot;A String&quot;, # Output only. Type of the asset.
308+
},
309+
&quot;assetSet&quot;: { # An asset set representing a collection of assets. Use AssetSetAsset to link an asset to the asset set. # The asset set referenced in the query.
310+
&quot;id&quot;: &quot;A String&quot;, # Output only. The ID of the asset set.
311+
&quot;resourceName&quot;: &quot;A String&quot;, # Immutable. The resource name of the asset set. Asset set resource names have the form: `customers/{customer_id}/assetSets/{asset_set_id}`
312+
},
292313
&quot;biddingStrategy&quot;: { # A bidding strategy. # The bidding strategy referenced in the query.
293314
&quot;campaignCount&quot;: &quot;A String&quot;, # Output only. The number of campaigns attached to this bidding strategy. This field is read-only.
294315
&quot;currencyCode&quot;: &quot;A String&quot;, # Immutable. The currency used by the bidding strategy (ISO 4217 three-letter code). For bidding strategies in manager customers, this currency can be set on creation and defaults to the manager customer&#x27;s currency. For serving customers, this field cannot be set; all strategies in a serving customer implicitly use the serving customer&#x27;s currency. In all cases the effective_currency_code field returns the currency used by the strategy.
@@ -710,6 +731,7 @@ <h3>Method Details</h3>
710731
&quot;resourceName&quot;: &quot;A String&quot;, # Output only. The resource name of the product group view. Product group view resource names have the form: `customers/{customer_id}/productGroupViews/{ad_group_id}~{criterion_id}`
711732
},
712733
&quot;segments&quot;: { # Segment only fields. # The segments.
734+
&quot;adNetworkType&quot;: &quot;A String&quot;, # Ad network type.
713735
&quot;conversionAction&quot;: &quot;A String&quot;, # Resource name of the conversion action.
714736
&quot;conversionActionCategory&quot;: &quot;A String&quot;, # Conversion action category.
715737
&quot;conversionActionName&quot;: &quot;A String&quot;, # Conversion action name.
@@ -902,6 +924,27 @@ <h3>Method Details</h3>
902924
&quot;ageRangeView&quot;: { # An age range view. # The age range view referenced in the query.
903925
&quot;resourceName&quot;: &quot;A String&quot;, # Output only. The resource name of the age range view. Age range view resource names have the form: `customers/{customer_id}/ageRangeViews/{ad_group_id}~{criterion_id}`
904926
},
927+
&quot;asset&quot;: { # Asset is a part of an ad which can be shared across multiple ads. It can be an image (ImageAsset), a video (YoutubeVideoAsset), etc. Assets are immutable and cannot be removed. To stop an asset from serving, remove the asset from the entity that is using it. # The asset referenced in the query.
928+
&quot;creationTime&quot;: &quot;A String&quot;, # Output only. The timestamp when this asset was created. The timestamp is in the customer&#x27;s time zone and in &quot;yyyy-MM-dd HH:mm:ss&quot; format.
929+
&quot;engineStatus&quot;: &quot;A String&quot;, # Output only. The Engine Status for an asset.
930+
&quot;finalUrls&quot;: [ # A list of possible final URLs after all cross domain redirects.
931+
&quot;A String&quot;,
932+
],
933+
&quot;id&quot;: &quot;A String&quot;, # Output only. The ID of the asset.
934+
&quot;lastModifiedTime&quot;: &quot;A String&quot;, # Output only. The datetime when this asset was last modified. The datetime is in the customer&#x27;s time zone and in &quot;yyyy-MM-dd HH:mm:ss.ssssss&quot; format.
935+
&quot;mobileAppAsset&quot;: { # An asset representing a mobile app. # A mobile app asset.
936+
&quot;appId&quot;: &quot;A String&quot;, # Required. A string that uniquely identifies a mobile application. It should just contain the platform native id, like &quot;com.android.ebay&quot; for Android or &quot;12345689&quot; for iOS.
937+
&quot;appStore&quot;: &quot;A String&quot;, # Required. The application store that distributes this specific app.
938+
},
939+
&quot;resourceName&quot;: &quot;A String&quot;, # Immutable. The resource name of the asset. Asset resource names have the form: `customers/{customer_id}/assets/{asset_id}`
940+
&quot;status&quot;: &quot;A String&quot;, # Output only. The status of the asset.
941+
&quot;trackingUrlTemplate&quot;: &quot;A String&quot;, # URL template for constructing a tracking URL.
942+
&quot;type&quot;: &quot;A String&quot;, # Output only. Type of the asset.
943+
},
944+
&quot;assetSet&quot;: { # An asset set representing a collection of assets. Use AssetSetAsset to link an asset to the asset set. # The asset set referenced in the query.
945+
&quot;id&quot;: &quot;A String&quot;, # Output only. The ID of the asset set.
946+
&quot;resourceName&quot;: &quot;A String&quot;, # Immutable. The resource name of the asset set. Asset set resource names have the form: `customers/{customer_id}/assetSets/{asset_set_id}`
947+
},
905948
&quot;biddingStrategy&quot;: { # A bidding strategy. # The bidding strategy referenced in the query.
906949
&quot;campaignCount&quot;: &quot;A String&quot;, # Output only. The number of campaigns attached to this bidding strategy. This field is read-only.
907950
&quot;currencyCode&quot;: &quot;A String&quot;, # Immutable. The currency used by the bidding strategy (ISO 4217 three-letter code). For bidding strategies in manager customers, this currency can be set on creation and defaults to the manager customer&#x27;s currency. For serving customers, this field cannot be set; all strategies in a serving customer implicitly use the serving customer&#x27;s currency. In all cases the effective_currency_code field returns the currency used by the strategy.
@@ -1323,6 +1366,7 @@ <h3>Method Details</h3>
13231366
&quot;resourceName&quot;: &quot;A String&quot;, # Output only. The resource name of the product group view. Product group view resource names have the form: `customers/{customer_id}/productGroupViews/{ad_group_id}~{criterion_id}`
13241367
},
13251368
&quot;segments&quot;: { # Segment only fields. # The segments.
1369+
&quot;adNetworkType&quot;: &quot;A String&quot;, # Ad network type.
13261370
&quot;conversionAction&quot;: &quot;A String&quot;, # Resource name of the conversion action.
13271371
&quot;conversionActionCategory&quot;: &quot;A String&quot;, # Conversion action category.
13281372
&quot;conversionActionName&quot;: &quot;A String&quot;, # Conversion action name.

0 commit comments

Comments
 (0)