A preview of the next version of the Bing Ads API (v10) which arrives this summer
At Bing Ads we are hard at work to improve our developer experience and we are excited to announce the roadmap for the next version of the Bing Ads APIs. Over the past few months developers like you have provided us valuable feedback and we want to take this opportunity to announce our V10 API plans ahead of time so you can start planning.
We’ll be releasing Bing Ads API v10 before the end of summer this year. Here’s a high level overview of what you can expect from this release.
Support for Upgraded URLs
We have been getting a lot of questions and concerns from our advertisers and customers about the support for Upgraded URLs in Bing Ads and how they will be able to manage URLs between AdWords and Bing Ads. To provide our advertisers more control and greater parity with AdWords, we will add the upgraded URLs at the following entity scopes in Bing Ads API V10.
We will provide our advertisers the choice to switch to upgraded URLs through API, Bing Ads web UI and our Bing Ads Editor client when this feature is generally available in summer 2015. At this time this will be an optional change for advertisers and this timeline aligns within a few weeks after AdWords removes support for Destination URL this summer. We will provide more detailed scope of the API changes in a follow up blog post.
Support for partial success in AdGroup and Campaign operations
Developers have told us that managing errors in the response for some entities like AdGroup and Campaign have been particularly challenging as we fail the entire operation when there is an issue with the transaction. In V10, we will be including support for partial success to our AdGroup and Campaign object’s service operations similar to what we already have for Ad and Keyword objects. This change will allow the caller to handle the response and errors in a consistent way in their code.
With this change in place, all write operations that involves an array of AdGroups and Campaigns will return a BatchErrors (instead of APIFault error) object in the response, which will contain a list of AdGroups or Campaigns that resulted in success and/or error during the write operations.
Updates to Reporting API
We will be including the following changes to our Reporting APIs.
- DeviceType and DeviceOS columns will be available in Goals, Traffic sources, Segments and Tactics and Channels reports. Having enabled unified device targeting in our platform recently, we believe providing the ability to pivot the performance data by these two dimensions will provide useful insights to our advertisers to make the necessary campaign optimizations based on Devices types and Devices OS.
- Along the same note, we will be introducing Device Type and Network dimensions in our SOV reports. This device and network level breakdown in the SOV would help our advertisers diagnose keyword performance, identify missing opportunities by device and network and make the necessary optimizations effectively.
Ad Intelligence and Optimizer services will be merged into a single service
In V10 we will be unifying the Optimizer service with Ad Intelligence service and nearly all current Optimizer service operations will be available through a single Ad Intelligence service endpoint.
Additionally, we will be making the following changes to our Ad Intelligence service
- We will be adding Network Type to our Keyword Research operations. This will be added as a new dimension so our customers can get historical keyword data for different networks. Ex., O&O vs. Syndicated.
- We are adding Bid Landscape to BidOpportunity and KeywordOpportunity data objects. This will allow you to accomplish your task in a single API call allowing customers to quickly identify the bid required for different performance goals.
- We will be removing the GetBudgetLandscape service operation and instead BudgetLandscape will be added to our BudgetOpportunity data object to simplify and reduce the API calls you need to make to get this data.
Updates to our Client libraries
Over the past few months we have released client libraries in C#, Java and Python languages for our developers and needless to say we will be updating all our client libraries to include support for these new features including App Ad Extensions.
We will also be including workflow support (similar to Bulk API) for our Reporting APIs to simplify the coding effort required to request, poll, download and parse the reports.
Other general housekeeping for our API
Aside from the changes mentioned above we will do the necessary housekeeping to keep our V10 API clean by removing all deprecated APIs. Developers using these deprecated APIs must move to the corresponding new APIs in V10. For instance SetNegativeKeywordsToAdGroups and SetNegativeKeywordToCampaigns will not be available in V10 but instead you will be able use AddNegativeKeywordsToEntities to perform the same function with more control. We will provide more details on these changes in a follow up blog.
This is just the first of a series of V10 API announcements and we are really excited to share all the new features that will be coming to our developer platform. We will ensure that the interface contract changes and functionality for these new features are made available in sandbox early Q2 so you can test your implementation and give us feedback.
As always, we would love for developers to provide their feedback on our APIs. If you have any questions or comments, feel free to post them in the comments below.
Comments
Anonymous
May 04, 2015
Hello Bing API Team,I have one concern in pulling off reports via API.I must say that Bing ads api reporting service works very slow as compared to Google adwords api.The time is takes to download one bing report by the time adwords download more than 5 to 6 reports so performance wise api is slow.If possible can you please make it more faster?Thanks,RonakAnonymous
June 04, 2015
When is the V10 set to release the above information only says summer 2015 and what versions are being depreciated? Thank youAnonymous
June 04, 2015
I also have same question as Michelle ,do we have any dates for v10 release and when would v9 be deprecating ?Anonymous
June 15, 2015
Thanks for reaching out to us. V10 interfaces are now available in sandbox. blogs.msdn.com/.../announcing-the-availability-of-bing-ads-v10-api-interfaces-in-sandbox.aspx We will make the functionality available in Sandbox sometime end of July and we plan to make V10 API generally available during mid August. V9 will sunset early 2016.Anonymous
May 05, 2016
Hello Bing API Team,We are using BingAds api since last three months, since very first day we facing issue of speed. BingAds reporting service is working very slow as compared to GoogleAdwords. In GoogleAdwords in 5 second we got report response and on BingAds it is taking 56 seconds or some time more than that. Can you please provide some solution for the same so it can be more faster.Secondly in your code snippet you provided only download report options can we read report from stream reader do you have such kind of solution ? If it is then please provide.Thanks,Kunal Lad.Anonymous
July 13, 2016
The comment has been removed- Anonymous
January 13, 2017
Hi Ian,I know your question is now a few month's old, but the solution for aggregating data by a given time period is to use the "Aggregation" element of the report that you're using. With that, you will have the ability to specify aggregation by day/week/month/year/overall using a single call. When specifying the "Aggregation" element, the returned dataset will include a column called "GregorianDate" which will have the value for the day/week/month/year, depending on which aggregation method you are using.
- Anonymous