Index: generated/googleapis/lib/doubleclicksearch/v2.dart |
diff --git a/generated/googleapis/lib/doubleclicksearch/v2.dart b/generated/googleapis/lib/doubleclicksearch/v2.dart |
index 3e0ef7aeabfbdec5c10905da6291de9e1aac6262..54caa8914b64ab70f8776f939aae54df7e257bae 100644 |
--- a/generated/googleapis/lib/doubleclicksearch/v2.dart |
+++ b/generated/googleapis/lib/doubleclicksearch/v2.dart |
@@ -681,10 +681,12 @@ class Conversion { |
/** DS click ID for the conversion. */ |
core.String clickId; |
/** |
- * For offline conversions, this is an ID that advertisers are required to |
- * provide. Advertisers can specify any ID that is meaningful to them. For |
- * online conversions, DS copies the dsConversionId or floodlightOrderId into |
- * this property depending on the advertiser's Floodlight instructions. |
+ * 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's Floodlight instructions. |
*/ |
core.String conversionId; |
/** |