cURL
curl --request GET \ --url https://api.pocketflows.com/google_ads_campaigns/{id}/conversion_attributions \ --header 'Authorization: Basic <encoded-value>'
{ "conversion_attributions": [ { "id": "<string>", "amount": 123, "currency": "<string>", "created_at": "<string>", "customer": "<unknown>" } ] }
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
The ID of the campaign
List of conversion attributions for the campaign
List of conversion attributions
Show child attributes