Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developers.leadwaycrm.com/llms.txt

Use this file to discover all available pages before exploring further.

Retrieve aggregated Google Ads reporting metrics for a account
GET https://services.leadconnectorhq.com/ad-publishing/google/reporting

Autorizacion

Authorization
string
required
Bearer token generado desde el portal Leadway. Ver Autenticacion.
Version
string
default:"2021-07-28"
required
Version de la API.

Query parameters

locationId
string
default:"fRMewNQIxSyZ5R4nQyit"
required
Account identifier
groupBy
string
default:"month"
Group by period
startDate
string
default:"2022-01-11"
required
Report start date
endDate
string
default:"2022-01-31"
required
Report end date
type
string
default:"AD_MANAGER or INTEGRATION"
required
Integration type
fields
string[]
required
Comma-separated reporting fields

Respuestas

{}
{}
{}

Ejemplo

curl -X GET 'https://services.leadconnectorhq.com/ad-publishing/google/reporting' \
  -H 'Authorization: Bearer YOUR_TOKEN' \
  -H 'Version: 2021-07-28'