Skip to main content
POST
Upload enhanced Google Ads conversions

Authorizations

api_key
string
header
required

Personal API key.

Path Parameters

app_id
string
required

ID of the app whose Google Ads conversion tracking you want to manage.

Body

application/json
adjustments
object[]

The adjustments to apply. An empty list is accepted and changes nothing.

Example:

Response

What happened to the batch of adjustments.

What happened to a batch of enhanced-conversion adjustments.

status
string
required

Whether anything reached Google. The value is success when at least one adjustment landed and no_rows_uploaded when none did, so it does not tell you the whole batch landed.

Example:

"success"

total_submitted
integer
required

How many adjustments you sent.

Example:

5

total_uploaded
integer
required

How many adjustments Google accepted. Anything short of total_submitted is made up of adjustments dropped for carrying no usable hashed identifier and adjustments Google rejected one by one, and the response does not separate the two.

Example:

4