chore: update docs/dyn , add static discovery files to discovery_cache/documents (#1111)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/78f53313-0c78-4a29-8841-f031665a4c6a/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/doubleclicksearch_v2.conversion.html b/docs/dyn/doubleclicksearch_v2.conversion.html
index 53ef3bb..599990b 100644
--- a/docs/dyn/doubleclicksearch_v2.conversion.html
+++ b/docs/dyn/doubleclicksearch_v2.conversion.html
@@ -78,7 +78,7 @@
   <code><a href="#close">close()</a></code></p>
 <p class="firstline">Close httplib2 connections.</p>
 <p class="toc_element">
-  <code><a href="#get">get(agencyId, advertiserId, engineAccountId, endDate, rowCount, startDate, startRow, criterionId=None, campaignId=None, adGroupId=None, adId=None, x__xgafv=None)</a></code></p>
+  <code><a href="#get">get(agencyId, advertiserId, engineAccountId, endDate, rowCount, startDate, startRow, criterionId=None, adId=None, campaignId=None, adGroupId=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Retrieves a list of conversions from a DoubleClick Search engine account.</p>
 <p class="toc_element">
   <code><a href="#insert">insert(body=None, x__xgafv=None)</a></code></p>
@@ -96,7 +96,7 @@
 </div>
 
 <div class="method">
-    <code class="details" id="get">get(agencyId, advertiserId, engineAccountId, endDate, rowCount, startDate, startRow, criterionId=None, campaignId=None, adGroupId=None, adId=None, x__xgafv=None)</code>
+    <code class="details" id="get">get(agencyId, advertiserId, engineAccountId, endDate, rowCount, startDate, startRow, criterionId=None, adId=None, campaignId=None, adGroupId=None, x__xgafv=None)</code>
   <pre>Retrieves a list of conversions from a DoubleClick Search engine account.
 
 Args:
@@ -108,9 +108,9 @@
   startDate: integer, First date (inclusive) on which to retrieve conversions. Format is yyyymmdd. (required)
   startRow: integer, The 0-based starting index for retrieving conversions results. (required)
   criterionId: string, Numeric ID of the criterion.
+  adId: string, Numeric ID of the ad.
   campaignId: string, Numeric ID of the campaign.
   adGroupId: string, Numeric ID of the ad group.
-  adId: string, Numeric ID of the ad.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -120,54 +120,54 @@
   An object of the form:
 
     { # A list of conversions.
+    &quot;kind&quot;: &quot;A String&quot;, # Identifies this as a ConversionList resource. Value: the fixed string doubleclicksearch#conversionList.
     &quot;conversion&quot;: [ # The conversions being requested.
       { # A conversion containing data relevant to DoubleClick Search.
-        &quot;segmentationType&quot;: &quot;A String&quot;, # The segmentation type of this conversion (for example, `FLOODLIGHT`).
-        &quot;criterionId&quot;: &quot;A String&quot;, # DS criterion (keyword) ID.
-        &quot;productCountry&quot;: &quot;A String&quot;, # The country registered for the Merchant Center feed that contains the product. Use an ISO 3166 code to specify a country.
-        &quot;conversionId&quot;: &quot;A String&quot;, # For offline conversions, advertisers provide this ID. Advertisers can specify any ID that is meaningful to them. Each conversion in a request must specify a unique ID, and the combination of ID and timestamp must be unique amongst all conversions within the advertiser. For online conversions, DS copies the `dsConversionId` or `floodlightOrderId` into this property depending on the advertiser&#x27;s Floodlight instructions.
-        &quot;floodlightOrderId&quot;: &quot;A String&quot;, # The Floodlight order ID provided by the advertiser for the conversion.
-        &quot;conversionModifiedTimestamp&quot;: &quot;A String&quot;, # The time at which the conversion was last modified, in epoch millis UTC.
-        &quot;storeId&quot;: &quot;A String&quot;, # The ID of the local store for which the product was advertised. Applicable only when the channel is &quot;`local`&quot;.
-        &quot;quantityMillis&quot;: &quot;A String&quot;, # The quantity of this conversion, in millis.
         &quot;clickId&quot;: &quot;A String&quot;, # DS click ID for the conversion.
-        &quot;revenueMicros&quot;: &quot;A String&quot;, # The revenue amount of this `TRANSACTION` conversion, in micros (value multiplied by 1000000, no decimal). For example, to specify a revenue value of &quot;10&quot; enter &quot;10000000&quot; (10 million) in your request.
-        &quot;currencyCode&quot;: &quot;A String&quot;, # The currency code for the conversion&#x27;s revenue. Should be in ISO 4217 alphabetic (3-char) format.
-        &quot;productGroupId&quot;: &quot;A String&quot;, # DS product group ID.
+        &quot;conversionId&quot;: &quot;A String&quot;, # For offline conversions, advertisers provide this ID. Advertisers can specify any ID that is meaningful to them. Each conversion in a request must specify a unique ID, and the combination of ID and timestamp must be unique amongst all conversions within the advertiser. For online conversions, DS copies the `dsConversionId` or `floodlightOrderId` into this property depending on the advertiser&#x27;s Floodlight instructions.
+        &quot;productLanguage&quot;: &quot;A String&quot;, # The language registered for the Merchant Center feed that contains the product. Use an ISO 639 code to specify a language.
+        &quot;floodlightOrderId&quot;: &quot;A String&quot;, # The Floodlight order ID provided by the advertiser for the conversion.
+        &quot;segmentationType&quot;: &quot;A String&quot;, # The segmentation type of this conversion (for example, `FLOODLIGHT`).
+        &quot;segmentationId&quot;: &quot;A String&quot;, # The numeric segmentation identifier (for example, DoubleClick Search Floodlight activity ID).
+        &quot;campaignId&quot;: &quot;A String&quot;, # DS campaign ID.
         &quot;customMetric&quot;: [ # Custom metrics for the conversion.
           { # A message containing the custom metric.
-            &quot;value&quot;: 3.14, # Custom metric numeric value.
             &quot;name&quot;: &quot;A String&quot;, # Custom metric name.
+            &quot;value&quot;: 3.14, # Custom metric numeric value.
           },
         ],
-        &quot;attributionModel&quot;: &quot;A String&quot;, # Available to advertisers only after contacting DoubleClick Search customer support.
-        &quot;conversionTimestamp&quot;: &quot;A String&quot;, # The time at which the conversion took place, in epoch millis UTC.
+        &quot;conversionModifiedTimestamp&quot;: &quot;A String&quot;, # The time at which the conversion was last modified, in epoch millis UTC.
+        &quot;agencyId&quot;: &quot;A String&quot;, # DS agency ID.
+        &quot;advertiserId&quot;: &quot;A String&quot;, # DS advertiser ID.
+        &quot;productCountry&quot;: &quot;A String&quot;, # The country registered for the Merchant Center feed that contains the product. Use an ISO 3166 code to specify a country.
+        &quot;storeId&quot;: &quot;A String&quot;, # The ID of the local store for which the product was advertised. Applicable only when the channel is &quot;`local`&quot;.
         &quot;customDimension&quot;: [ # Custom dimensions for the conversion, which can be used to filter data in a report.
           { # A message containing the custom dimension.
             &quot;name&quot;: &quot;A String&quot;, # Custom dimension name.
             &quot;value&quot;: &quot;A String&quot;, # Custom dimension value.
           },
         ],
-        &quot;segmentationName&quot;: &quot;A String&quot;, # The friendly segmentation identifier (for example, DoubleClick Search Floodlight activity name).
-        &quot;productLanguage&quot;: &quot;A String&quot;, # The language registered for the Merchant Center feed that contains the product. Use an ISO 639 code to specify a language.
+        &quot;productGroupId&quot;: &quot;A String&quot;, # DS product group ID.
+        &quot;conversionTimestamp&quot;: &quot;A String&quot;, # The time at which the conversion took place, in epoch millis UTC.
+        &quot;quantityMillis&quot;: &quot;A String&quot;, # The quantity of this conversion, in millis.
         &quot;state&quot;: &quot;A String&quot;, # The state of the conversion, that is, either `ACTIVE` or `REMOVED`. Note: state DELETED is deprecated.
-        &quot;channel&quot;: &quot;A String&quot;, # Sales channel for the product. Acceptable values are: - &quot;`local`&quot;: a physical store - &quot;`online`&quot;: an online store
-        &quot;adId&quot;: &quot;A String&quot;, # DS ad ID.
-        &quot;campaignId&quot;: &quot;A String&quot;, # DS campaign ID.
-        &quot;engineAccountId&quot;: &quot;A String&quot;, # DS engine account ID.
-        &quot;productId&quot;: &quot;A String&quot;, # The product ID (SKU).
         &quot;countMillis&quot;: &quot;A String&quot;, # Available to advertisers only after contacting DoubleClick Search customer support.
-        &quot;inventoryAccountId&quot;: &quot;A String&quot;, # ID that DS generates and uses to uniquely identify the inventory account that contains the product.
-        &quot;segmentationId&quot;: &quot;A String&quot;, # The numeric segmentation identifier (for example, DoubleClick Search Floodlight activity ID).
-        &quot;dsConversionId&quot;: &quot;A String&quot;, # ID that DoubleClick Search generates for each conversion.
-        &quot;adGroupId&quot;: &quot;A String&quot;, # DS ad group ID.
-        &quot;advertiserId&quot;: &quot;A String&quot;, # DS advertiser ID.
-        &quot;deviceType&quot;: &quot;A String&quot;, # The type of device on which the conversion occurred.
-        &quot;agencyId&quot;: &quot;A String&quot;, # DS agency ID.
+        &quot;criterionId&quot;: &quot;A String&quot;, # DS criterion (keyword) ID.
         &quot;type&quot;: &quot;A String&quot;, # The type of the conversion, that is, either `ACTION` or `TRANSACTION`. An `ACTION` conversion is an action by the user that has no monetarily quantifiable value, while a `TRANSACTION` conversion is an action that does have a monetarily quantifiable value. Examples are email list signups (`ACTION`) versus ecommerce purchases (`TRANSACTION`).
+        &quot;engineAccountId&quot;: &quot;A String&quot;, # DS engine account ID.
+        &quot;deviceType&quot;: &quot;A String&quot;, # The type of device on which the conversion occurred.
+        &quot;adGroupId&quot;: &quot;A String&quot;, # DS ad group ID.
+        &quot;adId&quot;: &quot;A String&quot;, # DS ad ID.
+        &quot;channel&quot;: &quot;A String&quot;, # Sales channel for the product. Acceptable values are: - &quot;`local`&quot;: a physical store - &quot;`online`&quot;: an online store
+        &quot;attributionModel&quot;: &quot;A String&quot;, # Available to advertisers only after contacting DoubleClick Search customer support.
+        &quot;inventoryAccountId&quot;: &quot;A String&quot;, # ID that DS generates and uses to uniquely identify the inventory account that contains the product.
+        &quot;segmentationName&quot;: &quot;A String&quot;, # The friendly segmentation identifier (for example, DoubleClick Search Floodlight activity name).
+        &quot;revenueMicros&quot;: &quot;A String&quot;, # The revenue amount of this `TRANSACTION` conversion, in micros (value multiplied by 1000000, no decimal). For example, to specify a revenue value of &quot;10&quot; enter &quot;10000000&quot; (10 million) in your request.
+        &quot;productId&quot;: &quot;A String&quot;, # The product ID (SKU).
+        &quot;dsConversionId&quot;: &quot;A String&quot;, # ID that DoubleClick Search generates for each conversion.
+        &quot;currencyCode&quot;: &quot;A String&quot;, # The currency code for the conversion&#x27;s revenue. Should be in ISO 4217 alphabetic (3-char) format.
       },
     ],
-    &quot;kind&quot;: &quot;A String&quot;, # Identifies this as a ConversionList resource. Value: the fixed string doubleclicksearch#conversionList.
   }</pre>
 </div>
 
@@ -180,54 +180,54 @@
     The object takes the form of:
 
 { # A list of conversions.
+  &quot;kind&quot;: &quot;A String&quot;, # Identifies this as a ConversionList resource. Value: the fixed string doubleclicksearch#conversionList.
   &quot;conversion&quot;: [ # The conversions being requested.
     { # A conversion containing data relevant to DoubleClick Search.
-      &quot;segmentationType&quot;: &quot;A String&quot;, # The segmentation type of this conversion (for example, `FLOODLIGHT`).
-      &quot;criterionId&quot;: &quot;A String&quot;, # DS criterion (keyword) ID.
-      &quot;productCountry&quot;: &quot;A String&quot;, # The country registered for the Merchant Center feed that contains the product. Use an ISO 3166 code to specify a country.
-      &quot;conversionId&quot;: &quot;A String&quot;, # For offline conversions, advertisers provide this ID. Advertisers can specify any ID that is meaningful to them. Each conversion in a request must specify a unique ID, and the combination of ID and timestamp must be unique amongst all conversions within the advertiser. For online conversions, DS copies the `dsConversionId` or `floodlightOrderId` into this property depending on the advertiser&#x27;s Floodlight instructions.
-      &quot;floodlightOrderId&quot;: &quot;A String&quot;, # The Floodlight order ID provided by the advertiser for the conversion.
-      &quot;conversionModifiedTimestamp&quot;: &quot;A String&quot;, # The time at which the conversion was last modified, in epoch millis UTC.
-      &quot;storeId&quot;: &quot;A String&quot;, # The ID of the local store for which the product was advertised. Applicable only when the channel is &quot;`local`&quot;.
-      &quot;quantityMillis&quot;: &quot;A String&quot;, # The quantity of this conversion, in millis.
       &quot;clickId&quot;: &quot;A String&quot;, # DS click ID for the conversion.
-      &quot;revenueMicros&quot;: &quot;A String&quot;, # The revenue amount of this `TRANSACTION` conversion, in micros (value multiplied by 1000000, no decimal). For example, to specify a revenue value of &quot;10&quot; enter &quot;10000000&quot; (10 million) in your request.
-      &quot;currencyCode&quot;: &quot;A String&quot;, # The currency code for the conversion&#x27;s revenue. Should be in ISO 4217 alphabetic (3-char) format.
-      &quot;productGroupId&quot;: &quot;A String&quot;, # DS product group ID.
+      &quot;conversionId&quot;: &quot;A String&quot;, # For offline conversions, advertisers provide this ID. Advertisers can specify any ID that is meaningful to them. Each conversion in a request must specify a unique ID, and the combination of ID and timestamp must be unique amongst all conversions within the advertiser. For online conversions, DS copies the `dsConversionId` or `floodlightOrderId` into this property depending on the advertiser&#x27;s Floodlight instructions.
+      &quot;productLanguage&quot;: &quot;A String&quot;, # The language registered for the Merchant Center feed that contains the product. Use an ISO 639 code to specify a language.
+      &quot;floodlightOrderId&quot;: &quot;A String&quot;, # The Floodlight order ID provided by the advertiser for the conversion.
+      &quot;segmentationType&quot;: &quot;A String&quot;, # The segmentation type of this conversion (for example, `FLOODLIGHT`).
+      &quot;segmentationId&quot;: &quot;A String&quot;, # The numeric segmentation identifier (for example, DoubleClick Search Floodlight activity ID).
+      &quot;campaignId&quot;: &quot;A String&quot;, # DS campaign ID.
       &quot;customMetric&quot;: [ # Custom metrics for the conversion.
         { # A message containing the custom metric.
-          &quot;value&quot;: 3.14, # Custom metric numeric value.
           &quot;name&quot;: &quot;A String&quot;, # Custom metric name.
+          &quot;value&quot;: 3.14, # Custom metric numeric value.
         },
       ],
-      &quot;attributionModel&quot;: &quot;A String&quot;, # Available to advertisers only after contacting DoubleClick Search customer support.
-      &quot;conversionTimestamp&quot;: &quot;A String&quot;, # The time at which the conversion took place, in epoch millis UTC.
+      &quot;conversionModifiedTimestamp&quot;: &quot;A String&quot;, # The time at which the conversion was last modified, in epoch millis UTC.
+      &quot;agencyId&quot;: &quot;A String&quot;, # DS agency ID.
+      &quot;advertiserId&quot;: &quot;A String&quot;, # DS advertiser ID.
+      &quot;productCountry&quot;: &quot;A String&quot;, # The country registered for the Merchant Center feed that contains the product. Use an ISO 3166 code to specify a country.
+      &quot;storeId&quot;: &quot;A String&quot;, # The ID of the local store for which the product was advertised. Applicable only when the channel is &quot;`local`&quot;.
       &quot;customDimension&quot;: [ # Custom dimensions for the conversion, which can be used to filter data in a report.
         { # A message containing the custom dimension.
           &quot;name&quot;: &quot;A String&quot;, # Custom dimension name.
           &quot;value&quot;: &quot;A String&quot;, # Custom dimension value.
         },
       ],
-      &quot;segmentationName&quot;: &quot;A String&quot;, # The friendly segmentation identifier (for example, DoubleClick Search Floodlight activity name).
-      &quot;productLanguage&quot;: &quot;A String&quot;, # The language registered for the Merchant Center feed that contains the product. Use an ISO 639 code to specify a language.
+      &quot;productGroupId&quot;: &quot;A String&quot;, # DS product group ID.
+      &quot;conversionTimestamp&quot;: &quot;A String&quot;, # The time at which the conversion took place, in epoch millis UTC.
+      &quot;quantityMillis&quot;: &quot;A String&quot;, # The quantity of this conversion, in millis.
       &quot;state&quot;: &quot;A String&quot;, # The state of the conversion, that is, either `ACTIVE` or `REMOVED`. Note: state DELETED is deprecated.
-      &quot;channel&quot;: &quot;A String&quot;, # Sales channel for the product. Acceptable values are: - &quot;`local`&quot;: a physical store - &quot;`online`&quot;: an online store
-      &quot;adId&quot;: &quot;A String&quot;, # DS ad ID.
-      &quot;campaignId&quot;: &quot;A String&quot;, # DS campaign ID.
-      &quot;engineAccountId&quot;: &quot;A String&quot;, # DS engine account ID.
-      &quot;productId&quot;: &quot;A String&quot;, # The product ID (SKU).
       &quot;countMillis&quot;: &quot;A String&quot;, # Available to advertisers only after contacting DoubleClick Search customer support.
-      &quot;inventoryAccountId&quot;: &quot;A String&quot;, # ID that DS generates and uses to uniquely identify the inventory account that contains the product.
-      &quot;segmentationId&quot;: &quot;A String&quot;, # The numeric segmentation identifier (for example, DoubleClick Search Floodlight activity ID).
-      &quot;dsConversionId&quot;: &quot;A String&quot;, # ID that DoubleClick Search generates for each conversion.
-      &quot;adGroupId&quot;: &quot;A String&quot;, # DS ad group ID.
-      &quot;advertiserId&quot;: &quot;A String&quot;, # DS advertiser ID.
-      &quot;deviceType&quot;: &quot;A String&quot;, # The type of device on which the conversion occurred.
-      &quot;agencyId&quot;: &quot;A String&quot;, # DS agency ID.
+      &quot;criterionId&quot;: &quot;A String&quot;, # DS criterion (keyword) ID.
       &quot;type&quot;: &quot;A String&quot;, # The type of the conversion, that is, either `ACTION` or `TRANSACTION`. An `ACTION` conversion is an action by the user that has no monetarily quantifiable value, while a `TRANSACTION` conversion is an action that does have a monetarily quantifiable value. Examples are email list signups (`ACTION`) versus ecommerce purchases (`TRANSACTION`).
+      &quot;engineAccountId&quot;: &quot;A String&quot;, # DS engine account ID.
+      &quot;deviceType&quot;: &quot;A String&quot;, # The type of device on which the conversion occurred.
+      &quot;adGroupId&quot;: &quot;A String&quot;, # DS ad group ID.
+      &quot;adId&quot;: &quot;A String&quot;, # DS ad ID.
+      &quot;channel&quot;: &quot;A String&quot;, # Sales channel for the product. Acceptable values are: - &quot;`local`&quot;: a physical store - &quot;`online`&quot;: an online store
+      &quot;attributionModel&quot;: &quot;A String&quot;, # Available to advertisers only after contacting DoubleClick Search customer support.
+      &quot;inventoryAccountId&quot;: &quot;A String&quot;, # ID that DS generates and uses to uniquely identify the inventory account that contains the product.
+      &quot;segmentationName&quot;: &quot;A String&quot;, # The friendly segmentation identifier (for example, DoubleClick Search Floodlight activity name).
+      &quot;revenueMicros&quot;: &quot;A String&quot;, # The revenue amount of this `TRANSACTION` conversion, in micros (value multiplied by 1000000, no decimal). For example, to specify a revenue value of &quot;10&quot; enter &quot;10000000&quot; (10 million) in your request.
+      &quot;productId&quot;: &quot;A String&quot;, # The product ID (SKU).
+      &quot;dsConversionId&quot;: &quot;A String&quot;, # ID that DoubleClick Search generates for each conversion.
+      &quot;currencyCode&quot;: &quot;A String&quot;, # The currency code for the conversion&#x27;s revenue. Should be in ISO 4217 alphabetic (3-char) format.
     },
   ],
-  &quot;kind&quot;: &quot;A String&quot;, # Identifies this as a ConversionList resource. Value: the fixed string doubleclicksearch#conversionList.
 }
 
   x__xgafv: string, V1 error format.
@@ -239,54 +239,54 @@
   An object of the form:
 
     { # A list of conversions.
+    &quot;kind&quot;: &quot;A String&quot;, # Identifies this as a ConversionList resource. Value: the fixed string doubleclicksearch#conversionList.
     &quot;conversion&quot;: [ # The conversions being requested.
       { # A conversion containing data relevant to DoubleClick Search.
-        &quot;segmentationType&quot;: &quot;A String&quot;, # The segmentation type of this conversion (for example, `FLOODLIGHT`).
-        &quot;criterionId&quot;: &quot;A String&quot;, # DS criterion (keyword) ID.
-        &quot;productCountry&quot;: &quot;A String&quot;, # The country registered for the Merchant Center feed that contains the product. Use an ISO 3166 code to specify a country.
-        &quot;conversionId&quot;: &quot;A String&quot;, # For offline conversions, advertisers provide this ID. Advertisers can specify any ID that is meaningful to them. Each conversion in a request must specify a unique ID, and the combination of ID and timestamp must be unique amongst all conversions within the advertiser. For online conversions, DS copies the `dsConversionId` or `floodlightOrderId` into this property depending on the advertiser&#x27;s Floodlight instructions.
-        &quot;floodlightOrderId&quot;: &quot;A String&quot;, # The Floodlight order ID provided by the advertiser for the conversion.
-        &quot;conversionModifiedTimestamp&quot;: &quot;A String&quot;, # The time at which the conversion was last modified, in epoch millis UTC.
-        &quot;storeId&quot;: &quot;A String&quot;, # The ID of the local store for which the product was advertised. Applicable only when the channel is &quot;`local`&quot;.
-        &quot;quantityMillis&quot;: &quot;A String&quot;, # The quantity of this conversion, in millis.
         &quot;clickId&quot;: &quot;A String&quot;, # DS click ID for the conversion.
-        &quot;revenueMicros&quot;: &quot;A String&quot;, # The revenue amount of this `TRANSACTION` conversion, in micros (value multiplied by 1000000, no decimal). For example, to specify a revenue value of &quot;10&quot; enter &quot;10000000&quot; (10 million) in your request.
-        &quot;currencyCode&quot;: &quot;A String&quot;, # The currency code for the conversion&#x27;s revenue. Should be in ISO 4217 alphabetic (3-char) format.
-        &quot;productGroupId&quot;: &quot;A String&quot;, # DS product group ID.
+        &quot;conversionId&quot;: &quot;A String&quot;, # For offline conversions, advertisers provide this ID. Advertisers can specify any ID that is meaningful to them. Each conversion in a request must specify a unique ID, and the combination of ID and timestamp must be unique amongst all conversions within the advertiser. For online conversions, DS copies the `dsConversionId` or `floodlightOrderId` into this property depending on the advertiser&#x27;s Floodlight instructions.
+        &quot;productLanguage&quot;: &quot;A String&quot;, # The language registered for the Merchant Center feed that contains the product. Use an ISO 639 code to specify a language.
+        &quot;floodlightOrderId&quot;: &quot;A String&quot;, # The Floodlight order ID provided by the advertiser for the conversion.
+        &quot;segmentationType&quot;: &quot;A String&quot;, # The segmentation type of this conversion (for example, `FLOODLIGHT`).
+        &quot;segmentationId&quot;: &quot;A String&quot;, # The numeric segmentation identifier (for example, DoubleClick Search Floodlight activity ID).
+        &quot;campaignId&quot;: &quot;A String&quot;, # DS campaign ID.
         &quot;customMetric&quot;: [ # Custom metrics for the conversion.
           { # A message containing the custom metric.
-            &quot;value&quot;: 3.14, # Custom metric numeric value.
             &quot;name&quot;: &quot;A String&quot;, # Custom metric name.
+            &quot;value&quot;: 3.14, # Custom metric numeric value.
           },
         ],
-        &quot;attributionModel&quot;: &quot;A String&quot;, # Available to advertisers only after contacting DoubleClick Search customer support.
-        &quot;conversionTimestamp&quot;: &quot;A String&quot;, # The time at which the conversion took place, in epoch millis UTC.
+        &quot;conversionModifiedTimestamp&quot;: &quot;A String&quot;, # The time at which the conversion was last modified, in epoch millis UTC.
+        &quot;agencyId&quot;: &quot;A String&quot;, # DS agency ID.
+        &quot;advertiserId&quot;: &quot;A String&quot;, # DS advertiser ID.
+        &quot;productCountry&quot;: &quot;A String&quot;, # The country registered for the Merchant Center feed that contains the product. Use an ISO 3166 code to specify a country.
+        &quot;storeId&quot;: &quot;A String&quot;, # The ID of the local store for which the product was advertised. Applicable only when the channel is &quot;`local`&quot;.
         &quot;customDimension&quot;: [ # Custom dimensions for the conversion, which can be used to filter data in a report.
           { # A message containing the custom dimension.
             &quot;name&quot;: &quot;A String&quot;, # Custom dimension name.
             &quot;value&quot;: &quot;A String&quot;, # Custom dimension value.
           },
         ],
-        &quot;segmentationName&quot;: &quot;A String&quot;, # The friendly segmentation identifier (for example, DoubleClick Search Floodlight activity name).
-        &quot;productLanguage&quot;: &quot;A String&quot;, # The language registered for the Merchant Center feed that contains the product. Use an ISO 639 code to specify a language.
+        &quot;productGroupId&quot;: &quot;A String&quot;, # DS product group ID.
+        &quot;conversionTimestamp&quot;: &quot;A String&quot;, # The time at which the conversion took place, in epoch millis UTC.
+        &quot;quantityMillis&quot;: &quot;A String&quot;, # The quantity of this conversion, in millis.
         &quot;state&quot;: &quot;A String&quot;, # The state of the conversion, that is, either `ACTIVE` or `REMOVED`. Note: state DELETED is deprecated.
-        &quot;channel&quot;: &quot;A String&quot;, # Sales channel for the product. Acceptable values are: - &quot;`local`&quot;: a physical store - &quot;`online`&quot;: an online store
-        &quot;adId&quot;: &quot;A String&quot;, # DS ad ID.
-        &quot;campaignId&quot;: &quot;A String&quot;, # DS campaign ID.
-        &quot;engineAccountId&quot;: &quot;A String&quot;, # DS engine account ID.
-        &quot;productId&quot;: &quot;A String&quot;, # The product ID (SKU).
         &quot;countMillis&quot;: &quot;A String&quot;, # Available to advertisers only after contacting DoubleClick Search customer support.
-        &quot;inventoryAccountId&quot;: &quot;A String&quot;, # ID that DS generates and uses to uniquely identify the inventory account that contains the product.
-        &quot;segmentationId&quot;: &quot;A String&quot;, # The numeric segmentation identifier (for example, DoubleClick Search Floodlight activity ID).
-        &quot;dsConversionId&quot;: &quot;A String&quot;, # ID that DoubleClick Search generates for each conversion.
-        &quot;adGroupId&quot;: &quot;A String&quot;, # DS ad group ID.
-        &quot;advertiserId&quot;: &quot;A String&quot;, # DS advertiser ID.
-        &quot;deviceType&quot;: &quot;A String&quot;, # The type of device on which the conversion occurred.
-        &quot;agencyId&quot;: &quot;A String&quot;, # DS agency ID.
+        &quot;criterionId&quot;: &quot;A String&quot;, # DS criterion (keyword) ID.
         &quot;type&quot;: &quot;A String&quot;, # The type of the conversion, that is, either `ACTION` or `TRANSACTION`. An `ACTION` conversion is an action by the user that has no monetarily quantifiable value, while a `TRANSACTION` conversion is an action that does have a monetarily quantifiable value. Examples are email list signups (`ACTION`) versus ecommerce purchases (`TRANSACTION`).
+        &quot;engineAccountId&quot;: &quot;A String&quot;, # DS engine account ID.
+        &quot;deviceType&quot;: &quot;A String&quot;, # The type of device on which the conversion occurred.
+        &quot;adGroupId&quot;: &quot;A String&quot;, # DS ad group ID.
+        &quot;adId&quot;: &quot;A String&quot;, # DS ad ID.
+        &quot;channel&quot;: &quot;A String&quot;, # Sales channel for the product. Acceptable values are: - &quot;`local`&quot;: a physical store - &quot;`online`&quot;: an online store
+        &quot;attributionModel&quot;: &quot;A String&quot;, # Available to advertisers only after contacting DoubleClick Search customer support.
+        &quot;inventoryAccountId&quot;: &quot;A String&quot;, # ID that DS generates and uses to uniquely identify the inventory account that contains the product.
+        &quot;segmentationName&quot;: &quot;A String&quot;, # The friendly segmentation identifier (for example, DoubleClick Search Floodlight activity name).
+        &quot;revenueMicros&quot;: &quot;A String&quot;, # The revenue amount of this `TRANSACTION` conversion, in micros (value multiplied by 1000000, no decimal). For example, to specify a revenue value of &quot;10&quot; enter &quot;10000000&quot; (10 million) in your request.
+        &quot;productId&quot;: &quot;A String&quot;, # The product ID (SKU).
+        &quot;dsConversionId&quot;: &quot;A String&quot;, # ID that DoubleClick Search generates for each conversion.
+        &quot;currencyCode&quot;: &quot;A String&quot;, # The currency code for the conversion&#x27;s revenue. Should be in ISO 4217 alphabetic (3-char) format.
       },
     ],
-    &quot;kind&quot;: &quot;A String&quot;, # Identifies this as a ConversionList resource. Value: the fixed string doubleclicksearch#conversionList.
   }</pre>
 </div>
 
@@ -299,54 +299,54 @@
     The object takes the form of:
 
 { # A list of conversions.
+  &quot;kind&quot;: &quot;A String&quot;, # Identifies this as a ConversionList resource. Value: the fixed string doubleclicksearch#conversionList.
   &quot;conversion&quot;: [ # The conversions being requested.
     { # A conversion containing data relevant to DoubleClick Search.
-      &quot;segmentationType&quot;: &quot;A String&quot;, # The segmentation type of this conversion (for example, `FLOODLIGHT`).
-      &quot;criterionId&quot;: &quot;A String&quot;, # DS criterion (keyword) ID.
-      &quot;productCountry&quot;: &quot;A String&quot;, # The country registered for the Merchant Center feed that contains the product. Use an ISO 3166 code to specify a country.
-      &quot;conversionId&quot;: &quot;A String&quot;, # For offline conversions, advertisers provide this ID. Advertisers can specify any ID that is meaningful to them. Each conversion in a request must specify a unique ID, and the combination of ID and timestamp must be unique amongst all conversions within the advertiser. For online conversions, DS copies the `dsConversionId` or `floodlightOrderId` into this property depending on the advertiser&#x27;s Floodlight instructions.
-      &quot;floodlightOrderId&quot;: &quot;A String&quot;, # The Floodlight order ID provided by the advertiser for the conversion.
-      &quot;conversionModifiedTimestamp&quot;: &quot;A String&quot;, # The time at which the conversion was last modified, in epoch millis UTC.
-      &quot;storeId&quot;: &quot;A String&quot;, # The ID of the local store for which the product was advertised. Applicable only when the channel is &quot;`local`&quot;.
-      &quot;quantityMillis&quot;: &quot;A String&quot;, # The quantity of this conversion, in millis.
       &quot;clickId&quot;: &quot;A String&quot;, # DS click ID for the conversion.
-      &quot;revenueMicros&quot;: &quot;A String&quot;, # The revenue amount of this `TRANSACTION` conversion, in micros (value multiplied by 1000000, no decimal). For example, to specify a revenue value of &quot;10&quot; enter &quot;10000000&quot; (10 million) in your request.
-      &quot;currencyCode&quot;: &quot;A String&quot;, # The currency code for the conversion&#x27;s revenue. Should be in ISO 4217 alphabetic (3-char) format.
-      &quot;productGroupId&quot;: &quot;A String&quot;, # DS product group ID.
+      &quot;conversionId&quot;: &quot;A String&quot;, # For offline conversions, advertisers provide this ID. Advertisers can specify any ID that is meaningful to them. Each conversion in a request must specify a unique ID, and the combination of ID and timestamp must be unique amongst all conversions within the advertiser. For online conversions, DS copies the `dsConversionId` or `floodlightOrderId` into this property depending on the advertiser&#x27;s Floodlight instructions.
+      &quot;productLanguage&quot;: &quot;A String&quot;, # The language registered for the Merchant Center feed that contains the product. Use an ISO 639 code to specify a language.
+      &quot;floodlightOrderId&quot;: &quot;A String&quot;, # The Floodlight order ID provided by the advertiser for the conversion.
+      &quot;segmentationType&quot;: &quot;A String&quot;, # The segmentation type of this conversion (for example, `FLOODLIGHT`).
+      &quot;segmentationId&quot;: &quot;A String&quot;, # The numeric segmentation identifier (for example, DoubleClick Search Floodlight activity ID).
+      &quot;campaignId&quot;: &quot;A String&quot;, # DS campaign ID.
       &quot;customMetric&quot;: [ # Custom metrics for the conversion.
         { # A message containing the custom metric.
-          &quot;value&quot;: 3.14, # Custom metric numeric value.
           &quot;name&quot;: &quot;A String&quot;, # Custom metric name.
+          &quot;value&quot;: 3.14, # Custom metric numeric value.
         },
       ],
-      &quot;attributionModel&quot;: &quot;A String&quot;, # Available to advertisers only after contacting DoubleClick Search customer support.
-      &quot;conversionTimestamp&quot;: &quot;A String&quot;, # The time at which the conversion took place, in epoch millis UTC.
+      &quot;conversionModifiedTimestamp&quot;: &quot;A String&quot;, # The time at which the conversion was last modified, in epoch millis UTC.
+      &quot;agencyId&quot;: &quot;A String&quot;, # DS agency ID.
+      &quot;advertiserId&quot;: &quot;A String&quot;, # DS advertiser ID.
+      &quot;productCountry&quot;: &quot;A String&quot;, # The country registered for the Merchant Center feed that contains the product. Use an ISO 3166 code to specify a country.
+      &quot;storeId&quot;: &quot;A String&quot;, # The ID of the local store for which the product was advertised. Applicable only when the channel is &quot;`local`&quot;.
       &quot;customDimension&quot;: [ # Custom dimensions for the conversion, which can be used to filter data in a report.
         { # A message containing the custom dimension.
           &quot;name&quot;: &quot;A String&quot;, # Custom dimension name.
           &quot;value&quot;: &quot;A String&quot;, # Custom dimension value.
         },
       ],
-      &quot;segmentationName&quot;: &quot;A String&quot;, # The friendly segmentation identifier (for example, DoubleClick Search Floodlight activity name).
-      &quot;productLanguage&quot;: &quot;A String&quot;, # The language registered for the Merchant Center feed that contains the product. Use an ISO 639 code to specify a language.
+      &quot;productGroupId&quot;: &quot;A String&quot;, # DS product group ID.
+      &quot;conversionTimestamp&quot;: &quot;A String&quot;, # The time at which the conversion took place, in epoch millis UTC.
+      &quot;quantityMillis&quot;: &quot;A String&quot;, # The quantity of this conversion, in millis.
       &quot;state&quot;: &quot;A String&quot;, # The state of the conversion, that is, either `ACTIVE` or `REMOVED`. Note: state DELETED is deprecated.
-      &quot;channel&quot;: &quot;A String&quot;, # Sales channel for the product. Acceptable values are: - &quot;`local`&quot;: a physical store - &quot;`online`&quot;: an online store
-      &quot;adId&quot;: &quot;A String&quot;, # DS ad ID.
-      &quot;campaignId&quot;: &quot;A String&quot;, # DS campaign ID.
-      &quot;engineAccountId&quot;: &quot;A String&quot;, # DS engine account ID.
-      &quot;productId&quot;: &quot;A String&quot;, # The product ID (SKU).
       &quot;countMillis&quot;: &quot;A String&quot;, # Available to advertisers only after contacting DoubleClick Search customer support.
-      &quot;inventoryAccountId&quot;: &quot;A String&quot;, # ID that DS generates and uses to uniquely identify the inventory account that contains the product.
-      &quot;segmentationId&quot;: &quot;A String&quot;, # The numeric segmentation identifier (for example, DoubleClick Search Floodlight activity ID).
-      &quot;dsConversionId&quot;: &quot;A String&quot;, # ID that DoubleClick Search generates for each conversion.
-      &quot;adGroupId&quot;: &quot;A String&quot;, # DS ad group ID.
-      &quot;advertiserId&quot;: &quot;A String&quot;, # DS advertiser ID.
-      &quot;deviceType&quot;: &quot;A String&quot;, # The type of device on which the conversion occurred.
-      &quot;agencyId&quot;: &quot;A String&quot;, # DS agency ID.
+      &quot;criterionId&quot;: &quot;A String&quot;, # DS criterion (keyword) ID.
       &quot;type&quot;: &quot;A String&quot;, # The type of the conversion, that is, either `ACTION` or `TRANSACTION`. An `ACTION` conversion is an action by the user that has no monetarily quantifiable value, while a `TRANSACTION` conversion is an action that does have a monetarily quantifiable value. Examples are email list signups (`ACTION`) versus ecommerce purchases (`TRANSACTION`).
+      &quot;engineAccountId&quot;: &quot;A String&quot;, # DS engine account ID.
+      &quot;deviceType&quot;: &quot;A String&quot;, # The type of device on which the conversion occurred.
+      &quot;adGroupId&quot;: &quot;A String&quot;, # DS ad group ID.
+      &quot;adId&quot;: &quot;A String&quot;, # DS ad ID.
+      &quot;channel&quot;: &quot;A String&quot;, # Sales channel for the product. Acceptable values are: - &quot;`local`&quot;: a physical store - &quot;`online`&quot;: an online store
+      &quot;attributionModel&quot;: &quot;A String&quot;, # Available to advertisers only after contacting DoubleClick Search customer support.
+      &quot;inventoryAccountId&quot;: &quot;A String&quot;, # ID that DS generates and uses to uniquely identify the inventory account that contains the product.
+      &quot;segmentationName&quot;: &quot;A String&quot;, # The friendly segmentation identifier (for example, DoubleClick Search Floodlight activity name).
+      &quot;revenueMicros&quot;: &quot;A String&quot;, # The revenue amount of this `TRANSACTION` conversion, in micros (value multiplied by 1000000, no decimal). For example, to specify a revenue value of &quot;10&quot; enter &quot;10000000&quot; (10 million) in your request.
+      &quot;productId&quot;: &quot;A String&quot;, # The product ID (SKU).
+      &quot;dsConversionId&quot;: &quot;A String&quot;, # ID that DoubleClick Search generates for each conversion.
+      &quot;currencyCode&quot;: &quot;A String&quot;, # The currency code for the conversion&#x27;s revenue. Should be in ISO 4217 alphabetic (3-char) format.
     },
   ],
-  &quot;kind&quot;: &quot;A String&quot;, # Identifies this as a ConversionList resource. Value: the fixed string doubleclicksearch#conversionList.
 }
 
   x__xgafv: string, V1 error format.
@@ -358,54 +358,54 @@
   An object of the form:
 
     { # A list of conversions.
+    &quot;kind&quot;: &quot;A String&quot;, # Identifies this as a ConversionList resource. Value: the fixed string doubleclicksearch#conversionList.
     &quot;conversion&quot;: [ # The conversions being requested.
       { # A conversion containing data relevant to DoubleClick Search.
-        &quot;segmentationType&quot;: &quot;A String&quot;, # The segmentation type of this conversion (for example, `FLOODLIGHT`).
-        &quot;criterionId&quot;: &quot;A String&quot;, # DS criterion (keyword) ID.
-        &quot;productCountry&quot;: &quot;A String&quot;, # The country registered for the Merchant Center feed that contains the product. Use an ISO 3166 code to specify a country.
-        &quot;conversionId&quot;: &quot;A String&quot;, # For offline conversions, advertisers provide this ID. Advertisers can specify any ID that is meaningful to them. Each conversion in a request must specify a unique ID, and the combination of ID and timestamp must be unique amongst all conversions within the advertiser. For online conversions, DS copies the `dsConversionId` or `floodlightOrderId` into this property depending on the advertiser&#x27;s Floodlight instructions.
-        &quot;floodlightOrderId&quot;: &quot;A String&quot;, # The Floodlight order ID provided by the advertiser for the conversion.
-        &quot;conversionModifiedTimestamp&quot;: &quot;A String&quot;, # The time at which the conversion was last modified, in epoch millis UTC.
-        &quot;storeId&quot;: &quot;A String&quot;, # The ID of the local store for which the product was advertised. Applicable only when the channel is &quot;`local`&quot;.
-        &quot;quantityMillis&quot;: &quot;A String&quot;, # The quantity of this conversion, in millis.
         &quot;clickId&quot;: &quot;A String&quot;, # DS click ID for the conversion.
-        &quot;revenueMicros&quot;: &quot;A String&quot;, # The revenue amount of this `TRANSACTION` conversion, in micros (value multiplied by 1000000, no decimal). For example, to specify a revenue value of &quot;10&quot; enter &quot;10000000&quot; (10 million) in your request.
-        &quot;currencyCode&quot;: &quot;A String&quot;, # The currency code for the conversion&#x27;s revenue. Should be in ISO 4217 alphabetic (3-char) format.
-        &quot;productGroupId&quot;: &quot;A String&quot;, # DS product group ID.
+        &quot;conversionId&quot;: &quot;A String&quot;, # For offline conversions, advertisers provide this ID. Advertisers can specify any ID that is meaningful to them. Each conversion in a request must specify a unique ID, and the combination of ID and timestamp must be unique amongst all conversions within the advertiser. For online conversions, DS copies the `dsConversionId` or `floodlightOrderId` into this property depending on the advertiser&#x27;s Floodlight instructions.
+        &quot;productLanguage&quot;: &quot;A String&quot;, # The language registered for the Merchant Center feed that contains the product. Use an ISO 639 code to specify a language.
+        &quot;floodlightOrderId&quot;: &quot;A String&quot;, # The Floodlight order ID provided by the advertiser for the conversion.
+        &quot;segmentationType&quot;: &quot;A String&quot;, # The segmentation type of this conversion (for example, `FLOODLIGHT`).
+        &quot;segmentationId&quot;: &quot;A String&quot;, # The numeric segmentation identifier (for example, DoubleClick Search Floodlight activity ID).
+        &quot;campaignId&quot;: &quot;A String&quot;, # DS campaign ID.
         &quot;customMetric&quot;: [ # Custom metrics for the conversion.
           { # A message containing the custom metric.
-            &quot;value&quot;: 3.14, # Custom metric numeric value.
             &quot;name&quot;: &quot;A String&quot;, # Custom metric name.
+            &quot;value&quot;: 3.14, # Custom metric numeric value.
           },
         ],
-        &quot;attributionModel&quot;: &quot;A String&quot;, # Available to advertisers only after contacting DoubleClick Search customer support.
-        &quot;conversionTimestamp&quot;: &quot;A String&quot;, # The time at which the conversion took place, in epoch millis UTC.
+        &quot;conversionModifiedTimestamp&quot;: &quot;A String&quot;, # The time at which the conversion was last modified, in epoch millis UTC.
+        &quot;agencyId&quot;: &quot;A String&quot;, # DS agency ID.
+        &quot;advertiserId&quot;: &quot;A String&quot;, # DS advertiser ID.
+        &quot;productCountry&quot;: &quot;A String&quot;, # The country registered for the Merchant Center feed that contains the product. Use an ISO 3166 code to specify a country.
+        &quot;storeId&quot;: &quot;A String&quot;, # The ID of the local store for which the product was advertised. Applicable only when the channel is &quot;`local`&quot;.
         &quot;customDimension&quot;: [ # Custom dimensions for the conversion, which can be used to filter data in a report.
           { # A message containing the custom dimension.
             &quot;name&quot;: &quot;A String&quot;, # Custom dimension name.
             &quot;value&quot;: &quot;A String&quot;, # Custom dimension value.
           },
         ],
-        &quot;segmentationName&quot;: &quot;A String&quot;, # The friendly segmentation identifier (for example, DoubleClick Search Floodlight activity name).
-        &quot;productLanguage&quot;: &quot;A String&quot;, # The language registered for the Merchant Center feed that contains the product. Use an ISO 639 code to specify a language.
+        &quot;productGroupId&quot;: &quot;A String&quot;, # DS product group ID.
+        &quot;conversionTimestamp&quot;: &quot;A String&quot;, # The time at which the conversion took place, in epoch millis UTC.
+        &quot;quantityMillis&quot;: &quot;A String&quot;, # The quantity of this conversion, in millis.
         &quot;state&quot;: &quot;A String&quot;, # The state of the conversion, that is, either `ACTIVE` or `REMOVED`. Note: state DELETED is deprecated.
-        &quot;channel&quot;: &quot;A String&quot;, # Sales channel for the product. Acceptable values are: - &quot;`local`&quot;: a physical store - &quot;`online`&quot;: an online store
-        &quot;adId&quot;: &quot;A String&quot;, # DS ad ID.
-        &quot;campaignId&quot;: &quot;A String&quot;, # DS campaign ID.
-        &quot;engineAccountId&quot;: &quot;A String&quot;, # DS engine account ID.
-        &quot;productId&quot;: &quot;A String&quot;, # The product ID (SKU).
         &quot;countMillis&quot;: &quot;A String&quot;, # Available to advertisers only after contacting DoubleClick Search customer support.
-        &quot;inventoryAccountId&quot;: &quot;A String&quot;, # ID that DS generates and uses to uniquely identify the inventory account that contains the product.
-        &quot;segmentationId&quot;: &quot;A String&quot;, # The numeric segmentation identifier (for example, DoubleClick Search Floodlight activity ID).
-        &quot;dsConversionId&quot;: &quot;A String&quot;, # ID that DoubleClick Search generates for each conversion.
-        &quot;adGroupId&quot;: &quot;A String&quot;, # DS ad group ID.
-        &quot;advertiserId&quot;: &quot;A String&quot;, # DS advertiser ID.
-        &quot;deviceType&quot;: &quot;A String&quot;, # The type of device on which the conversion occurred.
-        &quot;agencyId&quot;: &quot;A String&quot;, # DS agency ID.
+        &quot;criterionId&quot;: &quot;A String&quot;, # DS criterion (keyword) ID.
         &quot;type&quot;: &quot;A String&quot;, # The type of the conversion, that is, either `ACTION` or `TRANSACTION`. An `ACTION` conversion is an action by the user that has no monetarily quantifiable value, while a `TRANSACTION` conversion is an action that does have a monetarily quantifiable value. Examples are email list signups (`ACTION`) versus ecommerce purchases (`TRANSACTION`).
+        &quot;engineAccountId&quot;: &quot;A String&quot;, # DS engine account ID.
+        &quot;deviceType&quot;: &quot;A String&quot;, # The type of device on which the conversion occurred.
+        &quot;adGroupId&quot;: &quot;A String&quot;, # DS ad group ID.
+        &quot;adId&quot;: &quot;A String&quot;, # DS ad ID.
+        &quot;channel&quot;: &quot;A String&quot;, # Sales channel for the product. Acceptable values are: - &quot;`local`&quot;: a physical store - &quot;`online`&quot;: an online store
+        &quot;attributionModel&quot;: &quot;A String&quot;, # Available to advertisers only after contacting DoubleClick Search customer support.
+        &quot;inventoryAccountId&quot;: &quot;A String&quot;, # ID that DS generates and uses to uniquely identify the inventory account that contains the product.
+        &quot;segmentationName&quot;: &quot;A String&quot;, # The friendly segmentation identifier (for example, DoubleClick Search Floodlight activity name).
+        &quot;revenueMicros&quot;: &quot;A String&quot;, # The revenue amount of this `TRANSACTION` conversion, in micros (value multiplied by 1000000, no decimal). For example, to specify a revenue value of &quot;10&quot; enter &quot;10000000&quot; (10 million) in your request.
+        &quot;productId&quot;: &quot;A String&quot;, # The product ID (SKU).
+        &quot;dsConversionId&quot;: &quot;A String&quot;, # ID that DoubleClick Search generates for each conversion.
+        &quot;currencyCode&quot;: &quot;A String&quot;, # The currency code for the conversion&#x27;s revenue. Should be in ISO 4217 alphabetic (3-char) format.
       },
     ],
-    &quot;kind&quot;: &quot;A String&quot;, # Identifies this as a ConversionList resource. Value: the fixed string doubleclicksearch#conversionList.
   }</pre>
 </div>
 
@@ -421,10 +421,10 @@
     &quot;availabilities&quot;: [ # The availabilities being requested.
       { # A message containing availability data relevant to DoubleClick Search.
         &quot;segmentationName&quot;: &quot;A String&quot;, # The friendly segmentation identifier (for example, DoubleClick Search Floodlight activity name).
+        &quot;agencyId&quot;: &quot;A String&quot;, # DS agency ID.
+        &quot;availabilityTimestamp&quot;: &quot;A String&quot;, # The time by which all conversions have been uploaded, in epoch millis UTC.
         &quot;advertiserId&quot;: &quot;A String&quot;, # DS advertiser ID.
         &quot;segmentationType&quot;: &quot;A String&quot;, # The segmentation type that this availability is for (its default value is `FLOODLIGHT`).
-        &quot;availabilityTimestamp&quot;: &quot;A String&quot;, # The time by which all conversions have been uploaded, in epoch millis UTC.
-        &quot;agencyId&quot;: &quot;A String&quot;, # DS agency ID.
         &quot;segmentationId&quot;: &quot;A String&quot;, # The numeric segmentation identifier (for example, DoubleClick Search Floodlight activity ID).
       },
     ],
@@ -442,10 +442,10 @@
     &quot;availabilities&quot;: [ # The availabilities being returned.
       { # A message containing availability data relevant to DoubleClick Search.
         &quot;segmentationName&quot;: &quot;A String&quot;, # The friendly segmentation identifier (for example, DoubleClick Search Floodlight activity name).
+        &quot;agencyId&quot;: &quot;A String&quot;, # DS agency ID.
+        &quot;availabilityTimestamp&quot;: &quot;A String&quot;, # The time by which all conversions have been uploaded, in epoch millis UTC.
         &quot;advertiserId&quot;: &quot;A String&quot;, # DS advertiser ID.
         &quot;segmentationType&quot;: &quot;A String&quot;, # The segmentation type that this availability is for (its default value is `FLOODLIGHT`).
-        &quot;availabilityTimestamp&quot;: &quot;A String&quot;, # The time by which all conversions have been uploaded, in epoch millis UTC.
-        &quot;agencyId&quot;: &quot;A String&quot;, # DS agency ID.
         &quot;segmentationId&quot;: &quot;A String&quot;, # The numeric segmentation identifier (for example, DoubleClick Search Floodlight activity ID).
       },
     ],