From 3cfb69beedf5b22dfdcc247f7abc4eebefaa6b36 Mon Sep 17 00:00:00 2001 From: Chris Seeley Date: Thu, 20 Feb 2020 17:57:25 -0500 Subject: [PATCH] Commit v24.10.1 to github --- ChangeLog | 11 ++ .../CSharp/AdManager.Examples.CSharp.csproj | 2 +- .../AdManager.Examples.CSharp.OAuth.csproj | 2 +- .../CSharp/AdWords.Examples.CSharp.csproj | 2 +- .../AdWords.Examples.CSharp.OAuth.csproj | 2 +- .../AdWords/Vb/AdWords.Examples.VB.vbproj | 2 +- src/AdManager/AdManager.csproj | 2 +- src/AdManager/app.config.transform | 157 ++++++++++++++++++ src/AdManager/v201905/AdManagerApi.cs | 2 + src/AdManager/v201908/AdManagerApi.cs | 2 + src/AdManager/v201911/AdManagerApi.cs | 2 + src/AdManager/v202002/AdManagerApi.cs | 12 ++ src/AdManager/web.config.transform | 157 ++++++++++++++++++ src/AdWords/AdWords.csproj | 2 +- 14 files changed, 350 insertions(+), 7 deletions(-) create mode 100755 src/AdManager/app.config.transform create mode 100755 src/AdManager/web.config.transform diff --git a/ChangeLog b/ChangeLog index b87e193575d..98f31548fc9 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +24.10.1 +====== + AdWords: + - + + Ad Manager: + - Regenerated v202002 bindings to correct missing ReportService metrics. + + Common: + - + 24.10.0 ====== AdWords: diff --git a/examples/AdManager/CSharp/AdManager.Examples.CSharp.csproj b/examples/AdManager/CSharp/AdManager.Examples.CSharp.csproj index 9fe078b4940..7023cf1fdaa 100755 --- a/examples/AdManager/CSharp/AdManager.Examples.CSharp.csproj +++ b/examples/AdManager/CSharp/AdManager.Examples.CSharp.csproj @@ -15,7 +15,7 @@ - + diff --git a/examples/AdManager/CSharp/OAuth/AdManager.Examples.CSharp.OAuth.csproj b/examples/AdManager/CSharp/OAuth/AdManager.Examples.CSharp.OAuth.csproj index 6697fc95bb1..f0b975d6f96 100755 --- a/examples/AdManager/CSharp/OAuth/AdManager.Examples.CSharp.OAuth.csproj +++ b/examples/AdManager/CSharp/OAuth/AdManager.Examples.CSharp.OAuth.csproj @@ -84,7 +84,7 @@ - + diff --git a/examples/AdWords/CSharp/AdWords.Examples.CSharp.csproj b/examples/AdWords/CSharp/AdWords.Examples.CSharp.csproj index d916dab50e4..16e067b4d75 100755 --- a/examples/AdWords/CSharp/AdWords.Examples.CSharp.csproj +++ b/examples/AdWords/CSharp/AdWords.Examples.CSharp.csproj @@ -15,7 +15,7 @@ - + diff --git a/examples/AdWords/CSharp/OAuth/AdWords.Examples.CSharp.OAuth.csproj b/examples/AdWords/CSharp/OAuth/AdWords.Examples.CSharp.OAuth.csproj index 26669eba9d9..20c9ece54d0 100755 --- a/examples/AdWords/CSharp/OAuth/AdWords.Examples.CSharp.OAuth.csproj +++ b/examples/AdWords/CSharp/OAuth/AdWords.Examples.CSharp.OAuth.csproj @@ -85,7 +85,7 @@ - + 14.0 diff --git a/examples/AdWords/Vb/AdWords.Examples.VB.vbproj b/examples/AdWords/Vb/AdWords.Examples.VB.vbproj index 3eaf9419ed0..6c5bb4eca83 100755 --- a/examples/AdWords/Vb/AdWords.Examples.VB.vbproj +++ b/examples/AdWords/Vb/AdWords.Examples.VB.vbproj @@ -15,7 +15,7 @@ - + diff --git a/src/AdManager/AdManager.csproj b/src/AdManager/AdManager.csproj index 9fc8607720b..9f28b9843b7 100755 --- a/src/AdManager/AdManager.csproj +++ b/src/AdManager/AdManager.csproj @@ -3,7 +3,7 @@ Google's Ad Manager API Dotnet Client Library Google.Dfp - 24.10.0 + 24.10.1 This library provides you with functionality to access the Google's Ad Manager API. See https://github.com/googleads/googleads-dotnet-lib/blob/master/ChangeLog DFP Google diff --git a/src/AdManager/app.config.transform b/src/AdManager/app.config.transform new file mode 100755 index 00000000000..333d0b028b3 --- /dev/null +++ b/src/AdManager/app.config.transform @@ -0,0 +1,157 @@ + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/AdManager/v201905/AdManagerApi.cs b/src/AdManager/v201905/AdManagerApi.cs index 7cd982e04eb..bffead43d46 100755 --- a/src/AdManager/v201905/AdManagerApi.cs +++ b/src/AdManager/v201905/AdManagerApi.cs @@ -1,4 +1,5 @@ #pragma warning disable 1591 +#pragma warning disable 1570 namespace Google.Api.Ads.AdManager.v201905 { using System.ComponentModel; @@ -79278,4 +79279,5 @@ public interface ICompanyService : CompanyServiceInterface, IDisposable System.Threading.Tasks.Task updateCompaniesAsync(Google.Api.Ads.AdManager.v201905.Company[] companies); } } +#pragma warning restore 1570 #pragma warning restore 1591 diff --git a/src/AdManager/v201908/AdManagerApi.cs b/src/AdManager/v201908/AdManagerApi.cs index d97638546b7..e8166473097 100755 --- a/src/AdManager/v201908/AdManagerApi.cs +++ b/src/AdManager/v201908/AdManagerApi.cs @@ -1,4 +1,5 @@ #pragma warning disable 1591 +#pragma warning disable 1570 namespace Google.Api.Ads.AdManager.v201908 { using System.ComponentModel; @@ -62334,4 +62335,5 @@ public interface IContentBundleService : ContentBundleServiceInterface, IDisposa System.Threading.Tasks.Task updateContentBundlesAsync(Google.Api.Ads.AdManager.v201908.ContentBundle[] contentBundles); } } +#pragma warning restore 1570 #pragma warning restore 1591 diff --git a/src/AdManager/v201911/AdManagerApi.cs b/src/AdManager/v201911/AdManagerApi.cs index 91b765b6c9a..d1b99aaa0a0 100755 --- a/src/AdManager/v201911/AdManagerApi.cs +++ b/src/AdManager/v201911/AdManagerApi.cs @@ -1,4 +1,5 @@ #pragma warning disable 1591 +#pragma warning disable 1570 namespace Google.Api.Ads.AdManager.v201911 { using System.ComponentModel; @@ -61107,4 +61108,5 @@ public interface IContentBundleService : ContentBundleServiceInterface, IDisposa System.Threading.Tasks.Task updateContentBundlesAsync(Google.Api.Ads.AdManager.v201911.ContentBundle[] contentBundles); } } +#pragma warning restore 1570 #pragma warning restore 1591 diff --git a/src/AdManager/v202002/AdManagerApi.cs b/src/AdManager/v202002/AdManagerApi.cs index a5691c54114..31b22a184b3 100755 --- a/src/AdManager/v202002/AdManagerApi.cs +++ b/src/AdManager/v202002/AdManagerApi.cs @@ -1,4 +1,5 @@ #pragma warning disable 1591 +#pragma warning disable 1570 namespace Google.Api.Ads.AdManager.v202002 { using System.ComponentModel; @@ -47325,6 +47326,16 @@ public enum Column { /// "Historical" report type.

/// AD_EXCHANGE_RESPONSES_SERVED = 514, + /// The total number of video opportunities.

Corresponds to "Total Video + /// Opportunities" in the Ad Manager UI. Compatible with the "Historical" report + /// type.

+ ///
+ TOTAL_VIDEO_OPPORTUNITIES = 571, + /// The total number of video capped opportunities.

Corresponds to "Total Video + /// Capped Opportunities" in the Ad Manager UI. Compatible with the "Historical" + /// report type.

+ ///
+ TOTAL_VIDEO_CAPPED_OPPORTUNITIES = 572, /// The total number of missed impressions due to the ad servers' inability to find /// ads to serve, including inventory-level dynamic allocation.

Corresponds to /// "Unfilled impressions" in the Ad Manager UI. Compatible with the "Historical" @@ -64522,4 +64533,5 @@ public interface IContentBundleService : ContentBundleServiceInterface, IDisposa System.Threading.Tasks.Task updateContentBundlesAsync(Google.Api.Ads.AdManager.v202002.ContentBundle[] contentBundles); } } +#pragma warning restore 1570 #pragma warning restore 1591 diff --git a/src/AdManager/web.config.transform b/src/AdManager/web.config.transform new file mode 100755 index 00000000000..333d0b028b3 --- /dev/null +++ b/src/AdManager/web.config.transform @@ -0,0 +1,157 @@ + + + +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/AdWords/AdWords.csproj b/src/AdWords/AdWords.csproj index 0c1fdb77417..fb925de6441 100755 --- a/src/AdWords/AdWords.csproj +++ b/src/AdWords/AdWords.csproj @@ -3,7 +3,7 @@ AdWords API Dotnet Client Library Google.AdWords - 24.10.0 + 24.10.1 This library provides you with functionality to access the AdWords API. See https://github.com/googleads/googleads-dotnet-lib/blob/master/ChangeLog AdWords Google