Skip to content

Commit

Permalink
Commit v24.21.0 to github
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherseeley committed Nov 2, 2022
1 parent 56640e2 commit c31b4f6
Show file tree
Hide file tree
Showing 182 changed files with 22,757 additions and 23,201 deletions.
13 changes: 13 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
24.21.0
======
AdWords:
-

Ad Manager:
- Added support for v202211.
- Removed examples for v202202.
- Removed support for v202111.

Common:
-

24.20.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.2" />
<PackageReference Include="Google.Dfp" Version="24.20.0" />
<PackageReference Include="Google.Dfp" Version="24.21.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.20.0" />
<PackageReference Include="Google.Dfp" Version="24.21.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.v202208;
using Google.Api.Ads.AdManager.v202208;
using Google.Api.Ads.AdManager.Util.v202211;
using Google.Api.Ads.AdManager.v202211;
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.v202208;
using Google.Api.Ads.AdManager.v202208;
using Google.Api.Ads.AdManager.Util.v202211;
using Google.Api.Ads.AdManager.v202211;

using System;
using System.Data;
Expand Down
114 changes: 0 additions & 114 deletions examples/AdManager/CSharp/v202202/ReportService/RunAdExchangeReport.cs

This file was deleted.

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.v202202;
using Google.Api.Ads.AdManager.v202211;

using System;

namespace Google.Api.Ads.AdManager.Examples.CSharp.v202202
namespace Google.Api.Ads.AdManager.Examples.CSharp.v202211
{
/// <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.v202202;
using Google.Api.Ads.AdManager.v202202;
using Google.Api.Ads.AdManager.Util.v202211;
using Google.Api.Ads.AdManager.v202211;

using System;

namespace Google.Api.Ads.AdManager.Examples.CSharp.v202202
namespace Google.Api.Ads.AdManager.Examples.CSharp.v202211
{
/// <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.v202202;
using Google.Api.Ads.AdManager.v202202;
using Google.Api.Ads.AdManager.Util.v202211;
using Google.Api.Ads.AdManager.v202211;

using System;

namespace Google.Api.Ads.AdManager.Examples.CSharp.v202202
namespace Google.Api.Ads.AdManager.Examples.CSharp.v202211
{
/// <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.v202202;
using Google.Api.Ads.AdManager.Util.v202202;
using Google.Api.Ads.AdManager.v202211;
using Google.Api.Ads.AdManager.Util.v202211;

using System;
using System.Collections.Generic;

namespace Google.Api.Ads.AdManager.Examples.CSharp.v202202
namespace Google.Api.Ads.AdManager.Examples.CSharp.v202211
{
/// <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.v202202;
using Google.Api.Ads.AdManager.v202211;

using System;

namespace Google.Api.Ads.AdManager.Examples.CSharp.v202202
namespace Google.Api.Ads.AdManager.Examples.CSharp.v202211
{
/// <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.v202202;
using Google.Api.Ads.AdManager.v202202;
using Google.Api.Ads.AdManager.Util.v202211;
using Google.Api.Ads.AdManager.v202211;

using System;

namespace Google.Api.Ads.AdManager.Examples.CSharp.v202202
namespace Google.Api.Ads.AdManager.Examples.CSharp.v202211
{
/// <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.v202202;
using Google.Api.Ads.AdManager.v202202;
using Google.Api.Ads.AdManager.Util.v202211;
using Google.Api.Ads.AdManager.v202211;

using System;

namespace Google.Api.Ads.AdManager.Examples.CSharp.v202202
namespace Google.Api.Ads.AdManager.Examples.CSharp.v202211
{
/// <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.v202202;
using Google.Api.Ads.AdManager.Util.v202202;
using Google.Api.Ads.AdManager.v202211;
using Google.Api.Ads.AdManager.Util.v202211;

using System;

namespace Google.Api.Ads.AdManager.Examples.CSharp.v202202
namespace Google.Api.Ads.AdManager.Examples.CSharp.v202211
{
/// <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.v202202;
using Google.Api.Ads.AdManager.v202202;
using Google.Api.Ads.AdManager.Util.v202211;
using Google.Api.Ads.AdManager.v202211;

using System;
using System.Linq;

namespace Google.Api.Ads.AdManager.Examples.CSharp.v202202
namespace Google.Api.Ads.AdManager.Examples.CSharp.v202211
{
/// <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.v202202;
using Google.Api.Ads.AdManager.v202202;
using Google.Api.Ads.AdManager.Util.v202211;
using Google.Api.Ads.AdManager.v202211;

using System;
using System.Linq;

namespace Google.Api.Ads.AdManager.Examples.CSharp.v202202
namespace Google.Api.Ads.AdManager.Examples.CSharp.v202211
{
/// <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.v202202;
using Google.Api.Ads.AdManager.v202202;
using Google.Api.Ads.AdManager.Util.v202211;
using Google.Api.Ads.AdManager.v202211;

using System;

namespace Google.Api.Ads.AdManager.Examples.CSharp.v202202
namespace Google.Api.Ads.AdManager.Examples.CSharp.v202211
{
/// <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.v202202;
using Google.Api.Ads.AdManager.v202202;
using Google.Api.Ads.AdManager.Util.v202211;
using Google.Api.Ads.AdManager.v202211;

using System;

namespace Google.Api.Ads.AdManager.Examples.CSharp.v202202
namespace Google.Api.Ads.AdManager.Examples.CSharp.v202211
{
/// <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.v202202;
using Google.Api.Ads.AdManager.v202202;
using Google.Api.Ads.AdManager.Util.v202211;
using Google.Api.Ads.AdManager.v202211;

using System;

namespace Google.Api.Ads.AdManager.Examples.CSharp.v202202
namespace Google.Api.Ads.AdManager.Examples.CSharp.v202211
{
/// <summary>
/// This example gets all forecast adjustments for a given traffic forecast segment.
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.v202202;
using Google.Api.Ads.AdManager.v202202;
using Google.Api.Ads.AdManager.Util.v202211;
using Google.Api.Ads.AdManager.v202211;

using System;

namespace Google.Api.Ads.AdManager.Examples.CSharp.v202202
namespace Google.Api.Ads.AdManager.Examples.CSharp.v202211
{
/// <summary>
/// This example updates a Forecast Adjustment's name.
Expand Down
Loading

0 comments on commit c31b4f6

Please sign in to comment.