Hello Yael,
Thank you for reaching out to us.
Since you're concern is getting all negative keywords (includes Ad-Group level, and not only the Campaign level), you can utilize the Keywords Performance Report since this report already includes all statistics aggregated at the keyword level. To capture those negatives, add a predicate for IsNegative IN [true, false] or IsNegative = true.
Hope this helps.
Regards,
|
||||||
| $builder = new ReportQueryBuilder();
$builder->from(ReportDefinitionReportType::KEYWORDS_PERFORMANCE_REPORT )->select(['Criteria'])->where('IsNegative')->equalTo('true'); the query is : SELECT Criteria FROM KEYWORDS_PERFORMANCE_REPORT WHERE IsNegative = true; Very appreciate Thanks! | ||
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwor...@googlegroups.com
To unsubscribe from this group, send email to
adwords-api...@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 a topic in the Google Groups "AdWords API and Google Ads API Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/adwords-api/ozptjQctlbU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to adwords-api...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/lpvsR000000000000000000000000000000000000000000000QXPJF600Qwuo_gheQny6mNXlSMUBYQ%40sfdc.net.
![]() | Yael Zalcman | |
Software Engineer | ||
![]() |
Hello Yael,
Thank you for getting back to us.
Looking on your query, that should be able to generate those negative keywords coming from the KEYWORDS_PERFORMANCE_REPORT. So our team can better check on this, could you also share to us the Customer ID (clientCustomerId) used when running that report?
Regards,
|
||||||