Skip to content

Commit

Permalink
Docs: Updates Bing Ads Source Connector Docs (Removes inapp page, add…
Browse files Browse the repository at this point in the history
…s <HideInUI>, adds Limitations & Troubleshooting) (#32372)
  • Loading branch information
pnilan authored Nov 15, 2023
1 parent 5dcaf6a commit 1f12232
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions docs/integrations/sources/bing-ads.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Bing Ads

<HideInUI>

This page contains the setup guide and reference information for the Bing Ads source connector.

</HideInUI>

## Prerequisites
- Microsoft Advertising account
- Microsoft Developer Token
Expand Down Expand Up @@ -84,6 +88,8 @@ The tenant is used in the authentication URL, for example: `https://login.micros
10. Click **Set up source**.
<!-- /env:oss -->

<HideInUI>

## Supported sync modes

The Bing Ads source connector supports the following [sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes):
Expand Down Expand Up @@ -179,10 +185,25 @@ For example, if you select a report with daily aggregation, the report will cont

A report's aggregation window is indicated in its name. For example, `account_performance_report_hourly` is the Account Performance Reported aggregated using an hourly window.

## Performance considerations
## Limitations & Troubleshooting

<details>
<summary>
Expand to see details about Bing Ads connector limitations and troubleshooting.
</summary>

### Connector limitations

#### Rate limiting

The Bing Ads API limits the number of requests for all Microsoft Advertising clients. You can find detailed info [here](https://docs.microsoft.com/en-us/advertising/guides/services-protocol?view=bingads-13#throttling).

### Troubleshooting

* Check out common troubleshooting issues for the Bing Ads source connector on our [Airbyte Forum](https://github.com/airbytehq/airbyte/discussions).

</details>

## Changelog

| Version | Date | Pull Request | Subject |
Expand Down Expand Up @@ -233,4 +254,6 @@ The Bing Ads API limits the number of requests for all Microsoft Advertising cli
| 0.1.3 | 2022-01-14 | [9510](https://github.com/airbytehq/airbyte/pull/9510) | Fixed broken dependency that blocked connector's operations |
| 0.1.2 | 2021-12-14 | [8429](https://github.com/airbytehq/airbyte/pull/8429) | Update titles and descriptions |
| 0.1.1 | 2021-08-31 | [5750](https://github.com/airbytehq/airbyte/pull/5750) | Added reporting streams\) |
| 0.1.0 | 2021-07-22 | [4911](https://github.com/airbytehq/airbyte/pull/4911) | Initial release supported core streams \(Accounts, Campaigns, Ads, AdGroups\) |
| 0.1.0 | 2021-07-22 | [4911](https://github.com/airbytehq/airbyte/pull/4911) | Initial release supported core streams \(Accounts, Campaigns, Ads, AdGroups\) |

</HideInUI>

0 comments on commit 1f12232

Please sign in to comment.