Skip to content

Commit

Permalink
Commit v24.10.1 to github
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherseeley committed Feb 20, 2020
1 parent 874d70e commit 3cfb69b
Show file tree
Hide file tree
Showing 14 changed files with 350 additions and 7 deletions.
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
24.10.1
======
AdWords:
-

Ad Manager:
- Regenerated v202002 bindings to correct missing ReportService metrics.

Common:
-

24.10.0
======
AdWords:
Expand Down
2 changes: 1 addition & 1 deletion examples/AdManager/CSharp/AdManager.Examples.CSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Google.Ads.Common" Version="9.5.1" />
<PackageReference Include="Google.Dfp" Version="24.10.0" />
<PackageReference Include="Google.Dfp" Version="24.10.1" />
<PackageReference Include="System.ServiceModel.Http" Version="4.5.3" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Google.Ads.Common" Version="9.5.1" />
<PackageReference Include="Google.Dfp" Version="24.10.0" />
<PackageReference Include="Google.Dfp" Version="24.10.1" />
</ItemGroup>
<ItemGroup>
<Folder Include="App_Data\" />
Expand Down
2 changes: 1 addition & 1 deletion examples/AdWords/CSharp/AdWords.Examples.CSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Google.Ads.Common" Version="9.5.1" />
<PackageReference Include="Google.AdWords" Version="24.10.0" />
<PackageReference Include="Google.AdWords" Version="24.10.1" />
<PackageReference Include="System.ServiceModel.Http" Version="4.5.3" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Google.Ads.Common" Version="9.5.1" />
<PackageReference Include="Google.AdWords" Version="24.10.0" />
<PackageReference Include="Google.AdWords" Version="24.10.1" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
Expand Down
2 changes: 1 addition & 1 deletion examples/AdWords/Vb/AdWords.Examples.VB.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Google.Ads.Common" Version="9.5.1" />
<PackageReference Include="Google.AdWords" Version="24.10.0" />
<PackageReference Include="Google.AdWords" Version="24.10.1" />
<PackageReference Include="System.ServiceModel.Http" Version="4.5.3" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/AdManager/AdManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Title>Google's Ad Manager API Dotnet Client Library</Title>
<PackageId>Google.Dfp</PackageId>
<Version>24.10.0</Version>
<Version>24.10.1</Version>
<Description>This library provides you with functionality to access the Google's Ad Manager API.</Description>
<PackageReleaseNotes>See https://github.com/googleads/googleads-dotnet-lib/blob/master/ChangeLog</PackageReleaseNotes>
<PackageTags>DFP Google</PackageTags>
Expand Down
157 changes: 157 additions & 0 deletions src/AdManager/app.config.transform
Original file line number Diff line number Diff line change
@@ -0,0 +1,157 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="AdManagerApi" type="System.Configuration.DictionarySectionHandler"/>
<section name="system.diagnostics" type="System.Diagnostics.SystemDiagnosticsSection"/>
</configSections>
<AdManagerApi>
<!--
This section contains the settings specific to the Googles
Ad Manager API DotNet Client Library. You can use the App.config /
Web.config for quickly configuring and running a simple application.
However, it is not mandatory to provide your settings in the config file,
you may also set or override these settings at runtime. See
https://github.com/googleads/googleads-dotnet-lib/wiki/Getting-Started
for details.
You can refer to
https://github.com/googleads/googleads-dotnet-lib/wiki/Understanding-App.config
for detailed explanation of each configuration key.
-->

<!-- Settings related to SOAP logging. -->
<add key="MaskCredentials" value="true"/>

<!-- Settings related to general library behaviour. -->

<!-- Change the Timeout settings. -->
<!-- <add key="Timeout" value="100000" /> -->

<!-- Use this key to enable or disable gzip compression in SOAP requests.-->
<add key="EnableGzipCompression" value="true"/>

<!-- Set this flag to true to include the list of client library utilities
that your code uses in the user agent string.-->
<add key="IncludeUtilitiesInUserAgent" value="true"/>

<!-- Proxy settings for library. -->
<add key="ProxyServer" value=""/>
<add key="ProxyUser" value=""/>
<add key="ProxyPassword" value=""/>
<add key="ProxyDomain" value=""/>

<!-- Settings specific to Ad Manager API. Detailed descriptions of these properties
can be found at
https://developers.google.com/doubleclick-publishers/docs/soap_xml-->
<add key="ApplicationName" value="INSERT_YOUR_APPLICATION_NAME_HERE"/>
<add key="NetworkCode" value="INSERT_YOUR_NETWORK_CODE_HERE"/>
<!-- Optional: uncomment this key if you want to use a different server for
Ad Manager API. -->
<!-- <add key="AdManagerApi.Server" value="https://www.google.com" /> -->

<!-- Settings specific to use OAuth2 as authentication mechanism. You could
run Common\Util\OAuth2TokenGenerator.cs to generate this section of the
config file.
-->

<add key="AuthorizationMethod" value="OAuth2"/>
<!-- Provide the OAuth2 client ID and secret. You can create one from
https://console.developers.google.com. See
https://github.com/googleads/googleads-dotnet-lib/wiki/Using-OAuth2
for more details.
-->
<add key="OAuth2ClientId" value="INSERT_OAUTH2_CLIENT_ID_HERE"/>
<add key="OAuth2ClientSecret" value="INSERT_OAUTH2_CLIENT_SECRET_HERE"/>

<!-- The following OAuth2 settings are optional. -->
<!-- Provide a different OAuth2 scope if required. Multiple scopes should be
separated by spaces. -->
<!-- <add key="OAuth2Scope" value="INSERT_OAUTH2_SCOPE_HERE" /> -->

<!-- Use the following keys if you want to use Web / Installed application
OAuth flow.-->

<add key="OAuth2Mode" value="APPLICATION"/>
<!-- If you have only a single account, then you can run
OAuth2TokenGenerator.cs to generate a RefreshToken for that account and
set this key in your application's App.config / Web.config. If you are
making calls to multiple accounts, then you need to implement OAuth2
flow in your account and set this key at runtime. See OAuth folder
under Examples folder for a web and a console application example.
-->
<add key="OAuth2RefreshToken" value="INSERT_OAUTH2_REFRESH_TOKEN_HERE"/>

<!-- Optional: Specify an OAuth2 redirect url if you are building a
web application and implementing OAuth2 web flow in your application.
-->
<!-- <add key="OAuth2RedirectUri" value="" /> -->

<!-- Use the following keys if you want to use OAuth2 service account flow.
You should comment out all the keys for Web / Installed application
OAuth flow above. See
https://developers.google.com/doubleclick-publishers/docs/service_accounts
https://github.com/googleads/googleads-dotnet-lib/wiki/Using-OAuth2
for more details.
-->
<!--
<add key="OAuth2Mode" value="SERVICE_ACCOUNT" />
<add key="OAuth2SecretsJsonPath" value="INSERT_OAUTH2_SECRETS_JSON_FILE_PATH_HERE" />
-->
</AdManagerApi>
<system.diagnostics>
<sources>
<source name="AdsClientLibs.DeprecationMessages"
switchName="AdsClientLibs.DeprecationMessages"
switchType="System.Diagnostics.SourceSwitch">
<listeners>
<add name="myListener" type="System.Diagnostics.EventLogTraceListener"
initializeData="Application"/>
</listeners>
</source>
<source name="AdsClientLibs.DetailedRequestLogs"
switchName="AdsClientLibs.DetailedRequestLogs"
switchType="System.Diagnostics.SourceSwitch">
<listeners>
<add name="detailedRequestLogListener" type="System.Diagnostics.ConsoleTraceListener"
initializeData="true"/>
<!-- Use the following to log to file. Modify the initializeData
attribute to control the path to the detailed request log file.
<add name="detailedRequestLogListener" type="System.Diagnostics.TextWriterTraceListener"
initializeData="C:\Logs\AdManager\detailed_logs.log"/>
-->
<remove name="Default"/>
</listeners>
</source>
<source name="AdsClientLibs.SummaryRequestLogs" switchName="AdsClientLibs.SummaryRequestLogs"
switchType="System.Diagnostics.SourceSwitch">
<listeners>
<add name="summaryRequestLogListener" type="System.Diagnostics.ConsoleTraceListener"
initializeData="true"/>
<!-- Use the following to log to file. Modify the initializeData
attribute to control the path to the summary request log file.
<add name="summaryRequestLogListener" type="System.Diagnostics.TextWriterTraceListener"
initializeData="C:\Logs\AdManager\summary_logs.log"/>
-->
<remove name="Default"/>
</listeners>
</source>
</sources>
<switches>
<!-- Use this trace switch to control the deprecation trace messages
written by Ads* .NET libraries. The default is level is set to
Warning. To disable all messages, set this value to Off. See
http://msdn.microsoft.com/en-us/library/system.diagnostics.sourcelevels.aspx
for all possible values this key can take. -->
<add name="AdsClientLibs.DeprecationMessages" value="Warning" />
<!-- Use this trace switch to control the detailed request logs written by Ads*
.NET libraries. The default level is set to Off. Logs are generated at
both the Error and Information levels. -->
<add name="AdsClientLibs.DetailedRequestLogs" value="Off" />
<!-- Use this trace switch to control the summary request logs written by
Ads* .NET libraries. The default level is set to Off. Logs are
generated at both the Error and Information levels. -->
<add name="AdsClientLibs.SummaryRequestLogs" value="Off" />
</switches>
<trace autoflush="true" />
</system.diagnostics>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/></startup></configuration>
2 changes: 2 additions & 0 deletions src/AdManager/v201905/AdManagerApi.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma warning disable 1591
#pragma warning disable 1570
namespace Google.Api.Ads.AdManager.v201905
{
using System.ComponentModel;
Expand Down Expand Up @@ -79278,4 +79279,5 @@ public interface ICompanyService : CompanyServiceInterface, IDisposable
System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v201905.Company[]> updateCompaniesAsync(Google.Api.Ads.AdManager.v201905.Company[] companies);
}
}
#pragma warning restore 1570
#pragma warning restore 1591
2 changes: 2 additions & 0 deletions src/AdManager/v201908/AdManagerApi.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma warning disable 1591
#pragma warning disable 1570
namespace Google.Api.Ads.AdManager.v201908
{
using System.ComponentModel;
Expand Down Expand Up @@ -62334,4 +62335,5 @@ public interface IContentBundleService : ContentBundleServiceInterface, IDisposa
System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v201908.ContentBundle[]> updateContentBundlesAsync(Google.Api.Ads.AdManager.v201908.ContentBundle[] contentBundles);
}
}
#pragma warning restore 1570
#pragma warning restore 1591
2 changes: 2 additions & 0 deletions src/AdManager/v201911/AdManagerApi.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma warning disable 1591
#pragma warning disable 1570
namespace Google.Api.Ads.AdManager.v201911
{
using System.ComponentModel;
Expand Down Expand Up @@ -61107,4 +61108,5 @@ public interface IContentBundleService : ContentBundleServiceInterface, IDisposa
System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v201911.ContentBundle[]> updateContentBundlesAsync(Google.Api.Ads.AdManager.v201911.ContentBundle[] contentBundles);
}
}
#pragma warning restore 1570
#pragma warning restore 1591
12 changes: 12 additions & 0 deletions src/AdManager/v202002/AdManagerApi.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma warning disable 1591
#pragma warning disable 1570
namespace Google.Api.Ads.AdManager.v202002
{
using System.ComponentModel;
Expand Down Expand Up @@ -47325,6 +47326,16 @@ public enum Column {
/// "Historical" report type.</p>
/// </summary>
AD_EXCHANGE_RESPONSES_SERVED = 514,
/// <summary>The total number of video opportunities. <p>Corresponds to "Total Video
/// Opportunities" in the Ad Manager UI. Compatible with the "Historical" report
/// type.</p>
/// </summary>
TOTAL_VIDEO_OPPORTUNITIES = 571,
/// <summary>The total number of video capped opportunities. <p>Corresponds to "Total Video
/// Capped Opportunities" in the Ad Manager UI. Compatible with the "Historical"
/// report type.</p>
/// </summary>
TOTAL_VIDEO_CAPPED_OPPORTUNITIES = 572,
/// <summary>The total number of missed impressions due to the ad servers' inability to find
/// ads to serve, including inventory-level dynamic allocation. <p>Corresponds to
/// "Unfilled impressions" in the Ad Manager UI. Compatible with the "Historical"
Expand Down Expand Up @@ -64522,4 +64533,5 @@ public interface IContentBundleService : ContentBundleServiceInterface, IDisposa
System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202002.ContentBundle[]> updateContentBundlesAsync(Google.Api.Ads.AdManager.v202002.ContentBundle[] contentBundles);
}
}
#pragma warning restore 1570
#pragma warning restore 1591
Loading

0 comments on commit 3cfb69b

Please sign in to comment.