We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaef370 commit c8ec1e3Copy full SHA for c8ec1e3
py/gaarf/report_fetcher.py
@@ -426,6 +426,7 @@ def _get_customer_ids(
426
SELECT customer_client.id FROM customer_client
427
WHERE customer_client.manager = FALSE
428
AND customer_client.status = ENABLED
429
+ AND customer_client.hidden = FALSE
430
"""
431
query_specification = query_editor.QuerySpecification(query).generate()
432
if not isinstance(seed_customer_ids, MutableSequence):
py/setup.py
@@ -47,7 +47,7 @@
47
48
setuptools.setup(
49
name='google-ads-api-report-fetcher',
50
- version='1.15.1',
+ version='1.15.2',
51
python_requires='>3.8',
52
description=(
53
'Library for fetching reports from Google Ads API '
0 commit comments