Skip to content

Commit

Permalink
Changes for release 14. (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurachevalier4 authored Aug 9, 2023
1 parent 7b9fc80 commit f685fd9
Show file tree
Hide file tree
Showing 1,563 changed files with 240 additions and 57,957 deletions.
10 changes: 5 additions & 5 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@ $build_sc->new(
create_makefile_pl => "traditional",
dist_abstract => "Google Ads API Client Library for Perl",
dist_name => "Google-Ads-GoogleAds-Client",
dist_version => "17.0.0",
dist_version => "18.0.0",
no_index => {
namespace => [
"Google::Ads::GoogleAds::V12::Enums",
"Google::Ads::GoogleAds::V12::Common",
"Google::Ads::GoogleAds::V12::Resources",
"Google::Ads::GoogleAds::V12::Services",
"Google::Ads::GoogleAds::V13::Enums",
"Google::Ads::GoogleAds::V13::Common",
"Google::Ads::GoogleAds::V13::Resources",
"Google::Ads::GoogleAds::V13::Services",
"Google::Ads::GoogleAds::V14::Enums",
"Google::Ads::GoogleAds::V14::Common",
"Google::Ads::GoogleAds::V14::Resources",
"Google::Ads::GoogleAds::V14::Services",
],
},
requires => {
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
18.0.0 - 2023-08-08
-------------------
- Added support for Google Ads API v14.1.
- Removed support for Google Ads API v12.
- Removed add_keyword_plan code example.
- Added code examples: generate_forecast_metrics, generate_historical_metrics.

17.0.0 - 2023-06-08
-------------------
- Added support for Google Ads API v14.
Expand Down
2 changes: 1 addition & 1 deletion examples/travel/add_things_to_do_ad.pl
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ sub add_things_to_do_campaign {
advertisingChannelType => TRAVEL,
advertisingChannelSubType => TRAVEL_ACTIVITIES,
travelCampaignSettings =>
Google::Ads::GoogleAds::V13::Resources::TravelCampaignSettings->new({
Google::Ads::GoogleAds::V14::Resources::TravelCampaignSettings->new({
travelAccountId => $things_to_do_center_account_id
}
),
Expand Down
2 changes: 1 addition & 1 deletion lib/Google/Ads/GoogleAds/Client.pm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ package Google::Ads::GoogleAds::Client;
use strict;
use warnings;
use version;
our $VERSION = qv("17.0.0");
our $VERSION = qv("18.0.0");

use Google::Ads::GoogleAds::OAuth2ApplicationsHandler;
use Google::Ads::GoogleAds::OAuth2ServiceAccountsHandler;
Expand Down
2 changes: 1 addition & 1 deletion lib/Google/Ads/GoogleAds/Constants.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use File::HomeDir;
use File::Spec::Functions;

# Main version number that the rest of the modules pick up off of.
our $VERSION = qv("17.0.0");
our $VERSION = qv("18.0.0");

use constant DEFAULT_PROPERTIES_FILE =>
catfile(File::HomeDir->my_home, "googleads.properties");
Expand Down
37 changes: 0 additions & 37 deletions lib/Google/Ads/GoogleAds/V12/Common/AdAssetPolicySummary.pm

This file was deleted.

39 changes: 0 additions & 39 deletions lib/Google/Ads/GoogleAds/V12/Common/AdScheduleInfo.pm

This file was deleted.

38 changes: 0 additions & 38 deletions lib/Google/Ads/GoogleAds/V12/Common/AdTextAsset.pm

This file was deleted.

41 changes: 0 additions & 41 deletions lib/Google/Ads/GoogleAds/V12/Common/AddressInfo.pm

This file was deleted.

44 changes: 0 additions & 44 deletions lib/Google/Ads/GoogleAds/V12/Common/AffiliateLocationFeedItem.pm

This file was deleted.

34 changes: 0 additions & 34 deletions lib/Google/Ads/GoogleAds/V12/Common/AgeRangeInfo.pm

This file was deleted.

36 changes: 0 additions & 36 deletions lib/Google/Ads/GoogleAds/V12/Common/AgeSegment.pm

This file was deleted.

40 changes: 0 additions & 40 deletions lib/Google/Ads/GoogleAds/V12/Common/AppAdInfo.pm

This file was deleted.

Loading

0 comments on commit f685fd9

Please sign in to comment.