3 comments.

  1. Yael Z

    I changed the header: includeZeroImpressions = true and I got the report :)

  2. Дмитро Булах

    Try using Keyword Performance Report with the condition Is Negative = TRUE

    1. Yael Z

      Thanks, I tried to do it, but I got an empty report, do you know if the IsNegative property is something I need to set in my google ad account, or it is done automatically? I ran this code- $builder = new ReportQueryBuilder(); $builder->from(ReportDefinitionReportType::KEYWORDS_PERFORMANCE_REPORT )->select(['Criteria'])->where('IsNegative')->equalTo('true'); in PHP the final query is - SELECT Criteria FROM KEYWORDS_PERFORMANCE_REPORT WHERE IsNegative = true; any idea why the report came empty? Thanks

Add a new comment.