Skip to content

Commit 59902e3

Browse files
authored
Merge pull request #203 from BingAds/v13.0.21.1
v13.0.21.1
2 parents 0efb948 + 7a614ca commit 59902e3

File tree

61 files changed

+221
-137
lines changed

Some content is hidden

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

61 files changed

+221
-137
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.21 ' . PHP_VERSION,
245+
'user_agent' => 'BingAdsSDKPHP ' . '13.0.21.1 ' . PHP_VERSION,
246246
'cache_wsdl' => 'WSDL_CACHE_NONE',
247247

248248
/**

src/V13/Bulk/DownloadEntity.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -546,19 +546,19 @@ final class DownloadEntity
546546
/** Reserved. */
547547
const AssetGroupSearchThemes = 'AssetGroupSearchThemes';
548548

549-
/** Reserved. */
549+
/** Include Impression Based Remarketing List records in the download data. */
550550
const ImpressionBasedRemarketingList = 'ImpressionBasedRemarketingList';
551551

552-
/** Reserved. */
552+
/** Include Ad Group Impression Based Remarketing List Association records in the download that each represent the association relationship between an ad group and an impression based remarketing list. */
553553
const AdGroupImpressionBasedRemarketingListAssociations = 'AdGroupImpressionBasedRemarketingListAssociations';
554554

555-
/** Reserved. */
555+
/** Include Ad Group Negative Impression Based Remarketing List Association records in the download that each represent the association relationship between an ad group and an impression based remarketing list exclusion. */
556556
const AdGroupNegativeImpressionBasedRemarketingListAssociations = 'AdGroupNegativeImpressionBasedRemarketingListAssociations';
557557

558-
/** Reserved. */
558+
/** Include Campaign Impression Based Remarketing List Association records in the download that each represent the association relationship between a campaign and an impression based remarketing list. */
559559
const CampaignImpressionBasedRemarketingListAssociations = 'CampaignImpressionBasedRemarketingListAssociations';
560560

561-
/** Reserved. */
561+
/** Include Campaign Negative Impression Based Remarketing List Association records in the download that each represent the association relationship between a campaign and an impression based remarketing list exclusion. */
562562
const CampaignNegativeImpressionBasedRemarketingListAssociations = 'CampaignNegativeImpressionBasedRemarketingListAssociations';
563563
}
564564

src/V13/CampaignManagement/AccountPropertyName.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ final class AccountPropertyName
5959

6060
/** Reserved. */
6161
const NetflixTCAccepted = 'NetflixTCAccepted';
62+
63+
/** Reserved. */
64+
const BlockedContentSegments = 'BlockedContentSegments';
6265
}
6366

6467
}

src/V13/CampaignManagement/AdAdditionalField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ final class AdAdditionalField
2525
/** The target dimension of an image asset. */
2626
const ImageTargetDimension = 'ImageTargetDimension';
2727

28-
/** Reserved. */
28+
/** Defines the possible ad sub types. */
2929
const AdSubType = 'AdSubType';
3030
}
3131

src/V13/CampaignManagement/AdExtensionsTypeFilter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ final class AdExtensionsTypeFilter
5858
/** Reserved. */
5959
const DisclaimerAdExtension = 'DisclaimerAdExtension';
6060

61-
/** Reserved. */
61+
/** An ad extension that contains the business logo. */
6262
const LogoAdExtension = 'LogoAdExtension';
6363
}
6464

src/V13/CampaignManagement/AdGroupCriterionType.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ final class AdGroupCriterionType
9595
/** The ad group criterion is a genre criterion. */
9696
const Genre = 'Genre';
9797

98-
/** For internal use only. */
98+
/** The ad group criterion is a customer list. */
9999
const CustomerList = 'CustomerList';
100100

101-
/** Reserved. */
101+
/** The ad group criterion is an impression-based remarketing list. */
102102
const ImpressionBasedRemarketingList = 'ImpressionBasedRemarketingList';
103103
}
104104

src/V13/CampaignManagement/AdSubType.php

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

55
{
66
/**
7-
* Reserved.
7+
* Defines the possible ad sub types.
88
* @link https:/learn.microsoft.com/advertising/campaign-management-service/adsubtype?view=bingads-13 AdSubType Value Set
99
*
1010
* @used-by ResponsiveAd
1111
*/
1212
final class AdSubType
1313
{
14-
/** Reserved. */
14+
/** The ad is a video ad. */
1515
const Video = 'Video';
1616

17-
/** Reserved. */
17+
/** The ad is a display ad. */
1818
const Display = 'Display';
1919
}
2020

src/V13/CampaignManagement/AssetGroupAdditionalField.php

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

55
{
66
/**
7-
* Reserved.
7+
* Defines the possible additional fields for an asset group.
88
* @link https:/learn.microsoft.com/advertising/campaign-management-service/assetgroupadditionalfield?view=bingads-13 AssetGroupAdditionalField Value Set
99
*
1010
* @used-by GetAssetGroupsByCampaignIdRequest
1111
* @used-by GetAssetGroupsByIdsRequest
1212
*/
1313
final class AssetGroupAdditionalField
1414
{
15-
/** Reserved. */
15+
/** Include the AssetGroupSearchThemes field. */
1616
const AssetGroupSearchThemes = 'AssetGroupSearchThemes';
1717
}
1818

src/V13/CampaignManagement/AssetGroupSearchTheme.php

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

55
{
66
/**
7-
* Reserved.
7+
* Defines an AssetGroupSearchTheme data object.
88
* @link https:/learn.microsoft.com/advertising/campaign-management-service/assetgroupsearchtheme?view=bingads-13 AssetGroupSearchTheme Data Object
99
*
1010
* @used-by AssetGroup
1111
*/
1212
final class AssetGroupSearchTheme
1313
{
1414
/**
15-
* Reserved.
15+
* The identifier of the search theme.
1616
* @var integer
1717
*/
1818
public $Id;
1919

2020
/**
21-
* Reserved.
21+
* The type of search theme.
2222
* @var string
2323
*/
2424
public $SearchTheme;

src/V13/CampaignManagement/AudienceAdditionalField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ final class AudienceAdditionalField
1818
const NumberRuleItem = 'NumberRuleItem';
1919

2020
/** Reserved. */
21-
const ImpreesionBasedRemarketingList = 'ImpreesionBasedRemarketingList';
21+
const ImpressionBasedRemarketingList = 'ImpressionBasedRemarketingList';
2222
}
2323

2424
}

0 commit comments

Comments
 (0)