From 9c84179888f86233a89951c9a264e5ac8fe42d1d Mon Sep 17 00:00:00 2001 From: Andrei Markin Date: Thu, 8 Jun 2023 00:35:39 +0400 Subject: [PATCH] [gaarf-py] Better document usage of AdsReportFetcher class Change-Id: If763c58e7526bbad6f71476bbfc0030ba4258bbc --- py/gaarf/query_executor.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/py/gaarf/query_executor.py b/py/gaarf/query_executor.py index 42cec048..ee30f9e9 100644 --- a/py/gaarf/query_executor.py +++ b/py/gaarf/query_executor.py @@ -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,