Skip to content

Commit b5d157b

Browse files
authored
Merge pull request #189 from BingAds/v13.0.17
v13.0.17
2 parents f1226b2 + 5787319 commit b5d157b

File tree

123 files changed

+1049
-185
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+1049
-185
lines changed

src/Auth/ServiceClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ private function RefreshServiceProxy()
242242
'features' => SOAP_SINGLE_ELEMENT_ARRAYS,
243243
// Disable keep_alive to avoid 'Process open FD table is full'
244244
'keep_alive' => FALSE,
245-
'user_agent' => 'BingAdsSDKPHP ' . '13.0.16.1 ' . PHP_VERSION,
245+
'user_agent' => 'BingAdsSDKPHP ' . '13.0.17 ' . PHP_VERSION,
246246
'cache_wsdl' => 'WSDL_CACHE_NONE',
247247

248248
/**

src/V13/AdInsight/GetKeywordLocationsRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ final class GetKeywordLocationsRequest
4242
public $Level;
4343

4444
/**
45-
* The country from which the search originated.
45+
* The country/region from which the search originated.
4646
* @var string
4747
*/
4848
public $ParentCountry;

src/V13/AdInsight/KeywordLocation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ final class KeywordLocation
1818
public $Device;
1919

2020
/**
21-
* The country, state, metropolitan area, or city where users entered the search query.
21+
* The country/region, state, metropolitan area, or city where users entered the search query.
2222
* @var string
2323
*/
2424
public $Location;

src/V13/Bulk/DownloadEntity.php

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -447,20 +447,32 @@ final class DownloadEntity
447447
/** Reserved. */
448448
const AdGroupHotelListingGroups = 'AdGroupHotelListingGroups';
449449

450-
/** Reserved. */
450+
/** Array of asset groups to add to the specified campaign. */
451451
const AssetGroups = 'AssetGroups';
452452

453-
/** Reserved. */
453+
/** Array of audience groups. */
454454
const AudienceGroups = 'AudienceGroups';
455455

456-
/** Reserved. */
456+
/** Defines a negative site assigned to an campaign that can be uploaded and downloaded in a bulk file. */
457457
const CampaignNegativeWebpages = 'CampaignNegativeWebpages';
458458

459-
/** Reserved. */
459+
/** The list of Audience Group associations. */
460460
const AudienceGroupAssetGroupAssociations = 'AudienceGroupAssetGroupAssociations';
461461

462-
/** Reserved. */
462+
/** The list of listing groups that correspond directly to the identifiers specified in the request. */
463463
const AssetGroupListingGroups = 'AssetGroupListingGroups';
464+
465+
/** Reserved. */
466+
const LogoAdExtensions = 'LogoAdExtensions';
467+
468+
/** Reserved. */
469+
const AccountLogoAdExtensions = 'AccountLogoAdExtensions';
470+
471+
/** Reserved. */
472+
const CampaignLogoAdExtensions = 'CampaignLogoAdExtensions';
473+
474+
/** Reserved. */
475+
const AdGroupLogoAdExtensions = 'AdGroupLogoAdExtensions';
464476
}
465477

466478
}

src/V13/CampaignManagement/AdAdditionalField.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ final class AdAdditionalField
2121

2222
/** Request that the LongHeadlines element be included within each returned ResponsiveAd object. */
2323
const LongHeadlines = 'LongHeadlines';
24+
25+
/** Reserved. */
26+
const ImageTargetDimension = 'ImageTargetDimension';
2427
}
2528

2629
}

src/V13/CampaignManagement/AdExtensionEditorialReason.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ final class AdExtensionEditorialReason
1818
public $Location;
1919

2020
/**
21-
* The list of publisher countries whose editorial guidelines do not allow the specified term.
21+
* The list of publisher countries or regions whose editorial guidelines do not allow the specified term.
2222
* @var string[]
2323
*/
2424
public $PublisherCountries;

src/V13/CampaignManagement/AdGroup.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ final class AdGroup
7575
public $ForwardCompatibilityMap;
7676

7777
/**
78-
* Reserved.
78+
* Settings for the frequency cap.
7979
* @var FrequencyCapSettings[]
8080
*/
8181
public $FrequencyCapSettings;
@@ -153,7 +153,7 @@ final class AdGroup
153153
public $UrlCustomParameters;
154154

155155
/**
156-
* Reserved.
156+
* Indicates if predictive targeting is enabled for an AdGroup.
157157
* @var boolean
158158
*/
159159
public $UseOptimizedTargeting;

src/V13/CampaignManagement/AdGroupAdditionalField.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ final class AdGroupAdditionalField
3636
/** Reserved. */
3737
const McpaBid = 'McpaBid';
3838

39-
/** Reserved. */
39+
/** Indicates if predictive targeting is enabled for an AdGroup. */
4040
const UseOptimizedTargeting = 'UseOptimizedTargeting';
4141

42-
/** Reserved. */
42+
/** Settings for the frequency cap. */
4343
const FrequencyCapSettings = 'FrequencyCapSettings';
4444
}
4545

src/V13/CampaignManagement/AdGroupCriterionType.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ final class AdGroupCriterionType
9191

9292
/** Reserved. */
9393
const HotelCheckInDate = 'HotelCheckInDate';
94+
95+
/** Reserved. */
96+
const Genre = 'Genre';
9497
}
9598

9699
}

src/V13/CampaignManagement/AddAssetGroupsRequest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{
66
/**
7-
* Reserved.
7+
* Adds array of asset groups to a specified campaign.
88
* @link https:/learn.microsoft.com/advertising/campaign-management-service/addassetgroups?view=bingads-13 AddAssetGroups Request Object
99
*
1010
* @uses AssetGroup
@@ -13,13 +13,13 @@
1313
final class AddAssetGroupsRequest
1414
{
1515
/**
16-
* Reserved.
16+
* Array of asset groups to add to the specified campaign.
1717
* @var AssetGroup[]
1818
*/
1919
public $AssetGroups;
2020

2121
/**
22-
* Reserved.
22+
* The ID of the Performace Max campaign.
2323
* @var integer
2424
*/
2525
public $CampaignId;

0 commit comments

Comments
 (0)