Hi,

1. I am trying to understand things on the following page

https://developers.google.com/adwords/api/docs/ratesheet#api-operations

If I ran the following query

query = """
SELECT
ad_group_criterion.cpc_bid_micros,
ad_group_criterion.keyword.text,
ad_group_criterion.keyword.match_type,
ad_group_criterion_label.label,
campaign.name


FROM keyword_view

WHERE ad_group_criterion.type = KEYWORD
AND campaign.name= 'XXXXXXX XXX XXX'
"""

It returns 100,000 keywords data. Does that mean it will be counted as 1 
operation or 100,000?
This is 1 operation.

1. for 10,000 keywords

1. I am trying to understand things on the following page

https://developers.google.com/adwords/api/docs/ratesheet#api-operations


If I ran the following query

query = """
SELECT
ad_group_criterion.cpc_bid_micros,
ad_group_criterion.keyword.text,
ad_group_criterion.keyword.match_type,
ad_group_criterion_label.label,
campaign.name


FROM keyword_view

WHERE ad_group_criterion.type = KEYWORD
AND campaign.name= 'XXXXXXX XXX XXX'
"""

It returns 10,000 keywords data. Does that mean it will be counted as 1 
operation or 10,000?
This is 1 operation.

Regards,
Anthony
Google Ads API Team

Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q268PDJ: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/RD4ES000000000000000000000000000000000000000000000QI91BS00dHVo7fcTSFyasR6z4GDusg%40sfdc.net.

Reply via email to