Skip to content

Commit 064b6d3

Browse files
authored
Merge pull request #176 from BingAds/users/qitia/version13015
version 13.0.15
2 parents c9f305e + e841920 commit 064b6d3

File tree

234 files changed

+1986
-2384
lines changed

Some content is hidden

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

234 files changed

+1986
-2384
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.14 ' . PHP_VERSION,
245+
'user_agent' => 'BingAdsSDKPHP ' . '13.0.15 ' . PHP_VERSION,
246246
'cache_wsdl' => 'WSDL_CACHE_NONE',
247247

248248
/**

src/V13/AdInsight/BatchError.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
* @link https://docs.microsoft.com/en-us/advertising/ad-insight-service/batcherror?view=bingads-13 BatchError Data Object
99
*
1010
* @used-by ApiFaultDetail
11+
* @used-by GetTextAssetSuggestionsByFinalUrlsResponse
1112
* @used-by SetAutoApplyOptInStatusResponse
13+
* @used-by TagRecommendationsResponse
1214
*/
1315
final class BatchError
1416
{

src/V13/AdInsight/EntityDetail.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 object that provides detail information for an entity for performance insights.
88
* @link https://docs.microsoft.com/en-us/advertising/ad-insight-service/entitydetail?view=bingads-13 EntityDetail Data Object
99
*
1010
* @used-by EntityParameter
1111
*/
1212
final class EntityDetail
1313
{
1414
/**
15-
* Reserved.
15+
* For account, this is AccountId.
1616
* @var integer
1717
*/
1818
public $EntityId;
1919

2020
/**
21-
* Reserved.
21+
* For account/campaign/ad group, this is the name information.
2222
* @var string
2323
*/
2424
public $EntityName;

src/V13/AdInsight/EntityParameter.php

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

55
{
66
/**
7-
* Reserved.
7+
* Defines an object that provides parameter information for an entity.
88
* @link https://docs.microsoft.com/en-us/advertising/ad-insight-service/entityparameter?view=bingads-13 EntityParameter Data Object
99
*
1010
* @uses EntityDetail
@@ -13,25 +13,25 @@
1313
final class EntityParameter extends PerformanceInsightsMessageParameter
1414
{
1515
/**
16-
* Reserved.
16+
* The number of entities.
1717
* @var integer
1818
*/
1919
public $EntityCount;
2020

2121
/**
22-
* Reserved.
22+
* The detail information for entities.
2323
* @var EntityDetail[]
2424
*/
2525
public $EntityDetails;
2626

2727
/**
28-
* Reserved.
28+
* The entity type.
2929
* @var PerformanceInsightsEntityType
3030
*/
3131
public $EntityType;
3232

3333
/**
34-
* Reserved.
34+
* The suggested string value to substitute for the message.
3535
* @var string
3636
*/
3737
public $SuggestedText;

src/V13/AdInsight/GetPerformanceInsightsDetailDataByAccountIdRequest.php

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

55
{
66
/**
7-
* Reserved.
7+
* Gets the performance insights detail data for a single account.
88
* @link https://docs.microsoft.com/en-us/advertising/ad-insight-service/getperformanceinsightsdetaildatabyaccountid?view=bingads-13 GetPerformanceInsightsDetailDataByAccountId Request Object
99
*
1010
* @uses EntityType
@@ -14,19 +14,19 @@
1414
final class GetPerformanceInsightsDetailDataByAccountIdRequest
1515
{
1616
/**
17-
* Reserved.
17+
* The entity level that you want to request performance insights summary data from.
1818
* @var EntityType
1919
*/
2020
public $EntityType;
2121

2222
/**
23-
* Reserved.
23+
* The start date range for performance insights.
2424
* @var DayMonthAndYear
2525
*/
2626
public $StartDate;
2727

2828
/**
29-
* Reserved.
29+
* The end date range for performance insights.
3030
* @var DayMonthAndYear
3131
*/
3232
public $EndDate;

src/V13/AdInsight/GetPerformanceInsightsDetailDataByAccountIdResponse.php

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

55
{
66
/**
7-
* Reserved.
7+
* Gets the performance insights detail data for a single account.
88
* @link https://docs.microsoft.com/en-us/advertising/ad-insight-service/getperformanceinsightsdetaildatabyaccountid?view=bingads-13 GetPerformanceInsightsDetailDataByAccountId Response Object
99
*
1010
* @uses PerformanceInsightsDetail
@@ -13,7 +13,7 @@
1313
final class GetPerformanceInsightsDetailDataByAccountIdResponse
1414
{
1515
/**
16-
* Reserved.
16+
* Defines the performance insight results from calling the GetPerformanceInsightsDetailDataByAccountId operation.
1717
* @var PerformanceInsightsDetail[]
1818
*/
1919
public $Result;
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?php
2+
3+
namespace Microsoft\BingAds\V13\AdInsight;
4+
5+
{
6+
/**
7+
* Discover your recommendations.
8+
* @link https://docs.microsoft.com/en-us/advertising/ad-insight-service/getrecommendations?view=bingads-13 GetRecommendations Request Object
9+
*
10+
* @used-by BingAdsAdInsightService::GetRecommendations
11+
*/
12+
final class GetRecommendationsRequest
13+
{
14+
/**
15+
* The identifier of the campaign that owns the ad group specified in the AdGroupId element.
16+
* @var integer
17+
*/
18+
public $CampaignId;
19+
20+
/**
21+
* The identifier of the ad group for which you want to determine responsive search ads opportunities.
22+
* @var integer
23+
*/
24+
public $AdGroupId;
25+
26+
/**
27+
* The identifier of the recommendation type that you want to get.
28+
* @var string
29+
*/
30+
public $RecommendationType;
31+
}
32+
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?php
2+
3+
namespace Microsoft\BingAds\V13\AdInsight;
4+
5+
{
6+
/**
7+
* Discover your recommendations.
8+
* @link https://docs.microsoft.com/en-us/advertising/ad-insight-service/getrecommendations?view=bingads-13 GetRecommendations Response Object
9+
*
10+
* @uses Recommendation
11+
* @used-by BingAdsAdInsightService::GetRecommendations
12+
*/
13+
final class GetRecommendationsResponse
14+
{
15+
/**
16+
* An array of Recommendation objects.
17+
* @var Recommendation[]
18+
*/
19+
public $Recommendations;
20+
}
21+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?php
2+
3+
namespace Microsoft\BingAds\V13\AdInsight;
4+
5+
{
6+
/**
7+
* Reserved.
8+
* @link https://docs.microsoft.com/en-us/advertising/ad-insight-service/gettextassetsuggestionsbyfinalurls?view=bingads-13 GetTextAssetSuggestionsByFinalUrls Request Object
9+
*
10+
* @used-by BingAdsAdInsightService::GetTextAssetSuggestionsByFinalUrls
11+
*/
12+
final class GetTextAssetSuggestionsByFinalUrlsRequest
13+
{
14+
/**
15+
* Reserved.
16+
* @var string[]
17+
*/
18+
public $FinalUrls;
19+
}
20+
}
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?php
2+
3+
namespace Microsoft\BingAds\V13\AdInsight;
4+
5+
{
6+
/**
7+
* Reserved.
8+
* @link https://docs.microsoft.com/en-us/advertising/ad-insight-service/gettextassetsuggestionsbyfinalurls?view=bingads-13 GetTextAssetSuggestionsByFinalUrls Response Object
9+
*
10+
* @uses TextAssetSuggestions
11+
* @uses BatchError
12+
* @used-by BingAdsAdInsightService::GetTextAssetSuggestionsByFinalUrls
13+
*/
14+
final class GetTextAssetSuggestionsByFinalUrlsResponse
15+
{
16+
/**
17+
* Reserved.
18+
* @var TextAssetSuggestions[]
19+
*/
20+
public $TextAssetSuggestions;
21+
22+
/**
23+
* Reserved.
24+
* @var BatchError[]
25+
*/
26+
public $PartialErrors;
27+
}
28+
}

0 commit comments

Comments
 (0)