Skip to content

Commit 4d54106

Browse files
authored
docs(source-bing-ads): fix docs to match the template (#44817)
1 parent a32e94e commit 4d54106

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/integrations/sources/bing-ads.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<HideInUI>
44

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.
66

77
</HideInUI>
88

@@ -49,12 +49,12 @@ The tenant is used in the authentication URL, for example: `https://login.micros
4949

5050
<!-- env:cloud -->
5151

52-
**For Airbyte Cloud:**
52+
#### For Airbyte Cloud:
5353

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.
5858
5. For **Tenant ID**, enter the custom tenant or use the common tenant.
5959
6. Add the developer token from [Step 1](#step-1-set-up-bing-ads).
6060
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
7272

7373
<!-- env:oss -->
7474

75-
**For Airbyte Open Source:**
75+
#### For Airbyte Open Source:
7676

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.
8181
5. For **Tenant ID**, enter the custom tenant or use the common tenant.
8282
6. Enter the **Client ID**, **Client Secret**, **Refresh Token**, and **Developer Token** from [Step 1](#step-1-set-up-bing-ads).
8383
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
9696

9797
## Supported sync modes
9898

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):
100100

101101
- [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite/)
102102
- [Full Refresh - Append](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append)

0 commit comments

Comments
 (0)