Skip to content

Commit 0438f67

Browse files
committed
update docs for version 13.0.12
1 parent a45f094 commit 0438f67

File tree

47 files changed

+318
-54
lines changed

Some content is hidden

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

47 files changed

+318
-54
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.11 ' . PHP_VERSION,
245+
'user_agent' => 'BingAdsSDKPHP ' . '13.0.12 ' . PHP_VERSION,
246246
'cache_wsdl' => 'WSDL_CACHE_NONE',
247247

248248
/**

src/V13/CampaignManagement/AccountPropertyName.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ final class AccountPropertyName
4848
/** Reserved. */
4949
const LoopBackWindowForViewThroughConversions = 'LoopBackWindowForViewThroughConversions';
5050

51-
/** Reserved. */
51+
/** Used to get or set the property that determines the account's business attributes meant to help you boost ad performance. */
5252
const BusinessAttributes = 'BusinessAttributes';
5353
}
5454

src/V13/CampaignManagement/AddSharedEntityRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ final class AddSharedEntityRequest
2121
public $SharedEntity;
2222

2323
/**
24-
* The negative keywords to include with the new negative keyword list, or negative sites to include with the new website exclusion list.
24+
* The negative keywords (5,000 total maximum) to include with the new negative keyword list, or negative sites (10,000 total maximum) to include with the new website exclusion list.
2525
* @var SharedListItem[]
2626
*/
2727
public $ListItems;

src/V13/CampaignManagement/CriterionAdditionalField.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ final class CriterionAdditionalField
1414
{
1515
/** Request that the ```CriterionCashback``` element be included within each returned BiddableAdGroupCriterion or BiddableCampaignCriterion object. */
1616
const CriterionCashback = 'CriterionCashback';
17+
18+
/** Reserved. */
19+
const Operator = 'Operator';
1720
}
1821

1922
}

src/V13/CampaignManagement/DynamicSearchAdsSetting.php

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

2020
/**
21-
* Reserved.
21+
* Determines whether to automatically generate dynamic search ad text in addition to the ad text you provide.
2222
* @var boolean
2323
*/
2424
public $DynamicDescriptionEnabled;

src/V13/CampaignManagement/GoogleImportOption.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ final class GoogleImportOption extends ImportOption
1717
*/
1818
public $AccountUrlOptions;
1919

20+
/**
21+
* Reserved.
22+
* @var boolean
23+
*/
24+
public $AdScheduleUseSearcherTimezone;
25+
2026
/**
2127
* The percentage amount that you want to increase or decrease the new or existing Microsoft Advertising bids relative to your Google Ads bids.
2228
* @var double
@@ -245,6 +251,12 @@ final class GoogleImportOption extends ImportOption
245251
*/
246252
public $NewUrlOptions;
247253

254+
/**
255+
* Reserved.
256+
* @var boolean
257+
*/
258+
public $PauseAIMAdGroupIfAllAudienceCriterionNotImported;
259+
248260
/**
249261
* When enabled this option will pause imported campaigns in case all of their location targets are unsupported by Microsoft Advertising.
250262
* @var boolean

src/V13/CampaignManagement/ImportEntityType.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ final class ImportEntityType
1717
/** The import entity is a campaign. */
1818
const Campaign = 'Campaign';
1919

20-
/** Reserved. */
20+
/** The import entity is an ad group. */
2121
const AdGroup = 'AdGroup';
2222

23-
/** Reserved. */
23+
/** The import entity is an ad. */
2424
const Ad = 'Ad';
2525

26-
/** Reserved. */
26+
/** The import entity is a keyword. */
2727
const Keyword = 'Keyword';
2828
}
2929

src/V13/CustomerBilling/Coupon.php

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

55
{
66
/**
7-
* Defines the Coupon Data Object.
7+
* Defines a coupon.
88
* @link https://docs.microsoft.com/en-us/advertising/customer-billing-service/coupon?view=bingads-13 Coupon Data Object
99
*
1010
* @uses CouponRedemption
@@ -13,91 +13,91 @@
1313
final class Coupon
1414
{
1515
/**
16-
* Reserved.
16+
* The code that can be used to redeem the coupon.
1717
* @var string
1818
*/
1919
public $CouponCode;
2020

2121
/**
22-
* Reserved.
22+
* The class name that the coupon was minted from.
2323
* @var string
2424
*/
2525
public $ClassName;
2626

2727
/**
28-
* Reserved.
28+
* The coupon's type.
2929
* @var string
3030
*/
3131
public $CouponType;
3232

3333
/**
34-
* Reserved.
34+
* The value amount of the coupon.
3535
* @var double
3636
*/
3737
public $Amount;
3838

3939
/**
40-
* Reserved.
40+
* The coupon can't be consumed until the account's spend reaches this threshold from the time coupon was redeemed.
4141
* @var double
4242
*/
4343
public $SpendThreshold;
4444

4545
/**
46-
* Reserved.
46+
* The currency of the coupon amount and spend threshold.
4747
* @var string
4848
*/
4949
public $CurrencyCode;
5050

5151
/**
52-
* Reserved.
52+
* The percent off coupon value.
5353
* @var double
5454
*/
5555
public $PercentOff;
5656

5757
/**
58-
* Reserved.
58+
* Active days since coupon has been redeemed.
5959
* @var integer
6060
*/
6161
public $ActiveDuration;
6262

6363
/**
64-
* Reserved.
64+
* The coupon expiration date.
6565
* @var \DateTime
6666
*/
6767
public $ExpirationDate;
6868

6969
/**
70-
* Reserved.
70+
* The coupon cannot be redeemed before the start date.
7171
* @var \DateTime
7272
*/
7373
public $StartDate;
7474

7575
/**
76-
* Reserved.
76+
* The last date that the coupon can be redeemed.
7777
* @var \DateTime
7878
*/
7979
public $EndDate;
8080

8181
/**
82-
* Reserved.
82+
* The email address the coupon has been emailed by the DispatchCoupons operation.
8383
* @var string
8484
*/
8585
public $SendToEmail;
8686

8787
/**
88-
* Reserved.
88+
* The date the coupon was emailed by the DispatchCoupons operation.
8989
* @var \DateTime
9090
*/
9191
public $SendToDate;
9292

9393
/**
94-
* Reserved.
94+
* Has the coupon been redeemed.
9595
* @var boolean
9696
*/
9797
public $IsRedeemed;
9898

9999
/**
100-
* Reserved.
100+
* Contains redemption and consuming details.
101101
* @var CouponRedemption
102102
*/
103103
public $RedemptionInfo;

src/V13/CustomerBilling/CouponRedemption.php

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

55
{
66
/**
7-
* Defines the CouponRedemption Data Object.
7+
* Contains redemption and consuming details.
88
* @link https://docs.microsoft.com/en-us/advertising/customer-billing-service/couponredemption?view=bingads-13 CouponRedemption Data Object
99
*
1010
* @used-by Coupon
1111
*/
1212
final class CouponRedemption
1313
{
1414
/**
15-
* Reserved.
15+
* The identifier of the account to which the coupon was redeemed.
1616
* @var integer
1717
*/
1818
public $AccountId;
1919

2020
/**
21-
* Reserved.
21+
* The account number.
2222
* @var string
2323
*/
2424
public $AccountNumber;
2525

2626
/**
27-
* Reserved.
27+
* The coupon can't be consumed until the account's spend reaches this threshold from the time coupon was redeemed.
2828
* @var double
2929
*/
3030
public $SpendToThreshold;
3131

3232
/**
33-
* Reserved.
33+
* The remaining amount of the coupon in account currency.
3434
* @var double
3535
*/
3636
public $Balance;
3737

3838
/**
39-
* Reserved.
39+
* The currency of the coupon balance and spend threshold.
4040
* @var string
4141
*/
4242
public $CurrencyCode;
4343

4444
/**
45-
* Reserved.
45+
* The date that coupon was redeemed to the account.
4646
* @var \DateTime
4747
*/
4848
public $RedemptionDate;
4949

5050
/**
51-
* Reserved.
51+
* The coupon expiration date.
5252
* @var \DateTime
5353
*/
5454
public $ExpirationDate;
5555

5656
/**
57-
* Reserved.
57+
* The date that the coupon is ready to be consumed.
5858
* @var \DateTime
5959
*/
6060
public $ActivationDate;

src/V13/CustomerBilling/DispatchCouponsRequest.php

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

55
{
66
/**
7-
* Defines the DispatchCoupons Service Operation.
7+
* Dispatch coupons of the specified coupon class name owned by the specified customer.
88
* @link https://docs.microsoft.com/en-us/advertising/customer-billing-service/dispatchcoupons?view=bingads-13 DispatchCoupons Request Object
99
*
1010
* @used-by BingAdsCustomerBillingService::DispatchCoupons
1111
*/
1212
final class DispatchCouponsRequest
1313
{
1414
/**
15-
* Reserved.
15+
* Email addresses to which the coupons are dispatched.
1616
* @var string[]
1717
*/
1818
public $SendToEmails;
1919

2020
/**
21-
* Reserved.
21+
* The identifier of the customer that the coupon class belongs to.
2222
* @var integer
2323
*/
2424
public $CustomerId;
2525

2626
/**
27-
* Reserved.
27+
* The name of coupon class whose available coupons are dispatched.
2828
* @var string
2929
*/
3030
public $CouponClassName;

0 commit comments

Comments
 (0)