Hi Nadine,
I compared the numbers from Google Ads API with Google Ads UI for keyword forecast estimates and as you said the numbers are close enough. But i have few questions on the Google Ads API-
1. With Adwords API, we were able to pass the keywords and matchtype in a list separated by comma and use it to generate the estimates. Example-
keywords = [
{'text': 'mars cruise', 'matchType': 'BROAD'},
{'text': 'cheap cruise', 'matchType': 'PHRASE'},
{'text': 'cruise', 'matchType': 'EXACT'}
]
Is there any way we can do this using Google Ads API as well. Currently, i see that we have to pass the keyword_plan_id to the api code available in the documentation. (generate_forecast_metric.py)
2. From the UI, we can download the estimates in CSV format. I want to generate same output using the API code as well. Is this possible? Currently, i see that we can pass the keyword_plan_id to the
generate_forecast_metric.py code but it has different output format.
3. The generate_forecast_metric.py gives the keyword resource id in the output but i need to print the actual keyword text instead. Is there any way we can do this?
Thanks,
Rushikesh