You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrations/sources/bing-ads.md
+12-12
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
<HideInUI>
4
4
5
-
This page contains the setup guide and reference information for the Bing Ads source connector.
5
+
This page contains the setup guide and reference information for the [Bing Ads](https://learn.microsoft.com/en-us/advertising/guides/?view=bingads-13) source connector.
6
6
7
7
</HideInUI>
8
8
@@ -49,12 +49,12 @@ The tenant is used in the authentication URL, for example: `https://login.micros
49
49
50
50
<!-- env:cloud -->
51
51
52
-
**For Airbyte Cloud:**
52
+
#### For Airbyte Cloud:
53
53
54
-
1. Log in to your [Airbyte Cloud](https://cloud.airbyte.com/workspaces) account.
55
-
2. Click **Sources** and then click **+ New source**.
56
-
3. On the Set up the source page, select **Bing Ads** from the **Source type** dropdown.
57
-
4. Enter a name for your source.
54
+
1.[Log into your Airbyte Cloud](https://cloud.airbyte.com/workspaces) account.
55
+
2. Click Sources and then click + New source.
56
+
3. On the Set up the source page, select Bing Ads from the Source type dropdown.
57
+
4. Enter a name for the Bing Ads connector.
58
58
5. For **Tenant ID**, enter the custom tenant or use the common tenant.
59
59
6. Add the developer token from [Step 1](#step-1-set-up-bing-ads).
60
60
7. For **Account Names Predicates** - see [predicates](https://learn.microsoft.com/en-us/advertising/customer-management-service/predicate?view=bingads-13) in bing ads docs. Will be used to filter your accounts by specified operator and account name. You can use multiple predicates pairs. The **Operator** is a one of Contains or Equals. The **Account Name** is a value to compare Accounts Name field in rows by specified operator. For example, for operator=Contains and name=Dev, all accounts where name contains dev will be replicated. And for operator=Equals and name=Airbyte, all accounts where name is equal to Airbyte will be replicated. Account Name value is not case-sensitive.
@@ -72,12 +72,12 @@ The tenant is used in the authentication URL, for example: `https://login.micros
72
72
73
73
<!-- env:oss -->
74
74
75
-
**For Airbyte Open Source:**
75
+
#### For Airbyte Open Source:
76
76
77
-
1.Log in to your Airbyte Open Source account.
78
-
2. Click **Sources** and then click **+ New source**.
79
-
3. On the Set up the source page, select **Bing Ads** from the **Source type** dropdown.
80
-
4. Enter a name for your source.
77
+
1.Navigate to the Airbyte Open Source dashboard.
78
+
2. Click Sources and then click + New source.
79
+
3. On the Set up the source page, select Bing Ads from the Source type dropdown.
80
+
4. Enter a name for the Bing Ads connector.
81
81
5. For **Tenant ID**, enter the custom tenant or use the common tenant.
82
82
6. Enter the **Client ID**, **Client Secret**, **Refresh Token**, and **Developer Token** from [Step 1](#step-1-set-up-bing-ads).
83
83
7. For **Account Names Predicates** - see [predicates](https://learn.microsoft.com/en-us/advertising/customer-management-service/predicate?view=bingads-13) in bing ads docs. Will be used to filter your accounts by specified operator and account name. You can use multiple predicates pairs. The **Operator** is a one of Contains or Equals. The **Account Name** is a value to compare Accounts Name field in rows by specified operator. For example, for operator=Contains and name=Dev, all accounts where name contains dev will be replicated. And for operator=Equals and name=Airbyte, all accounts where name is equal to Airbyte will be replicated. Account Name value is not case-sensitive.
@@ -96,7 +96,7 @@ The tenant is used in the authentication URL, for example: `https://login.micros
96
96
97
97
## Supported sync modes
98
98
99
-
The Bing Ads source connector supports the following [sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes):
99
+
The Bing Ads source connector supports the following [sync modes](https://docs.airbyte.com/cloud/core-concepts/#connection-sync-modes):
0 commit comments