We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6d9ccc commit c5633a6Copy full SHA for c5633a6
examples/basic_operations/get_campaigns.py
@@ -24,7 +24,7 @@
24
from google.ads.googleads.client import GoogleAdsClient
25
from google.ads.googleads.errors import GoogleAdsException
26
27
-
+# [START get_campaigns]
28
def main(client, customer_id):
29
ga_service = client.get_service("GoogleAdsService")
30
@@ -45,6 +45,7 @@ def main(client, customer_id):
45
f'"{row.campaign.name}" was found.'
46
)
47
48
+# [END get_campaigns]
49
50
if __name__ == "__main__":
51
# GoogleAdsClient will read the google-ads.yaml configuration file in the
0 commit comments