From 387e3199813fd10d36954545788be8529200c0b5 Mon Sep 17 00:00:00 2001 From: Qingjun Tian Date: Tue, 14 Nov 2023 16:08:43 +0800 Subject: [PATCH] v13.0.18 --- src/Auth/ServiceClient.php | 2 +- src/V13/Bulk/DownloadEntity.php | 9 ++++ .../AccountNegativeKeywordList.php | 14 +++++ src/V13/CampaignManagement/AdGroup.php | 8 ++- .../AdGroupAdditionalField.php | 5 +- .../AdGroupCriterionType.php | 2 +- .../AddAudienceGroupsRequest.php | 2 +- .../AddAudienceGroupsResponse.php | 2 +- ...lyAssetGroupListingGroupActionsRequest.php | 2 +- .../CampaignManagement/AssetGroupStatus.php | 8 +-- .../CampaignAdditionalField.php | 3 ++ .../CampaignConversionGoal.php | 4 +- src/V13/CampaignManagement/CampaignType.php | 2 +- src/V13/CampaignManagement/DealCriterion.php | 4 +- .../FrequencyCapSettings.php | 6 --- .../FrequencyCapTimeGranularity.php | 8 +-- src/V13/CampaignManagement/GenreCriterion.php | 4 +- .../CampaignManagement/GoogleImportOption.php | 20 ++++++- .../ImportAdditionalField.php | 9 ++++ src/V13/CampaignManagement/LanguageName.php | 18 +++++++ .../PerformanceMaxSetting.php | 8 ++- .../CustomerBilling/BillingDocumentInfo.php | 6 +++ ...eatureAdoptionCouponEligibilityRequest.php | 6 +-- ...atureAdoptionCouponEligibilityResponse.php | 2 +- .../ClaimFeatureAdoptionCouponsRequest.php | 8 +-- .../ClaimFeatureAdoptionCouponsResponse.php | 12 ++--- src/V13/CustomerBilling/Coupon.php | 2 +- src/V13/CustomerBilling/CouponClaimInfo.php | 8 +-- ...e.php => KeyValueEntityOflongdateTime.php} | 10 ++-- ...ing.php => KeyValueEntityOflongstring.php} | 10 ++-- .../GetNotificationsRequest.php | 32 ++++++++++++ .../GetNotificationsResponse.php | 21 ++++++++ .../KeyValueEntityOfstringstring.php | 27 ++++++++++ src/V13/CustomerManagement/Notification.php | 52 +++++++++++++++++++ src/V13/CustomerManagement/TimeZoneType.php | 4 +- .../AccountPerformanceReportColumn.php | 12 ++--- .../AdGroupPerformanceReportColumn.php | 12 ++--- .../Reporting/AdPerformanceReportColumn.php | 6 +++ .../CampaignPerformanceReportColumn.php | 16 +++--- .../ConversionPerformanceReportColumn.php | 2 +- .../GeographicPerformanceReportColumn.php | 2 +- .../HotelDimensionPerformanceReportColumn.php | 2 +- ...roductDimensionPerformanceReportColumn.php | 16 +++--- ...roductPartitionPerformanceReportColumn.php | 2 +- ...ductSearchQueryPerformanceReportColumn.php | 2 +- .../PublisherUsagePerformanceReportColumn.php | 2 +- src/V13/Reporting/ReportTimeZone.php | 4 +- .../UserLocationPerformanceReportColumn.php | 2 +- 48 files changed, 319 insertions(+), 101 deletions(-) create mode 100644 src/V13/CampaignManagement/AccountNegativeKeywordList.php rename src/V13/CustomerBilling/{KeyValuePairOflongdateTime.php => KeyValueEntityOflongdateTime.php} (58%) rename src/V13/CustomerBilling/{KeyValuePairOflongstring.php => KeyValueEntityOflongstring.php} (59%) create mode 100644 src/V13/CustomerManagement/GetNotificationsRequest.php create mode 100644 src/V13/CustomerManagement/GetNotificationsResponse.php create mode 100644 src/V13/CustomerManagement/KeyValueEntityOfstringstring.php create mode 100644 src/V13/CustomerManagement/Notification.php diff --git a/src/Auth/ServiceClient.php b/src/Auth/ServiceClient.php index e1e789db..4f446b5c 100644 --- a/src/Auth/ServiceClient.php +++ b/src/Auth/ServiceClient.php @@ -242,7 +242,7 @@ private function RefreshServiceProxy() 'features' => SOAP_SINGLE_ELEMENT_ARRAYS, // Disable keep_alive to avoid 'Process open FD table is full' 'keep_alive' => FALSE, - 'user_agent' => 'BingAdsSDKPHP ' . '13.0.17 ' . PHP_VERSION, + 'user_agent' => 'BingAdsSDKPHP ' . '13.0.18 ' . PHP_VERSION, 'cache_wsdl' => 'WSDL_CACHE_NONE', /** diff --git a/src/V13/Bulk/DownloadEntity.php b/src/V13/Bulk/DownloadEntity.php index 18c6d5c3..f2be5738 100644 --- a/src/V13/Bulk/DownloadEntity.php +++ b/src/V13/Bulk/DownloadEntity.php @@ -473,6 +473,15 @@ final class DownloadEntity /** Reserved. */ const AdGroupLogoAdExtensions = 'AdGroupLogoAdExtensions'; + + /** Reserved. */ + const LeadFormAdExtensions = 'LeadFormAdExtensions'; + + /** Reserved. */ + const AccountLeadFormAdExtensions = 'AccountLeadFormAdExtensions'; + + /** Reserved. */ + const CampaignLeadFormAdExtensions = 'CampaignLeadFormAdExtensions'; } } diff --git a/src/V13/CampaignManagement/AccountNegativeKeywordList.php b/src/V13/CampaignManagement/AccountNegativeKeywordList.php new file mode 100644 index 00000000..dd8bfb07 --- /dev/null +++ b/src/V13/CampaignManagement/AccountNegativeKeywordList.php @@ -0,0 +1,14 @@ +