Report an issue
Back to plugin list
facebookmarketing
Official
Premium

Facebook Marketing

The Facebook Marketing source plugin for CloudQuery extracts information from the Facebook marketing API

Publisher

cloudquery

Latest version

v4.1.4

Type

Source

Platforms
Date Published

Mar 12, 2024

Price per 1M rows

$100

free quota

1M rows

Set up process


brew install cloudquery/tap/cloudquery

1. Download CLI and login

See installation options

2. Create source and destination configs

Plugin configuration

cloudquery sync facebookmarketing.yml postgresql.yml

3. Run the sync

CloudQuery sync

Overview

The Facebook Marketing source plugin for CloudQuery extracts information from the Facebook marketing API.

Configuration

This following configuration example connects a Facebook Marketing source to a Postgres destination.
kind: source
spec:
  # Source spec section
  name: facebookmarketing
  path: cloudquery/facebookmarketing
  registry: cloudquery
  version: "v4.1.4"
  tables: ["*"]
  destinations: ["postgresql"]
  spec:
    # Facebook Marketing Spec section
    # You can find the ad_account_id in the Facebook Ads Manager: https://www.facebook.com/ads/manager/accounts/
    ad_account_id: "${AD_ACCOUNT_ID}"
    # See the "authentication section" on how to create an access token
    access_token: "${ACCESS_TOKEN}"

Authentication

In order for CloudQuery to sync data from Facebook Marketing, you will need a Facebook Marketing access token. You will need to follow the following steps (if you don't have them set up already):
  1. Create a business app in the Meta App dashboard. See Facebook's documentation. Make sure to choose the "Business" application type, and to link it to your business account.
  • step1
  • step2
  • step3
 

Configuration

  • concurrency (integer) (optional) (default: 10000)
    A best effort maximum number of Go routines to use. Lower this number to reduce memory usage.


Subscribe to product updates

Be the first to know about new features.