Behaviors

Target based on user actions or their past buying behavior. Take all possible behavior targeting options with type=adTargetingCategory&class=behaviors.

Use these fields in flexible targeting:

Value for parameter `adTargetingCategory`
Description

interests

behaviors

demographics

life_events

Array of objects with 'id' and optional 'name' fields

industries

Array of objects with 'id' and optional 'name' fields

income

Array of objects with 'id' and optional 'name' fields

family_statuses

Array of objects with 'id' and (optional) 'name' fields

user_device

Devices must match the value in user_os

user_os

One or more values from OS

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

Query Parameters

Name
Type
Description

name*

String

ft-4

connection_name*

String

fbads-01

type*

String

adTargetingCategory

class*

String

interests

Headers

Name
Type
Description

x-api-key*

String

U2Fsd...

{
  "data": [
    {
      "id": "6002839660079",
      "name": "Kosmetik",
      "type": "interests",
      "path": [
        "Belanja dan busana",
        "Kecantikan",
        "Kosmetik"
      ],
      "lifecycle": 2,
      "audience_size_lower_bound": 954268571,
      "audience_size_upper_bound": 1122219840
    },
    {
      "id": "6002866718622",
      "name": "Ilmu Pengetahuan",
      "type": "interests",
      "path": [
        "Bisnis dan industri",
        "Ilmu Pengetahuan"
      ],
      "lifecycle": 2,
      "audience_size_lower_bound": 600334489,
      "audience_size_upper_bound": 705993360
    },
    {
      "id": "6002867432822",
      "name": "Kecantikan",
      "type": "interests",
      "path": [
        "Belanja dan busana",
        "Kecantikan"
      ],
      "lifecycle": 2,
      "audience_size_lower_bound": 1271912474,
      "audience_size_upper_bound": 1495769070
    },
    {
      "id": "6002868021822",
      "name": "Perjalanan petualangan",
      "type": "interests",
      "path": [
        "Hobi dan aktivitas",
        "Perjalanan",
        "Perjalanan petualangan"
      ],
      "lifecycle": 2,
      "audience_size_lower_bound": 275203844,
      "audience_size_upper_bound": 323639721
    },
    {
      "id": "6002868910910",
      "name": "Makanan organik",
      "type": "interests",
      "path": [
        "Makanan dan minuman",
        "Makanan",
        "Makanan organik"
      ],
      "lifecycle": 2,
      "audience_size_lower_bound": 273132221,
      "audience_size_upper_bound": 321203492
    },
    ...
  ]
}
curl --location --request GET 'https://us-central1-appgregator.cloudfunctions.net/facebook/targeting/behaviors?name=ft-4&connection_name=fbads-01&type=adTargetingCategory&class=interests' \
--header 'x-api-key: U2Fsd...'

Last updated