Skip to content

Commit

Permalink
Release 35.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thang Duong committed May 24, 2018
1 parent d7eca1e commit d027955
Show file tree
Hide file tree
Showing 44 changed files with 2,747 additions and 2,185 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### 35.1.0

##### DFP

* Added `ContentFilterError`, `ContentFilterErrorReason` for all versions.
These classes are for deserializing server errors.
* Added `UserConsentEligibility` and updated `LineItem`, `LineItemSummary`
for v201805 to make line items ineligible for non-personalized ad requests.

### 35.0.0

##### AdWords
Expand Down
6 changes: 2 additions & 4 deletions resources/wsdls/api/adwords/cm/v201710/AdGroupAdService.wsdl
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@
<complexType name="Ad">
<annotation>
<documentation>
The base class of all ad types. {@code Ad} objects themselves cannot be modified. If you want to
make a change to an {@code Ad} object, you must REMOVE its AdGroupAd and ADD a new AdGroupAd with
the new {@code Ad}. This will result in a new {@code Ad} ID, so stats for the original {@code Ad}
and the new {@code Ad} will appear under separate IDs in reports.
The base class of all ad types. {@code Ad}s are created using the {@code AdGroupAdService}.
Some ad types such as {@code ExpandedTextAd}s may be modified using the {@code AdService}.

&lt;p&gt;When calling {@code AdGroupAdService} to update the {@code status} of an {@code AdGroupAd},
you can construct an {@code Ad} object (instead of the {@code Ad}'s concrete type) with the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@
&lt;p&gt;Starting with v201705, this field cannot be set at the ad group or ad group criterion level
to any value other than {@code BiddingStrategyType.NONE}.
&lt;span class="constraint Selectable"&gt;This field can be selected using the value "BiddingStrategyType".&lt;/span&gt;&lt;span class="constraint Filterable"&gt;This field can be filtered on.&lt;/span&gt;
&lt;span class="constraint CampaignType"&gt;This field may only be set to the values: MANUAL_CPC, PAGE_ONE_PROMOTED, TARGET_SPEND, ENHANCED_CPC, TARGET_CPA, TARGET_ROAS, MAXIMIZE_CONVERSIONS, TARGET_OUTRANK_SHARE, NONE, MANUAL_CPM for campaign channel type SEARCH.&lt;/span&gt;
&lt;span class="constraint CampaignType"&gt;This field may only be set to the values: MANUAL_CPC, PAGE_ONE_PROMOTED, TARGET_SPEND, ENHANCED_CPC, TARGET_CPA, TARGET_ROAS, MAXIMIZE_CONVERSIONS, TARGET_OUTRANK_SHARE, NONE for campaign channel type SEARCH.&lt;/span&gt;
&lt;span class="constraint CampaignType"&gt;This field may only be set to NONE for campaign channel type SHOPPING with ad group type SHOPPING_SHOWCASE_ADS.&lt;/span&gt;
&lt;span class="constraint CampaignType"&gt;This field may only be set to the values: MANUAL_CPC, ENHANCED_CPC, TARGET_ROAS, TARGET_SPEND, NONE for campaign channel type SHOPPING.&lt;/span&gt;
&lt;span class="constraint CampaignType"&gt;This field may only be set to NONE for campaign channel type DISPLAY.&lt;/span&gt;
Expand Down
2 changes: 1 addition & 1 deletion resources/wsdls/api/adwords/cm/v201710/AdGroupService.wsdl
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@
&lt;p&gt;Starting with v201705, this field cannot be set at the ad group or ad group criterion level
to any value other than {@code BiddingStrategyType.NONE}.
&lt;span class="constraint Selectable"&gt;This field can be selected using the value "BiddingStrategyType".&lt;/span&gt;&lt;span class="constraint Filterable"&gt;This field can be filtered on.&lt;/span&gt;
&lt;span class="constraint CampaignType"&gt;This field may only be set to the values: MANUAL_CPC, PAGE_ONE_PROMOTED, TARGET_SPEND, ENHANCED_CPC, TARGET_CPA, TARGET_ROAS, MAXIMIZE_CONVERSIONS, TARGET_OUTRANK_SHARE, NONE, MANUAL_CPM for campaign channel type SEARCH.&lt;/span&gt;
&lt;span class="constraint CampaignType"&gt;This field may only be set to the values: MANUAL_CPC, PAGE_ONE_PROMOTED, TARGET_SPEND, ENHANCED_CPC, TARGET_CPA, TARGET_ROAS, MAXIMIZE_CONVERSIONS, TARGET_OUTRANK_SHARE, NONE for campaign channel type SEARCH.&lt;/span&gt;
&lt;span class="constraint CampaignType"&gt;This field may only be set to the values: MANUAL_CPC, ENHANCED_CPC, NONE for campaign channel type SHOPPING with ad group type SHOPPING_SHOWCASE_ADS.&lt;/span&gt;
&lt;span class="constraint CampaignType"&gt;This field may only be set to the values: MANUAL_CPC, ENHANCED_CPC, TARGET_ROAS, TARGET_SPEND, NONE for campaign channel type SHOPPING.&lt;/span&gt;
&lt;span class="constraint CampaignType"&gt;This field may only be set to the values: MANUAL_CPC, ENHANCED_CPC, TARGET_ROAS, TARGET_SPEND, TARGET_CPA, NONE, MAXIMIZE_CONVERSIONS for campaign channel type DISPLAY.&lt;/span&gt;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@
<complexType name="Ad">
<annotation>
<documentation>
The base class of all ad types. {@code Ad} objects themselves cannot be modified. If you want to
make a change to an {@code Ad} object, you must REMOVE its AdGroupAd and ADD a new AdGroupAd with
the new {@code Ad}. This will result in a new {@code Ad} ID, so stats for the original {@code Ad}
and the new {@code Ad} will appear under separate IDs in reports.
The base class of all ad types. {@code Ad}s are created using the {@code AdGroupAdService}.
Some ad types such as {@code ExpandedTextAd}s may be modified using the {@code AdService}.

&lt;p&gt;When calling {@code AdGroupAdService} to update the {@code status} of an {@code AdGroupAd},
you can construct an {@code Ad} object (instead of the {@code Ad}'s concrete type) with the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
&lt;p&gt;Starting with v201705, this field cannot be set at the ad group or ad group criterion level
to any value other than {@code BiddingStrategyType.NONE}.
&lt;span class="constraint Selectable"&gt;This field can be selected using the value "BiddingStrategyType".&lt;/span&gt;&lt;span class="constraint Filterable"&gt;This field can be filtered on.&lt;/span&gt;
&lt;span class="constraint CampaignType"&gt;This field may only be set to the values: MANUAL_CPC, PAGE_ONE_PROMOTED, TARGET_SPEND, ENHANCED_CPC, TARGET_CPA, TARGET_ROAS, MAXIMIZE_CONVERSIONS, TARGET_OUTRANK_SHARE, NONE, MANUAL_CPM for campaign channel type SEARCH.&lt;/span&gt;
&lt;span class="constraint CampaignType"&gt;This field may only be set to the values: MANUAL_CPC, PAGE_ONE_PROMOTED, TARGET_SPEND, ENHANCED_CPC, TARGET_CPA, TARGET_ROAS, MAXIMIZE_CONVERSIONS, TARGET_OUTRANK_SHARE, NONE for campaign channel type SEARCH.&lt;/span&gt;
&lt;span class="constraint CampaignType"&gt;This field may only be set to the values: MANUAL_CPC, ENHANCED_CPC, TARGET_ROAS, TARGET_SPEND for campaign channel type SHOPPING.&lt;/span&gt;
&lt;span class="constraint CampaignType"&gt;This field may only be set to the values: MANUAL_CPC, MANUAL_CPM, TARGET_SPEND, ENHANCED_CPC, TARGET_CPA, TARGET_ROAS, MAXIMIZE_CONVERSIONS for campaign channel type DISPLAY.&lt;/span&gt;
&lt;span class="constraint CampaignType"&gt;This field may only be set to the values: MANUAL_CPC, TARGET_CPA for campaign channel type DISPLAY with campaign channel subtype DISPLAY_MOBILE_APP.&lt;/span&gt;
Expand Down
6 changes: 2 additions & 4 deletions resources/wsdls/api/adwords/cm/v201802/AdGroupAdService.wsdl
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@
<complexType name="Ad">
<annotation>
<documentation>
The base class of all ad types. {@code Ad} objects themselves cannot be modified. If you want to
make a change to an {@code Ad} object, you must REMOVE its AdGroupAd and ADD a new AdGroupAd with
the new {@code Ad}. This will result in a new {@code Ad} ID, so stats for the original {@code Ad}
and the new {@code Ad} will appear under separate IDs in reports.
The base class of all ad types. {@code Ad}s are created using the {@code AdGroupAdService}.
Some ad types such as {@code ExpandedTextAd}s may be modified using the {@code AdService}.

&lt;p&gt;When calling {@code AdGroupAdService} to update the {@code status} of an {@code AdGroupAd},
you can construct an {@code Ad} object (instead of the {@code Ad}'s concrete type) with the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@
&lt;p&gt;Starting with v201705, this field cannot be set at the ad group or ad group criterion level
to any value other than {@code BiddingStrategyType.NONE}.
&lt;span class="constraint Selectable"&gt;This field can be selected using the value "BiddingStrategyType".&lt;/span&gt;&lt;span class="constraint Filterable"&gt;This field can be filtered on.&lt;/span&gt;
&lt;span class="constraint CampaignType"&gt;This field may only be set to the values: MANUAL_CPC, PAGE_ONE_PROMOTED, TARGET_SPEND, ENHANCED_CPC, TARGET_CPA, TARGET_ROAS, MAXIMIZE_CONVERSIONS, MAXIMIZE_CONVERSION_VALUE, TARGET_OUTRANK_SHARE, NONE, MANUAL_CPM for campaign channel type SEARCH.&lt;/span&gt;
&lt;span class="constraint CampaignType"&gt;This field may only be set to the values: MANUAL_CPC, PAGE_ONE_PROMOTED, TARGET_SPEND, ENHANCED_CPC, TARGET_CPA, TARGET_ROAS, MAXIMIZE_CONVERSIONS, MAXIMIZE_CONVERSION_VALUE, TARGET_OUTRANK_SHARE, NONE for campaign channel type SEARCH.&lt;/span&gt;
&lt;span class="constraint CampaignType"&gt;This field may only be set to NONE for campaign channel type SHOPPING with ad group type SHOPPING_SHOWCASE_ADS.&lt;/span&gt;
&lt;span class="constraint CampaignType"&gt;This field may only be set to the values: MANUAL_CPC, ENHANCED_CPC, TARGET_ROAS, TARGET_SPEND, NONE for campaign channel type SHOPPING.&lt;/span&gt;
&lt;span class="constraint CampaignType"&gt;This field may only be set to NONE for campaign channel type SHOPPING with campaign channel subtype SHOPPING_UNIVERSAL_ADS.&lt;/span&gt;
Expand Down
4 changes: 2 additions & 2 deletions resources/wsdls/api/adwords/cm/v201802/AdGroupService.wsdl
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@
&lt;p&gt;Starting with v201705, this field cannot be set at the ad group or ad group criterion level
to any value other than {@code BiddingStrategyType.NONE}.
&lt;span class="constraint Selectable"&gt;This field can be selected using the value "BiddingStrategyType".&lt;/span&gt;&lt;span class="constraint Filterable"&gt;This field can be filtered on.&lt;/span&gt;
&lt;span class="constraint CampaignType"&gt;This field may only be set to the values: MANUAL_CPC, PAGE_ONE_PROMOTED, TARGET_SPEND, ENHANCED_CPC, TARGET_CPA, TARGET_ROAS, MAXIMIZE_CONVERSIONS, MAXIMIZE_CONVERSION_VALUE, TARGET_OUTRANK_SHARE, NONE, MANUAL_CPM for campaign channel type SEARCH.&lt;/span&gt;
&lt;span class="constraint CampaignType"&gt;This field may only be set to the values: MANUAL_CPC, PAGE_ONE_PROMOTED, TARGET_SPEND, ENHANCED_CPC, TARGET_CPA, TARGET_ROAS, MAXIMIZE_CONVERSIONS, MAXIMIZE_CONVERSION_VALUE, TARGET_OUTRANK_SHARE, NONE for campaign channel type SEARCH.&lt;/span&gt;
&lt;span class="constraint CampaignType"&gt;This field may only be set to the values: MANUAL_CPC, ENHANCED_CPC, NONE for campaign channel type SHOPPING with ad group type SHOPPING_SHOWCASE_ADS.&lt;/span&gt;
&lt;span class="constraint CampaignType"&gt;This field may only be set to the values: MANUAL_CPC, ENHANCED_CPC, TARGET_ROAS, TARGET_SPEND, NONE for campaign channel type SHOPPING.&lt;/span&gt;
&lt;span class="constraint CampaignType"&gt;This field may only be set to NONE for campaign channel type SHOPPING with campaign channel subtype SHOPPING_UNIVERSAL_ADS.&lt;/span&gt;
Expand Down Expand Up @@ -2752,7 +2752,7 @@
<enumeration value="SHOPPING_UNIVERSAL_ADS">
<annotation>
<documentation>
Ad group type for Universal Shopping Campaigns.
Ad group type for goal-optimized Shopping Campaigns.
</documentation>
</annotation>
</enumeration>
Expand Down
14 changes: 6 additions & 8 deletions resources/wsdls/api/adwords/cm/v201802/BatchJobOpsService.wsdl
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@
<complexType name="Ad">
<annotation>
<documentation>
The base class of all ad types. {@code Ad} objects themselves cannot be modified. If you want to
make a change to an {@code Ad} object, you must REMOVE its AdGroupAd and ADD a new AdGroupAd with
the new {@code Ad}. This will result in a new {@code Ad} ID, so stats for the original {@code Ad}
and the new {@code Ad} will appear under separate IDs in reports.
The base class of all ad types. {@code Ad}s are created using the {@code AdGroupAdService}.
Some ad types such as {@code ExpandedTextAd}s may be modified using the {@code AdService}.

&lt;p&gt;When calling {@code AdGroupAdService} to update the {@code status} of an {@code AdGroupAd},
you can construct an {@code Ad} object (instead of the {@code Ad}'s concrete type) with the
Expand Down Expand Up @@ -12246,7 +12244,7 @@
<enumeration value="SHOPPING_UNIVERSAL_ADS">
<annotation>
<documentation>
Ad group type for Universal Shopping Campaigns.
Ad group type for goal-optimized Shopping Campaigns.
</documentation>
</annotation>
</enumeration>
Expand Down Expand Up @@ -12422,9 +12420,9 @@
<enumeration value="SHOPPING_UNIVERSAL_ADS">
<annotation>
<documentation>
Campaign type for retail advertising, that targets multiple advertising channels
across Search, Google Display Network, and YouTube. It optimizes automatically
towards the retailer's business objectives.
Campaigns specialized for retail advertising, that target multiple advertising
channels across Search, Google Display Network, and YouTube. These campaigns
optimize automatically towards the retailer's business objectives.
</documentation>
</annotation>
</enumeration>
Expand Down
8 changes: 4 additions & 4 deletions resources/wsdls/api/adwords/cm/v201802/CampaignService.wsdl
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
&lt;p&gt;Starting with v201705, this field cannot be set at the ad group or ad group criterion level
to any value other than {@code BiddingStrategyType.NONE}.
&lt;span class="constraint Selectable"&gt;This field can be selected using the value "BiddingStrategyType".&lt;/span&gt;&lt;span class="constraint Filterable"&gt;This field can be filtered on.&lt;/span&gt;
&lt;span class="constraint CampaignType"&gt;This field may only be set to the values: MANUAL_CPC, PAGE_ONE_PROMOTED, TARGET_SPEND, ENHANCED_CPC, TARGET_CPA, TARGET_ROAS, MAXIMIZE_CONVERSIONS, MAXIMIZE_CONVERSION_VALUE, TARGET_OUTRANK_SHARE, NONE, MANUAL_CPM for campaign channel type SEARCH.&lt;/span&gt;
&lt;span class="constraint CampaignType"&gt;This field may only be set to the values: MANUAL_CPC, PAGE_ONE_PROMOTED, TARGET_SPEND, ENHANCED_CPC, TARGET_CPA, TARGET_ROAS, MAXIMIZE_CONVERSIONS, MAXIMIZE_CONVERSION_VALUE, TARGET_OUTRANK_SHARE, NONE for campaign channel type SEARCH.&lt;/span&gt;
&lt;span class="constraint CampaignType"&gt;This field may only be set to the values: MANUAL_CPC, ENHANCED_CPC, TARGET_ROAS, TARGET_SPEND for campaign channel type SHOPPING.&lt;/span&gt;
&lt;span class="constraint CampaignType"&gt;This field may only be set to MAXIMIZE_CONVERSION_VALUE for campaign channel type SHOPPING with campaign channel subtype SHOPPING_UNIVERSAL_ADS.&lt;/span&gt;
&lt;span class="constraint CampaignType"&gt;This field may only be set to the values: MANUAL_CPC, MANUAL_CPM, TARGET_SPEND, ENHANCED_CPC, TARGET_CPA, TARGET_ROAS, MAXIMIZE_CONVERSIONS for campaign channel type DISPLAY.&lt;/span&gt;
Expand Down Expand Up @@ -3661,9 +3661,9 @@
<enumeration value="SHOPPING_UNIVERSAL_ADS">
<annotation>
<documentation>
Campaign type for retail advertising, that targets multiple advertising channels
across Search, Google Display Network, and YouTube. It optimizes automatically
towards the retailer's business objectives.
Campaigns specialized for retail advertising, that target multiple advertising
channels across Search, Google Display Network, and YouTube. These campaigns
optimize automatically towards the retailer's business objectives.
</documentation>
</annotation>
</enumeration>
Expand Down
Loading

0 comments on commit d027955

Please sign in to comment.