Skip to content

Commit

Permalink
Update get_campaigns.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AnashOommen authored and BenRKarl committed Aug 16, 2023
1 parent c5633a6 commit 3b7229c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/basic_operations/get_campaigns.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ def main(client, customer_id):
f"Campaign with ID {row.campaign.id} and name "
f'"{row.campaign.name}" was found.'
)

# [END get_campaigns]
# [END get_campaigns]

if __name__ == "__main__":
# GoogleAdsClient will read the google-ads.yaml configuration file in the
Expand Down

0 comments on commit 3b7229c

Please sign in to comment.