Skip to content

Commit d1c9822

Browse files
author
Eric Urban
authored
Merge pull request #103 from BingAds/v12-13-3
proxy and doc link update
2 parents cf55f6d + 094dc1c commit d1c9822

File tree

1,677 files changed

+1839
-1688
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,677 files changed

+1839
-1688
lines changed

samples/V12/CampaignManagementExampleHelper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3188,6 +3188,7 @@ static function OutputDynamicSearchAd($dataObject)
31883188
self::OutputStatusMessage(sprintf("Path1: %s", $dataObject->Path1));
31893189
self::OutputStatusMessage(sprintf("Path2: %s", $dataObject->Path2));
31903190
self::OutputStatusMessage(sprintf("Text: %s", $dataObject->Text));
3191+
self::OutputStatusMessage(sprintf("TextPart2: %s", $dataObject->TextPart2));
31913192
self::OutputStatusMessage("* * * End OutputDynamicSearchAd * * *");
31923193
}
31933194
}

src/V12/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 error object that contains the details that explain why the service operation failed.
8-
* @link https://docs.microsoft.com/en-us/bingads/ad-insight-service/adapierror?view=bingads-12 AdApiError Data Object
8+
* @link https://docs.microsoft.com/en-us/advertising/ad-insight-service/adapierror?view=bingads-12 AdApiError Data Object
99
*
1010
* @used-by AdApiFaultDetail
1111
*/

src/V12/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 a fault object that operations return when generic errors occur, such as an authentication error.
8-
* @link https://docs.microsoft.com/en-us/bingads/ad-insight-service/adapifaultdetail?view=bingads-12 AdApiFaultDetail Data Object
8+
* @link https://docs.microsoft.com/en-us/advertising/ad-insight-service/adapifaultdetail?view=bingads-12 AdApiFaultDetail Data Object
99
*
1010
* @uses AdApiError
1111
*/

src/V12/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/bingads/ad-insight-service/adgroupbidlandscape?view=bingads-12 AdGroupBidLandscape Data Object
8+
* @link https://docs.microsoft.com/en-us/advertising/ad-insight-service/adgroupbidlandscape?view=bingads-12 AdGroupBidLandscape Data Object
99
*
1010
* @uses AdGroupBidLandscapeType
1111
* @uses DayMonthAndYear

src/V12/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/bingads/ad-insight-service/adgroupbidlandscapeinput?view=bingads-12 AdGroupBidLandscapeInput Data Object
8+
* @link https://docs.microsoft.com/en-us/advertising/ad-insight-service/adgroupbidlandscapeinput?view=bingads-12 AdGroupBidLandscapeInput Data Object
99
*
1010
* @uses AdGroupBidLandscapeType
1111
* @used-by GetBidLandscapeByAdGroupIdsRequest

src/V12/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/bingads/ad-insight-service/adgroupbidlandscapetype?view=bingads-12 AdGroupBidLandscapeType Value Set
8+
* @link https://docs.microsoft.com/en-us/advertising/ad-insight-service/adgroupbidlandscapetype?view=bingads-12 AdGroupBidLandscapeType Value Set
99
*
1010
* @used-by AdGroupBidLandscape
1111
* @used-by AdGroupBidLandscapeInput

src/V12/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/bingads/ad-insight-service/adgroupestimate?view=bingads-12 AdGroupEstimate Data Object
8+
* @link https://docs.microsoft.com/en-us/advertising/ad-insight-service/adgroupestimate?view=bingads-12 AdGroupEstimate Data Object
99
*
1010
* @uses KeywordEstimate
1111
* @used-by CampaignEstimate

src/V12/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/bingads/ad-insight-service/adgroupestimator?view=bingads-12 AdGroupEstimator Data Object
8+
* @link https://docs.microsoft.com/en-us/advertising/ad-insight-service/adgroupestimator?view=bingads-12 AdGroupEstimator Data Object
99
*
1010
* @uses KeywordEstimator
1111
* @used-by CampaignEstimator

src/V12/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/bingads/ad-insight-service/adposition?view=bingads-12 AdPosition Value Set
8+
* @link https://docs.microsoft.com/en-us/advertising/ad-insight-service/adposition?view=bingads-12 AdPosition Value Set
99
*
1010
* @used-by KeywordKPI
1111
* @used-by GetHistoricalKeywordPerformanceRequest

src/V12/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 a fault 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/bingads/ad-insight-service/apifaultdetail?view=bingads-12 ApiFaultDetail Data Object
8+
* @link https://docs.microsoft.com/en-us/advertising/ad-insight-service/apifaultdetail?view=bingads-12 ApiFaultDetail Data Object
99
*
1010
* @uses BatchError
1111
* @uses OperationError

0 commit comments

Comments
 (0)