Skip to content

Commit 0200712

Browse files
authored
Merge pull request #183 from BingAds/v13.0.16
v13.0.16
2 parents b2f851f + 7d3f1e5 commit 0200712

File tree

1,065 files changed

+2494
-1052
lines changed

Some content is hidden

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

1,065 files changed

+2494
-1052
lines changed

src/Auth/ServiceClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
php
22

33
namespace Microsoft\BingAds\Auth;
44

@@ -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.15.2 ' . PHP_VERSION,
245+
'user_agent' => 'BingAdsSDKPHP ' . '13.0.16 ' . PHP_VERSION,
246246
'cache_wsdl' => 'WSDL_CACHE_NONE',
247247

248248
/**

src/V13/AdInsight/AdApiError.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
/**
77
* Defines an Ad Insight Ad API error object that contains the details that explain why the service operation failed.
8-
* @link https://docs.microsoft.com/en-us/advertising/ad-insight-service/adapierror?view=bingads-13 AdApiError Data Object
8+
* @link https:/learn.microsoft.com/advertising/ad-insight-service/adapierror?view=bingads-13 AdApiError Data Object
99
*
1010
* @used-by AdApiFaultDetail
1111
*/

src/V13/AdInsight/AdApiFaultDetail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
/**
77
* Defines an Ad Insight Ad API fault detail object that operations return when generic errors occur, such as an authentication error.
8-
* @link https://docs.microsoft.com/en-us/advertising/ad-insight-service/adapifaultdetail?view=bingads-13 AdApiFaultDetail Data Object
8+
* @link https:/learn.microsoft.com/advertising/ad-insight-service/adapifaultdetail?view=bingads-13 AdApiFaultDetail Data Object
99
*
1010
* @uses AdApiError
1111
*/

src/V13/AdInsight/AdGroupBidLandscape.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
/**
77
* Defines an object that contains a list of estimated clicks, cost, and impressions from 1 to 7 days for the ad group identifier given the suggested bid.
8-
* @link https://docs.microsoft.com/en-us/advertising/ad-insight-service/adgroupbidlandscape?view=bingads-13 AdGroupBidLandscape Data Object
8+
* @link https:/learn.microsoft.com/advertising/ad-insight-service/adgroupbidlandscape?view=bingads-13 AdGroupBidLandscape Data Object
99
*
1010
* @uses AdGroupBidLandscapeType
1111
* @uses DayMonthAndYear

src/V13/AdInsight/AdGroupBidLandscapeInput.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
/**
77
* Defines an object that contains the requested bid landscape type for the corresponding ad group identifier.
8-
* @link https://docs.microsoft.com/en-us/advertising/ad-insight-service/adgroupbidlandscapeinput?view=bingads-13 AdGroupBidLandscapeInput Data Object
8+
* @link https:/learn.microsoft.com/advertising/ad-insight-service/adgroupbidlandscapeinput?view=bingads-13 AdGroupBidLandscapeInput Data Object
99
*
1010
* @uses AdGroupBidLandscapeType
1111
* @used-by GetBidLandscapeByAdGroupIdsRequest

src/V13/AdInsight/AdGroupBidLandscapeType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
/**
77
* Defines the possible values that indicate whether all or a subset of an ad group's existing keywords are used to determine the bid landscape.
8-
* @link https://docs.microsoft.com/en-us/advertising/ad-insight-service/adgroupbidlandscapetype?view=bingads-13 AdGroupBidLandscapeType Value Set
8+
* @link https:/learn.microsoft.com/advertising/ad-insight-service/adgroupbidlandscapetype?view=bingads-13 AdGroupBidLandscapeType Value Set
99
*
1010
* @used-by AdGroupBidLandscape
1111
* @used-by AdGroupBidLandscapeInput

src/V13/AdInsight/AdGroupEstimate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
/**
77
* Contains a list of suggested keywords for the ad group with minimum and maximum traffic estimates.
8-
* @link https://docs.microsoft.com/en-us/advertising/ad-insight-service/adgroupestimate?view=bingads-13 AdGroupEstimate Data Object
8+
* @link https:/learn.microsoft.com/advertising/ad-insight-service/adgroupestimate?view=bingads-13 AdGroupEstimate Data Object
99
*
1010
* @uses KeywordEstimate
1111
* @used-by CampaignEstimate

src/V13/AdInsight/AdGroupEstimator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
/**
77
* Contains a list of keyword estimators with your keyword level filter criteria for traffic estimates.
8-
* @link https://docs.microsoft.com/en-us/advertising/ad-insight-service/adgroupestimator?view=bingads-13 AdGroupEstimator Data Object
8+
* @link https:/learn.microsoft.com/advertising/ad-insight-service/adgroupestimator?view=bingads-13 AdGroupEstimator Data Object
99
*
1010
* @uses KeywordEstimator
1111
* @used-by CampaignEstimator

src/V13/AdInsight/AdPosition.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
/**
77
* Defines the possible positions of an ad in the search results.
8-
* @link https://docs.microsoft.com/en-us/advertising/ad-insight-service/adposition?view=bingads-13 AdPosition Value Set
8+
* @link https:/learn.microsoft.com/advertising/ad-insight-service/adposition?view=bingads-13 AdPosition Value Set
99
*
1010
* @used-by KeywordKPI
1111
* @used-by GetHistoricalKeywordPerformanceRequest

src/V13/AdInsight/ApiFaultDetail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
/**
77
* Defines an Ad Insight API fault detail object that operations return when web service-specific errors occur, such as when the request message contains incomplete or invalid data.
8-
* @link https://docs.microsoft.com/en-us/advertising/ad-insight-service/apifaultdetail?view=bingads-13 ApiFaultDetail Data Object
8+
* @link https:/learn.microsoft.com/advertising/ad-insight-service/apifaultdetail?view=bingads-13 ApiFaultDetail Data Object
99
*
1010
* @uses BatchError
1111
* @uses OperationError

0 commit comments

Comments
 (0)