Dynamo Developer DocsDynamo Developer Docs
External APICampaigns

Get lifetime campaign insights

Lifetime summary insights for one message campaign (spend, delivered, read rate, link-button clicks + costs, and offsite-conversion actions / values / ROAS), fetched live from Meta. `campaignId` is the Meta campaign id from a campaign's `campaignId` field. Returns `400` if the org is not connected to Meta Ads. May return `null` when Meta has no insights for the campaign.

GET/campaigns/{campaignId}/insights

Authorization

x-api-key x-date x-signature
x-api-key<token>

Your API key (the ApiKeys document id).

In: header

x-date<token>

Current timestamp in ISO-8601 (must be fresh — within −5s..+60s of server time).

In: header

x-signature<token>

HMAC-SHA256 of the x-date string keyed by your secret, lowercase hex.

In: header

Path Parameters

campaignId*string

The Meta campaign id.

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/campaigns/string/insights"
{}
{  "message": "string"}
{  "message": "string"}
{  "message": "string"}