googleads / googleads-python-lib

The Python client library for Google's Ads APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request failed with invalid argument

stevenhoog opened this issue · comments

When I try to get the campaign clicks, name and labels, filtering on campaign label resource name using the Google Ads Python library, I get the error: 'Request with ID "SbNsbrf5lx41zcFyEQZsCw" failed with status "INVALID_ARGUMENT". However, the GAQL campaign query builder, shows that it is a valid query. Can this be fixed?

query = f"""SELECT metrics.clicks, campaign.name, campaign.labels FROM campaign WHERE campaign.labels CONTAINS ANY ('customers/XXXXXXXXXX/labels/XXXXXXXXXX') AND segments.date BETWEEN '2021-09-01' AND '2021-09-05' LIMIT 20"""

This reported issue appears to be for the Google Ads library rather than this library. If you happen to encounter a similar issue in the future with that library, please report it to its issue tracker.

In the meantime, I will close this report because it is not actionable here.