Skip to content

Commit c8ec1e3

Browse files
[gaarf-py] Fetch only non-hidden accounts from MCC
* Bump gaarf to version 1.15.2 Change-Id: I650e740c9c54d1b71704f5371637a2623e360641
1 parent aaef370 commit c8ec1e3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

py/gaarf/report_fetcher.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,7 @@ def _get_customer_ids(
426426
SELECT customer_client.id FROM customer_client
427427
WHERE customer_client.manager = FALSE
428428
AND customer_client.status = ENABLED
429+
AND customer_client.hidden = FALSE
429430
"""
430431
query_specification = query_editor.QuerySpecification(query).generate()
431432
if not isinstance(seed_customer_ids, MutableSequence):

py/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
setuptools.setup(
4949
name='google-ads-api-report-fetcher',
50-
version='1.15.1',
50+
version='1.15.2',
5151
python_requires='>3.8',
5252
description=(
5353
'Library for fetching reports from Google Ads API '

0 commit comments

Comments
 (0)