The Campaign Manager 360 API v3.5 is deprecated and will be sunset on Apr 20, 2023. All users must migrate to a newer API version by that date.

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.

JSON representation
{
  "conversion": {
    object (Conversion)
  },
  "errors": [
    {
      object (ConversionError)
    }
  ],
  "kind": string
}
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