CPCStrategy / bing-ads-sdk-php

Composer friendly version of the Bing Ads SDK for PHP
Apache License 2.0
7 stars 9 forks source link

Missed constants in AdPerformanceReportColumn and GeoLocationPerformanceReportColumn classes #29

Open danchupin opened 7 years ago

danchupin commented 7 years ago

There are no constants for "Status" columns in AdPerformanceReportColumn and GeoLocationPerformanceReportColumn classes.
For example, AdPerformanceReportColumn provides AccountStatus, CampaignStatus, AdGroupStatus columns, but related class does not include this constants, the same problem in GeoLocationPerformanceReportColumn - some constants are missed. Defining this constants manually solves the problem, so API returns correct reports. Library version: 2.2.0

Please note, possibly there are much more columns are not provided in classes, meaning I do not check all of this reports.