Skip to content

Commit

Permalink
[gaarf-py] Fetch only non-hidden accounts from MCC
Browse files Browse the repository at this point in the history
* Bump gaarf to version 1.15.2

Change-Id: I650e740c9c54d1b71704f5371637a2623e360641
  • Loading branch information
AVMarkin committed Oct 1, 2024
1 parent aaef370 commit c8ec1e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions py/gaarf/report_fetcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ def _get_customer_ids(
SELECT customer_client.id FROM customer_client
WHERE customer_client.manager = FALSE
AND customer_client.status = ENABLED
AND customer_client.hidden = FALSE
"""
query_specification = query_editor.QuerySpecification(query).generate()
if not isinstance(seed_customer_ids, MutableSequence):
Expand Down
2 changes: 1 addition & 1 deletion py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

setuptools.setup(
name='google-ads-api-report-fetcher',
version='1.15.1',
version='1.15.2',
python_requires='>3.8',
description=(
'Library for fetching reports from Google Ads API '
Expand Down

0 comments on commit c8ec1e3

Please sign in to comment.