Skip to content

Commit

Permalink
Fix travel center field in add_things_to_do_ad example.
Browse files Browse the repository at this point in the history
  • Loading branch information
laurachevalier4 authored May 23, 2023
1 parent e295c07 commit ff5c512
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -128,7 +128,7 @@ sub add_things_to_do_campaign {
advertisingChannelSubType => TRAVEL_ACTIVITIES,
travelCampaignSettings =>
Google::Ads::GoogleAds::V13::Resources::TravelCampaignSettings->new({
thingsToDoCenterId => $things_to_do_center_account_id
travelAccountId => $things_to_do_center_account_id
}
),
# Recommendation: Set the campaign to PAUSED when creating it to prevent
Expand Down

0 comments on commit ff5c512

Please sign in to comment.