[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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` | |"]]