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 2025-09-02 UTC.
[null,null,["Last updated 2025-09-02 UTC."],[],[],null,["- [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/v5/Conversion) }, \"errors\": [ { object (/doubleclick-advertisers/rest/v5/ConversionStatus#ConversionError) } ], \"kind\": string } ``` |\n\n| Fields ||\n|--------------|------------------------------------------------------------------------------------------------------------------------------------------------|\n| `conversion` | `object (`[Conversion](/doubleclick-advertisers/rest/v5/Conversion)`)` The original conversion that was inserted or updated. |\n| `errors[]` | `object (`[ConversionError](/doubleclick-advertisers/rest/v5/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 The error code and description for a conversion that failed to insert or update.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------|\n| ``` { \"code\": enum (/doubleclick-advertisers/rest/v5/ConversionStatus#Code), \"message\": string, \"kind\": string } ``` |\n\n| Fields ||\n|-----------|---------------------------------------------------------------------------------------------------------------|\n| `code` | `enum (`[Code](/doubleclick-advertisers/rest/v5/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| Enums ||\n|---------------------|---|\n| `INVALID_ARGUMENT` | |\n| `INTERNAL` | |\n| `PERMISSION_DENIED` | |\n| `NOT_FOUND` | |"]]