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
1
vote
0 answers

Bing Ads Offline Conversion confusion after proper OATH process

I am using https://github.com/BingAds/BingAds-PHP-SDK to send offline conversion data to Bing. I am successfully able to connect and call different service using OATH. But when I am trying to send offline conversion request I am failed. Bing SOAP…
A l w a y s S u n n y
  • 36,497
  • 8
  • 60
  • 103
1
vote
1 answer

Bing ads Campaign Management

I have recently started playing with the Bing Ads api for managing my ads and campaigns and I am having problem in authenticating user (not oauth authentication). I authenticated my user using oauth by the following private String devToken =…
Saif Asif
  • 5,516
  • 3
  • 31
  • 48
1
vote
1 answer

Invalid Client Data in BingAd request

I am trying to call bing ads for performance reports. Idea is to print all KPI details of the keywords. Should i require to set any more parameters in the request call? I set all the parameters are explained in the bing document. …
CrazyProgrammer
  • 544
  • 8
  • 29
1
vote
1 answer

PHP: Trying to get property of non-object, from BatchError object of Bing Ads API

I get this error when I try to view the error messages from the API. The documentation says it returns an array of BatchError objects in the PartialError field. When I try to access the Index property of BatchError, it gives me an error. What is…
Chloe
  • 25,162
  • 40
  • 190
  • 357
0
votes
1 answer

There was an error while trying to deserialize parameter AdPerformanceReportColumn::AdTitle in PHP microsoft/bingads

The package I am using: microsoft/bingads I am trying to get a report of all my ads in a report, so I am using AdPerformanceReportRequest. In the report columns, I want to include AdPerformanceReportColumn::AdTitle, but it seems to be getting an…
Bryan
  • 1
  • 2
0
votes
0 answers

BingAds Reports

**Is there a way to get the data from a report request without downloading a file? ** I am currently using the Bing API to get a Campaign Performance Report through the CampaignPerformancReportRequest class. I want to take the data and use it to…
0
votes
0 answers

Bing/Microsoft OAuth Refresh token expiration

Do we need to save and make Bing API calls with an access token or we can do it with a refresh token? If we can do it with a refresh token Do we need manually update the Refresh token to be able to do Bing API calls? or it does not have an…
Shushan
  • 373
  • 1
  • 3
  • 5
0
votes
0 answers

How can get monthly spend of an ads account using bing ads api with soap api method

This is Example api call which return campaigns data in response, I need to get last30_days spend of a campaigns.
0
votes
0 answers

How to Include Zero Impressions in CampaignPerformanceReportRequest?

Trying to get campaigns with zero impressions, which seems to be an option in Google Ads but I can't seem to find any documentation on this in BingAds. The only way I can think of getting around this is to get a list of all active campaigns and then…
FeBludger
  • 27
  • 6
0
votes
0 answers

Using the Bing Ads Python SDK, is there a way to pull back all Ad Data related to an account with the AdGroup and Campaign ids?

Right now, I'm currently using the Bing Ads Python SDK to ingest data in csv format using the Bulk Service Client on version 13. For this example, I'll include 'Ads' as the only download entity with no LastSyncTime variable set to collect all of…
Shockercj
  • 3
  • 2
0
votes
0 answers

One or more scopes in Bing Ads Api are not compatible with each other

I am working with Microsoft bing ads api, and trying to get user info such as his Microsoft bing ads email, username id ... the problem is: when i include the scopes :…
MOnir
  • 29
  • 3
0
votes
0 answers

OfflineConversionNameNullOrEmpty in Microsft Ads

Trying to upload offline conversions to Micrsoft Ads via API. The body part
0
votes
1 answer

Can Bing Ads Offline Conversions Be Achieved with Curl Command

Can Bing Ads Offline Conversions be achieved in a REST API way with the Curl command on Linux? Or, is there a way to understand the SOAP API process with Curl so that I can understand the lower-level HTTP calls it makes and can parse the SOAP XML…
Volomike
  • 23,743
  • 21
  • 113
  • 209
0
votes
1 answer

Microsoft Ads 'AccountPerformanceReportRequest' data contract. The deserializer has no knowledge of any type that maps to this contract

I'm trying to use the Microsoft Bing Ads' Reporting API to gather ad performance data such as clicks, spend, etc. programmatically. Below, I describe the steps taken. There are two issues - 1 - I have to request for user consent again and again as…
joono
  • 51
  • 6
0
votes
0 answers

BingAds report getting fails even after hours

On php trying to get cost reports by campaignIds. Authentication is ok, submitting the report is ok. But when retrieving via; $bingAds->getCampaignPerformanceReport($accessToken, $clientAccountID, $customerId, $ReportRequestId); some campaigns get…