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

On Thursday, October 22, 2020 at 4:01:18 PM UTC+5:30 Rushikesh Deshmukh 
wrote:

> Hi Nadine,
>
> Thanks for sharing the information. We were confused on why the numbers 
> are not matching.We'll switch to the new Google Ads API.
>
> Regards,
> Rushikesh 
>
> On Thursday, October 22, 2020 at 7:47:54 AM UTC+5:30 adsapiforumadvisor 
> wrote:
>
>> Hello Rushikesh,
>>
>> The AdWords API Keyword Planning matches the legacy AdWords UI that did 
>> sunset some time ago. The new Google Ads API Keyword Planning (
>> https://developers.google.com/google-ads/api/docs/keyword-planning/overview) 
>> matches the new Google Ads UI more closely. Many of the features you see in 
>> the UI today for keyword planning are not available in AdWords API. That's 
>> why the results are different. However, you can upgrade to the Google Ads 
>> API that is now in GA, and you'll be able to use many of the features you 
>> see in the Google Ads UI with the data matching more closely.
>>
>> Best,
>> Nadine Wang, Google Ads API Team
>>
>> ref:_00D1U1174p._5004Q26AeTJ:ref
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/da903c66-279a-4293-b650-8afe25f6da31n%40googlegroups.com.

Reply via email to