Questions tagged [bing-ads-api]

Bing Ads is a pay-per-click (PPC) advertising platform used to display ads based on a user's search query. For advertisers placing a large number of ads or developers building advertising tools, the Bing Ads API provides a programmatic interface to Bing Ads.

Microsoft Advertising is a pay-per-click (PPC) advertising platform used to display ads based on a user's search query. For advertisers placing a large number of ads or developers building advertising tools, the Bing Ads API provides a programmatic interface to Microsoft Advertising.

For more information and support see the Microsoft Advertising Developer Documentation Hub.

84 questions
0
votes
1 answer

Getting error 400 from updating a cell by google sheetsAPI

I am trying to update a cell in a spreadsheet through Google spreadsheet API. Currently, I'm having the following code snippet: sheetsApi.spreadsheets.values.update({ spreadsheetId: spreadsheetId, range:"Sheet1!P1", …
0
votes
1 answer

Trying to filter Bing Ads API data based on Campaign Status using Savon gem in Ruby on Rails

I've been able to get this far without knowing about XML since the Savon gem translates Ruby code into XML, but now I'm stuck. I'm requesting a CampaignPerformanceReport from the API and I'm able to successfully retrieve the data I need, but now I…
Jordan Lagan
  • 222
  • 2
  • 13
0
votes
1 answer

Bing Ads API Reporting Service returns error code 2015 "No Dimension Selected"

I'm trying to pull some data from the Bing Ads API but I keep getting error code 2015. I'm using Savon with Ruby on Rails. Here is the request:
Jordan Lagan
  • 222
  • 2
  • 13
0
votes
1 answer

Bing Ads Script to change shared campaign budget on multiple accounts using Google Sheets

I have a Google Ads script running to change campaign budgets, but implementation of the same script into Bing Ads is more difficult for me. I'm having problems with the code to connect Google Sheets with Bing Ads Script. I got clientId,…
0
votes
1 answer

Adwords vs Bing Impressions

I run two ad campaigns, one each on Bing and Adwords with nearly the same ads, same keywords. on Adwords I only use the search network. A specific keyword gets me about 80% traffic from both sites, but this particular keyword, the impression count…
LarryBud
  • 990
  • 9
  • 20
0
votes
0 answers

Bing Ads API V12- Parse error: syntax error, unexpected '.', expecting ',' or ';'

I am using Bing Ads API V12 for php to do some Ads service related operations. The script I am using to get bing ads cost on daily basis with scheduler. Everything works fine when I try it with php v7.0 but If I try it with php v5.6.30 it is causing…
A l w a y s S u n n y
  • 36,497
  • 8
  • 60
  • 103
0
votes
1 answer

How do we use the Bing Ads API to provide Ads on the results page of a Bing search API?

We want to create a search engine using the Bing search API. Also, we would like to monetize the search by showing relevant Ads from the Bing Ads API at the top of the search results page (similar to other search engines). Could someone tell me how…
0
votes
1 answer

How to get a CSV as a string or stream in Bing Ads API

I'm using the Bing Ads API to create an online advertising performance dashboard for a customer using the Microsoft.BingAds.SDK from nuget. Right now stuff works, but I'm having to download the csv report to the file system before reading the data…
Menno van den Heuvel
  • 1,851
  • 13
  • 24
0
votes
1 answer

Bing Ads API: endpoint configuration in .config

I've got an ASP.Net MVC (Framework version 4.6.2) site where I'm trying to integrate daily expense totals from our Bing Ads campaign through the API. I've added the package Microsoft.BingAds.SDK through Nuget and written some code against its…
Menno van den Heuvel
  • 1,851
  • 13
  • 24
0
votes
1 answer

Authenticated User Access Permission for Bing Ads Api

Is there any way to retrieve the permissions of the currently authenticated user (access_token) as they relate to the specified bing ads account.
adil hussain
  • 800
  • 4
  • 10
0
votes
1 answer

Is [AdDistribution] field synonymous with [Channel Type] in Bing Ads 'AdgroupPerformanceReportRequest'?

I am pulling some reporting data for my weekly reporting purpose using the Microsoft's Bing Ads API. Following are the details: Report Type: 'AdGroupPerformanceReportRequest' Fields: TimePeriod, CampaignName, AdGroupName, AdDistribution,…
Subhash Deshmukh
  • 350
  • 3
  • 18
0
votes
1 answer

How to use report time period in bulk download from bing ads api

I am downloading some tables from Bing using the bulk service and want to limit the amount of data according to time. In my download paramters I am using report_time_period = ['Yesterday'] but keep getting an error TypeError: __init__() got an…
db_gg
  • 129
  • 1
  • 11
0
votes
1 answer

How to get access and refresh tokens from the response URI after granting consent

unfortunately I can't go any further with the bingads api. After the oauth I will be redirected to an empty page. You need to provide consent for the application to access your Bing Ads accounts. After you have granted consent in the web browser for…
tc2013
  • 59
  • 1
  • 9
0
votes
1 answer

getCampaignByAccountId returns empty object in Bing ads API

We are using Bing Ads API for advertising our products through the campaign ads. We have accessing the function name getCampaign() referring bing ads document. Inside the getcampaign function calling the method soapCall, the code given…
Pavithra
  • 19
  • 4
0
votes
1 answer

Bing Ads PHP API "LocationId: 93 is not supported" for Italy

I am working on Bing Ads PHP API and everything working find for USA, Canada, France and UK. But i am getting error like "LocationId: 93 is not supported." in Italy same for Japan. They have same id in there geolocation csv file for Italy. Please…
Chetan Badgujar
  • 55
  • 1
  • 10