Skip to content

Commit e06ac1d

Browse files
author
Eric Urban
committed
v12 support and proxies update
1 parent d372ae7 commit e06ac1d

File tree

78 files changed

+63
-195
lines changed

Some content is hidden

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

78 files changed

+63
-195
lines changed

src/V11/AdInsight/AuctionInsightKPINode.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33
namespace Microsoft\BingAds\V11\AdInsight;
44

55
{
6-
/**
7-
* Reserved.
8-
* @link https://docs.microsoft.com/en-us/bingads/ad-insight-service/auctioninsightkpinode?view=bingads-11 AuctionInsightKPINode Data Object
9-
*
10-
* @used-by AuctionInsightV2Entity
11-
*/
126
final class AuctionInsightKPINode
137
{
148
/**

src/V11/AdInsight/AuctionInsightResult.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33
namespace Microsoft\BingAds\V11\AdInsight;
44

55
{
6-
/**
7-
* Reserved.
8-
* @link https://docs.microsoft.com/en-us/bingads/ad-insight-service/auctioninsightresult?view=bingads-11 AuctionInsightResult Data Object
9-
*
10-
* @uses AuctionInsightV2Entity
11-
* @used-by GetAuctionInsightDataResponse
12-
*/
136
final class AuctionInsightResult
147
{
158
/**

src/V11/AdInsight/AuctionInsightV2Entity.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33
namespace Microsoft\BingAds\V11\AdInsight;
44

55
{
6-
/**
7-
* Reserved.
8-
* @link https://docs.microsoft.com/en-us/bingads/ad-insight-service/auctioninsightv2entity?view=bingads-11 AuctionInsightV2Entity Data Object
9-
*
10-
* @uses AuctionInsightKPINode
11-
* @used-by AuctionInsightResult
12-
*/
136
final class AuctionInsightV2Entity
147
{
158
/**

src/V11/AdInsight/DateRange.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33
namespace Microsoft\BingAds\V11\AdInsight;
44

55
{
6-
/**
7-
* Reserved.
8-
* @link https://docs.microsoft.com/en-us/bingads/ad-insight-service/daterange?view=bingads-11 DateRange Data Object
9-
*
10-
* @used-by Selector
11-
*/
126
final class DateRange
137
{
148
/**

src/V11/AdInsight/Field.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@
33
namespace Microsoft\BingAds\V11\AdInsight;
44

55
{
6-
/**
7-
* Reserved.
8-
* @link https://docs.microsoft.com/en-us/bingads/ad-insight-service/field?view=bingads-11 Field Value Set
9-
*
10-
* @used-by OrderBy
11-
* @used-by Predicate
12-
* @used-by Selector
13-
*/
146
final class Field
157
{
168
/** Reserved. */

src/V11/AdInsight/GetAuctionInsightDataRequest.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,8 @@
33
namespace Microsoft\BingAds\V11\AdInsight;
44

55
{
6-
/**
7-
* Reserved.
8-
* @link https://docs.microsoft.com/en-us/bingads/ad-insight-service/getauctioninsightdata?view=bingads-11 GetAuctionInsightData Request Object
9-
*
10-
* @uses Selector
11-
* @used-by BingAdsAdInsightService::GetAuctionInsightData
12-
*/
136
final class GetAuctionInsightDataRequest
147
{
15-
/**
16-
* Reserved.
17-
* @var Selector
18-
*/
198
public $Selector;
209
}
2110
}

src/V11/AdInsight/GetAuctionInsightDataResponse.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,8 @@
33
namespace Microsoft\BingAds\V11\AdInsight;
44

55
{
6-
/**
7-
* Reserved.
8-
* @link https://docs.microsoft.com/en-us/bingads/ad-insight-service/getauctioninsightdata?view=bingads-11 GetAuctionInsightData Response Object
9-
*
10-
* @uses AuctionInsightResult
11-
* @used-by BingAdsAdInsightService::GetAuctionInsightData
12-
*/
136
final class GetAuctionInsightDataResponse
147
{
15-
/**
16-
* Reserved.
17-
* @var AuctionInsightResult
18-
*/
198
public $Result;
209
}
2110
}

src/V11/AdInsight/Operator.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33
namespace Microsoft\BingAds\V11\AdInsight;
44

55
{
6-
/**
7-
* Reserved.
8-
* @link https://docs.microsoft.com/en-us/bingads/ad-insight-service/operator?view=bingads-11 Operator Value Set
9-
*
10-
* @used-by Predicate
11-
*/
126
final class Operator
137
{
148
/** Reserved. */

src/V11/AdInsight/OrderBy.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@
33
namespace Microsoft\BingAds\V11\AdInsight;
44

55
{
6-
/**
7-
* Reserved.
8-
* @link https://docs.microsoft.com/en-us/bingads/ad-insight-service/orderby?view=bingads-11 OrderBy Data Object
9-
*
10-
* @uses SortOrder
11-
* @uses Field
12-
* @used-by Selector
13-
*/
146
final class OrderBy
157
{
168
/**

src/V11/AdInsight/Paging.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33
namespace Microsoft\BingAds\V11\AdInsight;
44

55
{
6-
/**
7-
* Reserved.
8-
* @link https://docs.microsoft.com/en-us/bingads/ad-insight-service/paging?view=bingads-11 Paging Data Object
9-
*
10-
* @used-by Selector
11-
*/
126
final class Paging
137
{
148
/**

0 commit comments

Comments
 (0)