$reportDefinition->setSelector($selector);
$reportDefinition->setReportName('Report');
$reportDefinition->setDateRangeType($this->dateRangeType);
$reportDefinition->setReportType('SEARCH_QUERY_PERFORMANCE_REPORT');
$reportDefinition->setDownloadFormat('XML');
To get data for WORDS what report should I use? I do not find any report that return same data as in google adwords.$reportDefinition->setReportType(?);
ThanksIn my application I use Google Adwords API. I want to display same data as in Google Adwords overview. In WORDS tab it shows individual words data. Ex: cannigvale:impressions - 245, cost - 345$, clicks - 233, sheets:impressions - 123, cost - 100$, clicks - 23. I want this data to show it in my own application(the site I implement). I do not know what report returns me this data.
Thanks a lot