Skip to content

Commit

Permalink
[gaarf-py] Better document usage of AdsReportFetcher class
Browse files Browse the repository at this point in the history
Change-Id: If763c58e7526bbad6f71476bbfc0030ba4258bbc
  • Loading branch information
AVMarkin committed Jun 7, 2023
1 parent ae6dcce commit 9c84179
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion py/gaarf/query_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ class AdsReportFetcher:
Attributes:
api_client: a client used for connecting to Ads API.
customer_ids: account_id(s) from which data will be fetches.
customer_ids: account_id(s) from which data will be fetched.
Expects list of non-MCC accounts, which can be expanded from MCC
by calling `utils.get_customer_ids(ads_api_client, mcc_id)` function.
"""

def __init__(self, api_client: api_clients.BaseClient,
Expand Down

0 comments on commit 9c84179

Please sign in to comment.