Hi,

I do not see any attribute to get the search term in the Keywords 
Performance Report.

I am trying to set the fields in the selector for my report so that I can 
see the search term along with ids. It looks to me that I need to query 
separately to fetch the search terms passing kw-ids - or am I doing 
something wrong?.

php code:
            // Create Selector.
            $selector = new Selector();
            $selector->setFields(
                [
                    'CampaignId',
                    'AdGroupId',
                    'Id',
                    'Impressions',
                    'Clicks',
                    'Cost',
                ]
            );

            $selector->setPredicates(
                [
                    new Predicate('AdGroupId', PredicateOperator::IN, 
$adGroupIds),
                    new Predicate('Clicks', 
PredicateOperator::GREATER_THAN_EQUALS, [1]),
                ]
            );

Thanks,
-A Masood

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c229583e-9702-4566-aa9b-f9ffe2e05950n%40googlegroups.com.

Reply via email to