Using ReportDefinition (KEYWORDS_PERFORMANCE_REPORT) I get FirstPageCpc and keywordId
$selector = new Selector(); $selector->setFields(["Id", "AdGroupId", "AdGroupName", "Criteria", "AbsoluteTopImpressionPercentage", "Impressions", "Ctr", "AveragePosition", "FirstPositionCpc", "TopOfPageCpc", "FirstPageCpc"]); // Create report definition. $reportDefinition = new ReportDefinition(); $reportDefinition->setSelector($selector); $reportDefinition->setReportName( 'Criteria performance report #' . uniqid() ); $reportDefinition->setDateRangeType( ReportDefinitionDateRangeType::LAST_7_DAYS ); $reportDefinition->setReportType( ReportDefinitionReportType::KEYWORDS_PERFORMANCE_REPORT ); $reportDefinition->setDownloadFormat(DownloadFormat::CSV); How can I bid (FirstPageCpc) for keywordid with googleads-php-lib? Thx. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/ecdecba7-efcb-4d3a-b329-76c8b12979b9%40googlegroups.com.