[[["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,["- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ConversionsBatchUpdateResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [ConversionsBatchUpdateRequest](#ConversionsBatchUpdateRequest)\n - [JSON representation](#ConversionsBatchUpdateRequest.SCHEMA_REPRESENTATION)\n- [Try it!](#try-it)\n\nUpdates existing conversions.\n\nHTTP request\n\n`POST https://dfareporting.googleapis.com/dfareporting/v5/userprofiles/{profileId}/conversions/batchupdate`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\nPath parameters\n\n| Parameters ||\n|-------------|-----------------------------------------------------------------------------------------------------------------------------------|\n| `profileId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` User profile ID associated with this request. |\n\nRequest body\n\nThe request body contains an instance of [ConversionsBatchUpdateRequest](/doubleclick-advertisers/rest/v5/conversions/batchupdate#ConversionsBatchUpdateRequest).\n\nResponse body Update Conversions Response.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"hasFailures\": boolean, \"status\": [ { object (/doubleclick-advertisers/rest/v5/ConversionStatus) } ], \"kind\": string } ``` |\n\n| Fields ||\n|---------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `hasFailures` | `boolean` Indicates that some or all conversions failed to update. |\n| `status[]` | `object (`[ConversionStatus](/doubleclick-advertisers/rest/v5/ConversionStatus)`)` The update status of each conversion. Statuses are returned in the same order that conversions are updated. |\n| `kind` | `string` Identifies what kind of resource this is. Value: the fixed string `\"dfareporting#conversionsBatchUpdateResponse\"` . |\n\nAuthorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/ddmconversions`\n\nConversionsBatchUpdateRequest Update Conversions Request.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"kind\": string, \"conversions\": [ { object (/doubleclick-advertisers/rest/v5/Conversion) } ], \"encryptionInfo\": { object (/doubleclick-advertisers/rest/v5/EncryptionInfo) } } ``` |\n\n| Fields ||\n|------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `kind` | `string` Identifies what kind of resource this is. Value: the fixed string `\"dfareporting#conversionsBatchUpdateRequest\"` . |\n| `conversions[]` | `object (`[Conversion](/doubleclick-advertisers/rest/v5/Conversion)`)` The set of conversions to update. |\n| `encryptionInfo` | `object (`[EncryptionInfo](/doubleclick-advertisers/rest/v5/EncryptionInfo)`)` Describes how `encryptedUserId` is encrypted. This is a required field if `encryptedUserId` is used. |"]]