Skip to content

Commit

Permalink
Commit v24.22.0 to github
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherseeley committed Feb 21, 2023
1 parent b1b19cf commit d141c10
Show file tree
Hide file tree
Showing 524 changed files with 32,216 additions and 188,946 deletions.
116 changes: 0 additions & 116 deletions AdWords.sln

This file was deleted.

12 changes: 11 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
24.22.0
======
Ad Manager:
- Added support for v202302.
- Removed examples for v202205.
- Removed support for v202202.

Common:
- No changes.

24.21.0
======
AdWords:
Expand Down Expand Up @@ -1470,7 +1480,7 @@ Common:
- AdWords, AdxBuyer, DFP and DFA .NET client libraries were combined into a
single repository and given a single version number. The older versions
and ChangeLog may be obtained from
https://github.com/googleads/googleads-dotnet-lib/tree/master/legacy.
https://github.com/googleads/googleads-dotnet-lib/tree/main/legacy.

AdWords:
- Added support for v201406, except for AdWords for Video.
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.2" />
<PackageReference Include="Google.Dfp" Version="24.21.0" />
<PackageReference Include="Google.Dfp" Version="24.22.0" />
<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.2" />
<PackageReference Include="Google.Dfp" Version="24.21.0" />
<PackageReference Include="Google.Dfp" Version="24.22.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="App_Data\" />
Expand Down
4 changes: 2 additions & 2 deletions examples/AdManager/CSharp/OAuth/ConsoleExample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
// limitations under the License.

using Google.Api.Ads.AdManager.Lib;
using Google.Api.Ads.AdManager.Util.v202211;
using Google.Api.Ads.AdManager.v202211;
using Google.Api.Ads.AdManager.Util.v202302;
using Google.Api.Ads.AdManager.v202302;
using Google.Api.Ads.Common.Lib;

using System;
Expand Down
4 changes: 2 additions & 2 deletions examples/AdManager/CSharp/OAuth/Default.aspx.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
using Google.Api.Ads.Common.Lib;
using Google.Api.Ads.Common.Util.Reports;
using Google.Api.Ads.AdManager.Lib;
using Google.Api.Ads.AdManager.Util.v202211;
using Google.Api.Ads.AdManager.v202211;
using Google.Api.Ads.AdManager.Util.v202302;
using Google.Api.Ads.AdManager.v202302;

using System;
using System.Data;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
// limitations under the License.

using Google.Api.Ads.AdManager.Lib;
using Google.Api.Ads.AdManager.v202205;
using Google.Api.Ads.AdManager.v202302;

using System;

namespace Google.Api.Ads.AdManager.Examples.CSharp.v202205
namespace Google.Api.Ads.AdManager.Examples.CSharp.v202302
{
/// <summary>
/// This code example creates new activity groups. To determine which activity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
// limitations under the License.

using Google.Api.Ads.AdManager.Lib;
using Google.Api.Ads.AdManager.Util.v202205;
using Google.Api.Ads.AdManager.v202205;
using Google.Api.Ads.AdManager.Util.v202302;
using Google.Api.Ads.AdManager.v202302;

using System;

namespace Google.Api.Ads.AdManager.Examples.CSharp.v202205
namespace Google.Api.Ads.AdManager.Examples.CSharp.v202302
{
/// <summary>
/// This example gets all active activity groups.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
// limitations under the License.

using Google.Api.Ads.AdManager.Lib;
using Google.Api.Ads.AdManager.Util.v202205;
using Google.Api.Ads.AdManager.v202205;
using Google.Api.Ads.AdManager.Util.v202302;
using Google.Api.Ads.AdManager.v202302;

using System;

namespace Google.Api.Ads.AdManager.Examples.CSharp.v202205
namespace Google.Api.Ads.AdManager.Examples.CSharp.v202302
{
/// <summary>
/// This example gets all activity groups.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
// limitations under the License.

using Google.Api.Ads.AdManager.Lib;
using Google.Api.Ads.AdManager.v202205;
using Google.Api.Ads.AdManager.Util.v202205;
using Google.Api.Ads.AdManager.v202302;
using Google.Api.Ads.AdManager.Util.v202302;

using System;
using System.Collections.Generic;

namespace Google.Api.Ads.AdManager.Examples.CSharp.v202205
namespace Google.Api.Ads.AdManager.Examples.CSharp.v202302
{
/// <summary>
/// This code example updates activity groups by adding a company. To
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
// limitations under the License.

using Google.Api.Ads.AdManager.Lib;
using Google.Api.Ads.AdManager.v202205;
using Google.Api.Ads.AdManager.v202302;

using System;

namespace Google.Api.Ads.AdManager.Examples.CSharp.v202205
namespace Google.Api.Ads.AdManager.Examples.CSharp.v202302
{
/// <summary>
/// This code example creates new activities. To determine which activities
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
// limitations under the License.

using Google.Api.Ads.AdManager.Lib;
using Google.Api.Ads.AdManager.Util.v202205;
using Google.Api.Ads.AdManager.v202205;
using Google.Api.Ads.AdManager.Util.v202302;
using Google.Api.Ads.AdManager.v202302;

using System;

namespace Google.Api.Ads.AdManager.Examples.CSharp.v202205
namespace Google.Api.Ads.AdManager.Examples.CSharp.v202302
{
/// <summary>
/// This example gets all active activities.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
// limitations under the License.

using Google.Api.Ads.AdManager.Lib;
using Google.Api.Ads.AdManager.Util.v202205;
using Google.Api.Ads.AdManager.v202205;
using Google.Api.Ads.AdManager.Util.v202302;
using Google.Api.Ads.AdManager.v202302;

using System;

namespace Google.Api.Ads.AdManager.Examples.CSharp.v202205
namespace Google.Api.Ads.AdManager.Examples.CSharp.v202302
{
/// <summary>
/// This example gets all activities.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
// limitations under the License.

using Google.Api.Ads.AdManager.Lib;
using Google.Api.Ads.AdManager.v202205;
using Google.Api.Ads.AdManager.Util.v202205;
using Google.Api.Ads.AdManager.v202302;
using Google.Api.Ads.AdManager.Util.v202302;

using System;

namespace Google.Api.Ads.AdManager.Examples.CSharp.v202205
namespace Google.Api.Ads.AdManager.Examples.CSharp.v202302
{
/// <summary>
/// This code example updates activity expected URLs. To determine which
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
// limitations under the License.

using Google.Api.Ads.AdManager.Lib;
using Google.Api.Ads.AdManager.Util.v202205;
using Google.Api.Ads.AdManager.v202205;
using Google.Api.Ads.AdManager.Util.v202302;
using Google.Api.Ads.AdManager.v202302;

using System;
using System.Linq;

namespace Google.Api.Ads.AdManager.Examples.CSharp.v202205
namespace Google.Api.Ads.AdManager.Examples.CSharp.v202302
{
/// <summary>
/// This example creates a new Forecast Adjustment of 110% for New Years Day Traffic.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
// limitations under the License.

using Google.Api.Ads.AdManager.Lib;
using Google.Api.Ads.AdManager.Util.v202205;
using Google.Api.Ads.AdManager.v202205;
using Google.Api.Ads.AdManager.Util.v202302;
using Google.Api.Ads.AdManager.v202302;

using System;
using System.Linq;

namespace Google.Api.Ads.AdManager.Examples.CSharp.v202205
namespace Google.Api.Ads.AdManager.Examples.CSharp.v202302
{
/// <summary>
/// This example creates a traffic forecast segment for all ad units in the United States."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
// limitations under the License.

using Google.Api.Ads.AdManager.Lib;
using Google.Api.Ads.AdManager.Util.v202205;
using Google.Api.Ads.AdManager.v202205;
using Google.Api.Ads.AdManager.Util.v202302;
using Google.Api.Ads.AdManager.v202302;

using System;

namespace Google.Api.Ads.AdManager.Examples.CSharp.v202205
namespace Google.Api.Ads.AdManager.Examples.CSharp.v202302
{
/// <summary>
/// This example gets all forecast adjustments.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
// limitations under the License.

using Google.Api.Ads.AdManager.Lib;
using Google.Api.Ads.AdManager.Util.v202205;
using Google.Api.Ads.AdManager.v202205;
using Google.Api.Ads.AdManager.Util.v202302;
using Google.Api.Ads.AdManager.v202302;

using System;

namespace Google.Api.Ads.AdManager.Examples.CSharp.v202205
namespace Google.Api.Ads.AdManager.Examples.CSharp.v202302
{
/// <summary>
/// This example gets all traffic forecast segments.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
// limitations under the License.

using Google.Api.Ads.AdManager.Lib;
using Google.Api.Ads.AdManager.Util.v202205;
using Google.Api.Ads.AdManager.v202205;
using Google.Api.Ads.AdManager.Util.v202302;
using Google.Api.Ads.AdManager.v202302;

using System;

namespace Google.Api.Ads.AdManager.Examples.CSharp.v202205
namespace Google.Api.Ads.AdManager.Examples.CSharp.v202302
{
/// <summary>
/// This example gets all forecast adjustments for a given traffic forecast segment.
Expand Down
Loading

0 comments on commit d141c10

Please sign in to comment.