This is a Jitsu.Classic documentation. For the lastest version, please visit docs.jitsu.com. Read about differences here.

πŸ“œ Configuration

Configuration UI

πŸ‘©β€πŸ”¬ Extending Jitsu

Overview
Destination Extensions
Source Extensions
API Specs

Jitsu Internals

Jitsu Server

Bing Ads

Overview

This source can sync data from the Bing Ads: Accounts, Campaigns, AdGroups, Ads

The source is using Airbyte docker image (@airbyte/source-bing-ads). Learn more how Airbyte-based sources work

How to connect

Full authentication process described here Be aware that refresh token will expire in 90 days. You need to repeat auth process to get the new one refresh token.

Connection Parameters

ParameterDocumentation
accounts*
object
(required)
Account selection strategy.
client_id*
string
(required)
ID of your Microsoft Advertising client application.
client_secret*
string
(required)
Secret of your Microsoft Advertising client application.
customer_id*
string
(required)
User's customer ID.
developer_token*
string
(required)
Developer token associated with user.
refresh_token*
string
(required)
The long-lived Refresh token received via grant_type=refresh_token request.
user_id*
string
(required)
Unique user identifier.