Demografi

Demographics include workplace, education, type of position, and type of relationship status. You can also do targeting based on how recent an important event is: 3 months, 6 months, and 1 year. You can reference schools to target by ID and name.

Value for parameter `type`
Description

educationschool

Autocomplete college targeting

adeducationmajor

Autocomplete college major targeting

adgeolocation

Automatically complete the combined country, city, province and postal code

adgeolocation.adcountry

Complete country data automatically

adgeolocation.adzipcode

Complete postal code data automatically

adgeolocation. adgeolocationmeta

Additional metadata for geolocation

adgeolocation. adradiussuggestion

Returns a recommended radius around a location

adinterest

Autocomplete local targeting

adinterest. adinterestsuggestion

Suggestions based on targeting interests

adinterest. adinterestvalid

Validating string as a valid interest targeting option

adlocale

Autocomplete locale targeting

adTargetingCategory

Parameters qare ignored. See all possible targeting options for classes with parameter class. Possible values class: interests, behaviors, demographics, life_events, industries, income, family_statuses, user_device,user_os

adworkemployer

Complete value for company automatically

adwork position

Complete grades for positions automatically

GET https://us-central1-appgregator.cloudfunctions.net/facebook/targeting/demografi/

Query Parameters

Name
Type
Description

name*

String

ft-4

connection_name*

String

fbads-01

type*

String

adeducationschool

q*

String

cam

{
    "data": [
        {
            "id": "144139015602254",
            "name": "The University of Cambodia",
            "coverage_lower_bound": 717852,
            "coverage_upper_bound": 844194,
            "subtext": "Phnom Penh, Kamboja"
        },
        {
            "id": "124728879505",
            "name": "Campbell's",
            "coverage_lower_bound": 579,
            "coverage_upper_bound": 682,
            "subtext": "campbells"
        }
    ]
}
curl --location --request GET 'https://us-central1-appgregator.cloudfunctions.net/facebook/targeting/demografi?name=ft-4&connection_name=fbads-01&type=adeducationschool&q=cam' \
--header 'x-api-key: U2Fsd...'

Last updated