v1
latestOpenAPI 3.1.02026-07-2419603.1 MBData Activation
Fetch conversion actions
Returns a list of conversion actions Data Activation can send data to. Returns only actions of type UPLOAD_CLICKS. Requires edit permission.
get/api/cdp/integration/gads/v1/app/{app_id}/customer/{customer_id}/conversion-action
Path parameters
app_idstring uuid required
ID of the app.
Example:3929d56c-cd62-4001-a4fc-013f5f954691
customer_idstring required
Customer ID
Example:7762745113
Query parameters
manager_idstring
Manager ID (login customer ID)
Example:3792543821
Response
An array of conversion actions
Example response
[
{
"id": "6976871753",
"name": "Upload clicks conversion action"
}
]