X-API-Key: ********************curl --location --globoff 'https://api.expad.com.br/v1/account/{{accountId}}/metrics/google/customer/{{customerId}}/campaign?from=2025-01-01T00%3A00%3A00Z&to=2025-02-01T00%3A00%3A00Z' \
--header 'X-API-Key: <api-key>'{
"campaigns": [
{
"campaign": {
"advertisingChannelType": "string",
"endDateTime": "string",
"id": "string",
"name": "string",
"startDateTime": "string",
"status": "string"
},
"metrics": {
"averageCpc": 0,
"clicks": 0,
"conversions": 0,
"costMicros": 0,
"costPerConversion": 0,
"ctr": 0,
"impressions": 0,
"searchClickShare": 0,
"searchImpressionShare": 0
}
}
]
}