Skip to content

Commit

Permalink
Commit v24.26.0 to github
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherseeley committed Feb 13, 2024
1 parent 133bbb8 commit ad1c8db
Show file tree
Hide file tree
Showing 177 changed files with 7,101 additions and 6,391 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
24.26.0
====
- Added support for v202402
- Removed examples for v202305
- Removed support for v202302

24.25.0
=====
- Added support for v202311
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.3" />
<PackageReference Include="Google.Dfp" Version="24.25.0" />
<PackageReference Include="Google.Dfp" Version="24.26.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.3" />
<PackageReference Include="Google.Dfp" Version="24.25.0" />
<PackageReference Include="Google.Dfp" Version="24.26.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.v202311;
using Google.Api.Ads.AdManager.v202311;
using Google.Api.Ads.AdManager.Util.v202402;
using Google.Api.Ads.AdManager.v202402;
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.v202311;
using Google.Api.Ads.AdManager.v202311;
using Google.Api.Ads.AdManager.Util.v202402;
using Google.Api.Ads.AdManager.v202402;

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.v202305;
using Google.Api.Ads.AdManager.v202402;

using System;

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

using System;

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

using System;

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

using System;
using System.Collections.Generic;

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

using System;

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

using System;

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

using System;

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

using System;

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

using System;
using System.Linq;

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

using System;
using System.Linq;

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

using System;

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

using System;

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

using System;

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

using System;

namespace Google.Api.Ads.AdManager.Examples.CSharp.v202305
namespace Google.Api.Ads.AdManager.Examples.CSharp.v202402
{
/// <summary>
/// This example updates a Forecast Adjustment's name.
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.v202305;
using Google.Api.Ads.AdManager.v202402;

using System;

namespace Google.Api.Ads.AdManager.Examples.CSharp.v202305
namespace Google.Api.Ads.AdManager.Examples.CSharp.v202402
{
/// <summary>
/// This code example creates new rule based first party audience segments. To
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.v202305;
using Google.Api.Ads.AdManager.v202305;
using Google.Api.Ads.AdManager.Util.v202402;
using Google.Api.Ads.AdManager.v202402;

using System;

namespace Google.Api.Ads.AdManager.Examples.CSharp.v202305
namespace Google.Api.Ads.AdManager.Examples.CSharp.v202402
{
/// <summary>
/// This example gets all audience 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.v202305;
using Google.Api.Ads.AdManager.v202305;
using Google.Api.Ads.AdManager.Util.v202402;
using Google.Api.Ads.AdManager.v202402;

using System;

namespace Google.Api.Ads.AdManager.Examples.CSharp.v202305
namespace Google.Api.Ads.AdManager.Examples.CSharp.v202402
{
/// <summary>
/// This example gets all first party audience 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.v202305;
using Google.Api.Ads.AdManager.v202305;
using Google.Api.Ads.AdManager.Util.v202402;
using Google.Api.Ads.AdManager.v202402;

using System;

namespace Google.Api.Ads.AdManager.Examples.CSharp.v202305
namespace Google.Api.Ads.AdManager.Examples.CSharp.v202402
{
/// <summary>
/// This code example populates a specific rule base first party audience
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.v202305;
using Google.Api.Ads.AdManager.v202305;
using Google.Api.Ads.AdManager.Util.v202402;
using Google.Api.Ads.AdManager.v202402;

using System;

namespace Google.Api.Ads.AdManager.Examples.CSharp.v202305
namespace Google.Api.Ads.AdManager.Examples.CSharp.v202402
{
/// <summary>
/// This code example updates a first party audience segment's member
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.v202305;
using Google.Api.Ads.AdManager.v202402;

using System;

namespace Google.Api.Ads.AdManager.Examples.CSharp.v202305
namespace Google.Api.Ads.AdManager.Examples.CSharp.v202402
{
/// <summary>
/// This code example creates new CDN configurations.
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.v202305;
using Google.Api.Ads.AdManager.v202305;
using Google.Api.Ads.AdManager.Util.v202402;
using Google.Api.Ads.AdManager.v202402;

using System;

namespace Google.Api.Ads.AdManager.Examples.CSharp.v202305
namespace Google.Api.Ads.AdManager.Examples.CSharp.v202402
{
/// <summary>
/// This example gets all CDN configurations.
Expand Down
Loading

0 comments on commit ad1c8db

Please sign in to comment.