Skip to main content
GET
/
api
/
v1
/
google-ads
/
demographic-performance
Get Demographic Performance
curl --request GET \
  --url http://localhost:8000/api/v1/google-ads/demographic-performance \
  --header 'Authorization: Bearer <token>'
{
  "demographic_performance": [
    {
      "demographic_type": "<string>",
      "demographic_value": "<string>",
      "impressions": 123,
      "clicks": 123,
      "ctr": 123,
      "cost": 123,
      "conversions": 123,
      "cost_per_conversion": 123,
      "conversion_rate": 123,
      "percentage_of_total": 123
    }
  ],
  "time_period": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

customer_id
integer
required
login_customer_id
integer | null
campaign_id
integer | null
demographic_type
enum<string>
default:AGE_RANGE
Available options:
AGE_RANGE,
GENDER,
PARENTAL_STATUS,
HOUSEHOLD_INCOME
start_date
string
end_date
string
token_id
integer | null

Response

Successful Response

Response schema for demographic performance

demographic_performance
DemographicPerformance · object[]
required
time_period
string
required