> For the complete documentation index, see [llms.txt](https://help.daasity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.daasity.com/core-concepts/data-integrations/setup-guides/digital-integrations/bing-ads/integration-setup.md).

# Integration Setup

## Step 1: Navigate to 'New Integration' screen

In the Daasity app, click **Integrations** in the left-hand menu, and then the **New Integration** button in the upper-right corner.

<figure><img src="/files/WiuqccEFmz3YDzHqfIyJ" alt=""><figcaption></figcaption></figure>

## Step 2: Choose the Bing Ads integration

In the search box, type "bing" and choose the Bing Ads integration.

<figure><img src="/files/M1ENUHFkqHZsJsLYZIOF" alt=""><figcaption></figcaption></figure>

## Step 3: Name the integration

Give the integration a name. This is the name that will be displayed in your integrations list in the Daasity app.

<figure><img src="/files/zswIlZeDKb9oWAnqbPYr" alt=""><figcaption></figcaption></figure>

## Step 4: Authorize the integration

{% hint style="danger" %}
**Choose a personal Microsoft account when authorizing**

If you choose a work/school account when authorizing the Daasity integration, you will get an error because Bing Ads allows you to authorize only with a personal account.
{% endhint %}

Click the **Authorize** button to begin the authorization process:

<figure><img src="/files/L4gzALXEe8BxffuwZKlo" alt=""><figcaption></figcaption></figure>

This will transition you to the Microsoft account picker. You need to choose a personal account that has access to the Microsoft Ads account that you want to use for the integration:

<figure><img src="/files/V9HENOaQTHsfCovKfLpv" alt=""><figcaption></figcaption></figure>

## Step 5: Choose an ad account

{% hint style="danger" %}
**If you skip this step, your integration will have errors**
{% endhint %}

Since you may have access to multiple Bing Ads accounts, you now need to use the dropdown to choose which one to use for this integration:

<figure><img src="/files/56LymZ0o4CnNjrwbi8bG" alt=""><figcaption></figcaption></figure>

## Step 6: Link your ecommerce store

Select which of your Shopify stores this Bing Ads account drives traffic to:

<figure><img src="/files/TyGV79GTaBOR2TBTP0gn" alt=""><figcaption></figcaption></figure>

## Step 5: Load history

{% hint style="info" %}
**You can load a max of 3 years' history**

The Bing Ads reporting API only makes data available from the past 3 years. As a result, the most history you can load is 3 years' worth.
{% endhint %}

From the integration details screen, trigger a load of up to 3 years of history:

<figure><img src="/files/hiyZxA8jidoFngdUWu22" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.daasity.com/core-concepts/data-integrations/setup-guides/digital-integrations/bing-ads/integration-setup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
