[[["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 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,["- [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 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/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| Enums ||\n|---------------------|---|\n| `INVALID_ARGUMENT` | |\n| `INTERNAL` | |\n| `PERMISSION_DENIED` | |\n| `NOT_FOUND` | |"]]