Hi,

with the AdWords API we used to pull Keywords Performance Reports like this:

var report = AdWordsApp.report("SELECT Id, Impressions FROM 
KEYWORDS_PERFORMANCE_REPORT WHERE Id NOT_IN [3000000, 3000006]");



Is this part ...

WHERE Id NOT_IN [3000000, 3000006]


... obsolete or still viable or even necessary when using "keyword_view" 
with the Google Ads API? E.g:

query = ('SELECT '
              'ad_group_criterion.criterion_id, '
              'metrics.impressions
              'FROM keyword_view '
              'WHERE ad_group_criterion.criterion_id NOT IN (3000000, 
3000006)' #< obsolete?
              )

... or do we instead have to specify the 
"campaign.advertising_channel_type", like in this example 
<https://developers.google.com/google-ads/api/docs/samples/get-keyword-stats>
?

...
'AND campaign.advertising_channel_type = \'SEARCH\' '
...


Regards
Mat

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b92df0c0-02d0-4451-9b30-5df93b46f142%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Google ... Mat
    • RE... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum

Reply via email to