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: src/connections/destinations/catalog/bing-ads/index.md
+12-23Lines changed: 12 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,23 +3,20 @@ title: Bing Ads Destination
3
3
rewrite: true
4
4
id: 54521fd525e721e32a72ee97
5
5
---
6
-
[Bing Ads](https://bingads.microsoft.com) enables Marketers to track and monitor campaigns, clicks, CTRs, spend and budget. Bing Ads lets you place cross-device product ads in front of Bing, Yahoo, and MSN customers and support imported pay-per-click ad campaigns from third-party platforms like Google AdWords. With Bing Ads you can also retarget ads to customers after they complete an action like leaving a shopping cart or viewing a product without purchasing. Learn more about all you can do with Bing Ads [here](https://advertise.bingads.microsoft.com/en-us/resources/training/what-is-bing-ads). You can also browse the code [on GitHub](https://github.com/segment-integrations/analytics.js-integration-bing-ads).
6
+
[Bing Ads](https://bingads.microsoft.com) enables Marketers to track and monitor campaigns, clicks, CTRs, spend and budget. Bing Ads lets you place cross-device product ads in front of Bing, Yahoo, and MSN customers and support imported pay-per-click ad campaigns from third-party platforms like Google AdWords. With Bing Ads you can also re-target ads to customers after they complete an action like leaving a shopping cart or viewing a product without purchasing. Learn more about all you can do with Bing Ads [here](https://advertise.bingads.microsoft.com/en-us/resources/training/what-is-bing-ads). You can also browse the code [on GitHub](https://github.com/segment-integrations/analytics.js-integration-bing-ads).
7
7
8
8
## Getting Started
9
9
10
-
11
-
12
10
Before you can track conversions or target audiences, you need to create a UET tag in Bing Ads and then add it to the destination settings. Follow the steps within [the Bing Ads documentation to create a UET tag](https://advertise.bingads.microsoft.com/en-us/resources/training/universal-event-tracking).
13
11
14
12
Once you have created the Tag ID, you can follow the steps below:
15
13
16
14
1. From the Segment web app, click **Catalog**.
17
-
2. Search for "Bing Ads" in the Catalog, select it, and choose which of your sources to connect the destination to. Note the source must be sending events using our JavaScript library Analytics.js.
15
+
2. Search for "Bing Ads" in the Catalog, select it, and choose which of your sources to connect the destination to. Note the source must be sending events using Segment's JavaScript library Analytics.js.
18
16
3. In the destination settings, enter your Tag Id
19
17
20
-
Your changes appear in the Segment CDN in about 45 minutes, and then Analytics.js starts asynchronously loading Bing Ads' snippet on your page and sending data.
21
-
22
-
_**Note:** You'll only be able to include one Tag ID per source so make sure to associate the conversion goals to the correct Tag ID that is included in your settings._
18
+
> info ""
19
+
> Bing Ads suppers one Tag ID per source. Be sure to associate conversion goals to the correct Tag ID in settings.
23
20
24
21
## Page
25
22
@@ -36,18 +33,9 @@ Page events will be sent to Bing Ads as a `Page Load` event where name and prope
36
33
37
34
If you're not familiar with the Segment Specs, take a look to understand what the [Track method](/docs/connections/spec/track/) does.
38
35
39
-
In order for us to map your track events to a Conversion Goal, you'll first need to create the goal on your Bing Ads account:
40
-
41
-
1. Click the **Campaigns** tab, and then on the left pane, click **Conversion Tracking**.
42
-
2. Under **Conversion Tracking**, click **Conversion Goals**.
43
-
3. On the conversion goals page, click **Create conversion goal**.
44
-
4. Enter a name for your goal in the **Goal name** box. When naming your goal, use a descriptive name that makes sense to you. (For example, "Checkout page")
45
-
5. Choose the `Event` type of conversion and click **Next**.
46
-
6. Fill in the appropriate values. Make sure to add the Segment event name as the **label** field and to associate the goal to the correct Tag (**UET Tag**) that is set up in your Segment source.
47
-
48
-
49
-

36
+
For Segment to map your track events to a Conversion Goal, create the goal in your Bing Ads account:
50
37
38
+
For information about tracking custom events, see Microsoft's article [How to track custom events with UET](https://help.ads.microsoft.com/#apex/ads/en/56684/2-500){:target="_blank"}
51
39
52
40
Only the event name is required - other properties are optional. An example track call is shown below:
0 commit comments