cURL
curl --request GET \ --url https://api.pocketflows.com/google_ads_campaigns/{id}/attribution_results \ --header 'Authorization: Basic <encoded-value>'
{ "visitors": 123, "conversions": 123, "revenue": 123 }
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
Attribution results metrics for the campaign
Count of distinct anonymous visitors
Count of conversion events
Total revenue from conversions