---
title: "List conversion attributions for a Facebook Ads campaign"
method: GET
path: "/facebook_ads_campaigns/{id}/conversion_attributions"
tags: ["Facebook ads campaigns"]
---

# List conversion attributions for a Facebook Ads campaign

`GET /facebook_ads_campaigns/{id}/conversion_attributions`

## Path parameters

- `id` string, required

## Query parameters

- `start_date` string
- `end_date` string

## Response `200`

List of conversion attributions for the campaign

- object
  - `conversion_attributions` ConversionAttribution[], required — List of conversion attributions
    - `id` string, required — The ID of the conversion attribution
    - `amount` number, required — The conversion amount
    - `currency` string, required — The currency of the conversion amount
    - `created_at` string, required — When the conversion was recorded (ISO8601)
    - `last_touch_source` 'google' | 'facebook' | 'campaign' | 'trigger' | 'email_blast', nullable, required — The source of the last marketing touch before the conversion
    - `customer` string, nullable, required — The customer ID (expandable to the full customer object)
    - `last_touch_google_ads_campaign` string, nullable, required — The last-touch Google Ads campaign ID (expandable to the campaign object)
    - `last_touch_facebook_ads_campaign` string, nullable, required — The last-touch Facebook Ads campaign ID (expandable to the campaign object)

---

[API](https://skmtc.dev/pocketflows/apis/pocketflows-api.md) · [All operations](https://skmtc.dev/pocketflows/apis/pocketflows-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pocketflows/pocketflows-api/revisions/26723490b96f/schema)
