dev-master
9999999-devClasses for Bing Ads web services
Apache-2.0
by Microsoft
by Daniel Platt
api bing
Wallogit.com
2017 © Pedro Peláez
Classes for Bing Ads web services
This download includes PHP class files for Bing Ads web services and supports composer autoloading., (*1)
For example, after downloading the PHP file that contains the reporting classes, you can use the following snippet to include the reporting classes in your application., (*2)
// Specify the BingAds\Reporting objects that will be used. use BingAds\Reporting\SubmitGenerateReportRequest; use BingAds\Reporting\KeywordPerformanceReportRequest; use BingAds\Reporting\ReportFormat; use BingAds\Reporting\ReportAggregation; use BingAds\Reporting\AccountThroughAdGroupReportScope; use BingAds\Reporting\CampaignReportScope; use BingAds\Reporting\ReportTime; use BingAds\Reporting\ReportTimePeriod; use BingAds\Reporting\KeywordPerformanceReportFilter; use BingAds\Reporting\DeviceTypeReportFilter; use BingAds\Reporting\KeywordPerformanceReportColumn; use BingAds\Reporting\PollGenerateReportRequest; use BingAds\Reporting\ReportRequestStatusType; use BingAds\Reporting\KeywordPerformanceReportSort; use BingAds\Reporting\SortOrder; // Specify the BingAds\Proxy object that will be used. use BingAds\Proxy\ClientProxy; $report = new AccountPerformanceReportRequest(); $report->Format = ReportFormat::Xml; $report->ReportName = 'My Account Performance Report'; $report->ReturnOnlyCompleteData = false; $report->Aggregation = ReportAggregation::Yearly;
For information about updates to Bing Ads Version 9 web services, see Release Notes here on MSDN: http://msdn.microsoft.com/en-US/library/bing-ads-overview-release-notes(v=msads.90).aspx, (*3)
Downloaded from: http://code.msdn.microsoft.com/PHP-Classes-for-Bing-Ads-c9762281, (*4)
Classes for Bing Ads web services
Apache-2.0
api bing