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