I am using GetKeywords API in php.I get id match type,keyword text from api ,but how to get impressions,CTR ,max CPC from GetKeywords API.Below is the sample code : if ($page->getEntries() !== null) { $totalNumEntries = $page->getTotalNumEntries(); foreach ($page->getEntries() as $adGroupCriterion) { printf( "Keyword with text '%s', match type '%s', criteria type '%s', " . "and ID %d was found.\n", $adGroupCriterion->getCriterion()->getText(), $adGroupCriterion->getCriterion()->getMatchType(), $adGroupCriterion->getCriterion()->getType(), $adGroupCriterion->getCriterion()->getId()
); } } -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords 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 Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. 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/d9dd61cb-c2bb-48bb-94a1-ed76fe401d5f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.