adjust-icon

Cost endpoint

Adjust’s Ad Spend API provides accurate, transparent, and granular ad spend data. Adjust maps the cost information using a campaign’s cost_id allowing Report Services to report the ad spend data back to the partner.

Before you begin

To integrate with the Adjust ad spend API you must set up your servers to send a set of mandatory parameters to Adjust through an HTTP POST request to the designated endpoint.

Endpoint

Endpoint
POST https://app.adjust.com/cost

POST request

The POST method sends the cost information of a campaign using the cost_id.

Parameters

Example

cURL
$ curl -X POST https://app.adjust.com/cost \
-d "cost_type=cpi&cost_currency=usd&cost_amount=2&cost_id=abc123_company_name_test_1&tag=company_name_test"

Responses

Here is a list of possible server responses: