ConversionStatus
Stay organized with collections
Save and categorize content based on your preferences.
The original conversion that was inserted or updated and whether there were any errors.
Fields |
conversion |
object (Conversion )
The original conversion that was inserted or updated.
|
errors[] |
object (ConversionError )
A list of errors related to this conversion.
|
kind |
string
Identifies what kind of resource this is. Value: the fixed string
"dfareporting#conversionStatus"
.
|
ConversionError
The error code and description for a conversion that failed to insert or update.
JSON representation |
{
"code": enum (Code ),
"message": string,
"kind": string
} |
Fields |
code |
enum (Code )
The error code.
|
message |
string
A description of the error.
|
kind |
string
Identifies what kind of resource this is. Value: the fixed string
"dfareporting#conversionError"
.
|
Code
Enums |
INVALID_ARGUMENT |
|
INTERNAL |
|
PERMISSION_DENIED |
|
NOT_FOUND |
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-19 UTC.
[null,null,["Last updated 2024-09-19 UTC."],[[["\u003cp\u003eProvides details about a conversion, including the original conversion data and any errors encountered during insertion or update.\u003c/p\u003e\n"],["\u003cp\u003eIf errors occurred, the \u003ccode\u003eerrors\u003c/code\u003e field contains a list of \u003ccode\u003eConversionError\u003c/code\u003e objects, each specifying an error code and message.\u003c/p\u003e\n"],["\u003cp\u003ePossible error codes include \u003ccode\u003eINVALID_ARGUMENT\u003c/code\u003e, \u003ccode\u003eINTERNAL\u003c/code\u003e, \u003ccode\u003ePERMISSION_DENIED\u003c/code\u003e, and \u003ccode\u003eNOT_FOUND\u003c/code\u003e, indicating different types of issues with the conversion.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ekind\u003c/code\u003e field identifies the resource type as either \u003ccode\u003edfareporting#conversionStatus\u003c/code\u003e for the overall status or \u003ccode\u003edfareporting#conversionError\u003c/code\u003e for individual errors.\u003c/p\u003e\n"]]],[],null,["# ConversionStatus\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [ConversionError](#ConversionError)\n - [JSON representation](#ConversionError.SCHEMA_REPRESENTATION)\n- [Code](#Code)\n\nThe original conversion that was inserted or updated and whether there were any errors.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"conversion\": { object (/doubleclick-advertisers/rest/v4/Conversion) }, \"errors\": [ { object (/doubleclick-advertisers/rest/v4/ConversionStatus#ConversionError) } ], \"kind\": string } ``` |\n\n| Fields ||\n|--------------|------------------------------------------------------------------------------------------------------------------------------------------------|\n| `conversion` | `object (`[Conversion](/doubleclick-advertisers/rest/v4/Conversion)`)` The original conversion that was inserted or updated. |\n| `errors[]` | `object (`[ConversionError](/doubleclick-advertisers/rest/v4/ConversionStatus#ConversionError)`)` A list of errors related to this conversion. |\n| `kind` | `string` Identifies what kind of resource this is. Value: the fixed string `\"dfareporting#conversionStatus\"` . |\n\nConversionError\n---------------\n\nThe error code and description for a conversion that failed to insert or update.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------|\n| ``` { \"code\": enum (/doubleclick-advertisers/rest/v4/ConversionStatus#Code), \"message\": string, \"kind\": string } ``` |\n\n| Fields ||\n|-----------|---------------------------------------------------------------------------------------------------------------|\n| `code` | `enum (`[Code](/doubleclick-advertisers/rest/v4/ConversionStatus#Code)`)` The error code. |\n| `message` | `string` A description of the error. |\n| `kind` | `string` Identifies what kind of resource this is. Value: the fixed string `\"dfareporting#conversionError\"` . |\n\nCode\n----\n\n| Enums ||\n|---------------------|---|\n| `INVALID_ARGUMENT` | |\n| `INTERNAL` | |\n| `PERMISSION_DENIED` | |\n| `NOT_FOUND` | |"]]