Integration Specifications
Integration Overview
Bing is a place people go to search for information, places, products, and more, so this is where brands want to make sure they have a presence. Show up when users search in text, product listing, video ads, and more with Ads.
The Daasity Bing Ads integration extracts key advertising information from the Microsoft Ads platform, like spend, clicks, and impressions.
Integration Availability
This integration is available for:
Enterprise
Growth
API Endpoints
This extractor is based on this Microsoft Ads Reporting API documentation. The following endpoints are used to replicate data into Daasity:
Entity Relationship Diagram (ERD)
Bing Ads Schema
The Bing Ads extractor creates these tables using the endpoints and replication methods listed. The data is mapped from source API endpoint to the table based on the mapping logic outlined in each table.
Ad Groups
Endpoint: AdGroupPerformanceReportRequest
Update Method: UPSERT
Table Name: [
bing_ads.ad_groups
]
Ads
Endpoint: AdPerformanceReportRequest
Update Method: UPSERT
Table Name: [
bing_ads.ads
]
Ads Performance
Endpoint: AdPerformanceReportRequest
Update Method: UPSERT
Table Name: [
bing_ads.ads_performance_report
]
Campaigns
Endpoint: CampaignPerformanceReportRequest
Update Method: UPSERT
Table Name: [
bing_ads.campaigns
]
Last updated