Method: conversions.batchupdate

Updates existing conversions.

HTTP request

POST https://dfareporting.googleapis.com/dfareporting/v3.5/userprofiles/{profileId}/conversions/batchupdate

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
profileId

string (int64 format)

User profile ID associated with this request.

Request body

The request body contains an instance of ConversionsBatchUpdateRequest.

Response body

If successful, the response body contains data with the following structure:

accountUserProfiles.update Conversions Response.

JSON representation
{
  "hasFailures": boolean,
  "status": [
    {
      object (ConversionStatus)
    }
  ],
  "kind": string
}
Fields
hasFailures

boolean

Indicates that some or all conversions failed to update.

status[]

object (ConversionStatus)

The update status of each conversion. Statuses are returned in the same order that conversions are updated.

kind

string

Identifies what kind of resource this is. Value: the fixed string

"dfareporting#conversionsBatchUpdateResponse"

.

Authorization Scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/ddmconversions

ConversionsBatchUpdateRequest

accountUserProfiles.update Conversions Request.

JSON representation
{
  "kind": string,
  "conversions": [
    {
      object (Conversion)
    }
  ],
  "encryptionInfo": {
    object (EncryptionInfo)
  }
}
Fields
kind

string

Identifies what kind of resource this is. Value: the fixed string

"dfareporting#conversionsBatchUpdateRequest"

.

conversions[]

object (Conversion)

The set of conversions to update.

encryptionInfo

object (EncryptionInfo)

Describes how

encryptedUserId

is encrypted. This is a required field if

encryptedUserId

is used.