KEYWORDS_PERFORMANCE_REPORT does not returns Negative Keywords and returns more keywords as there is at the accouunt

15 views
Skip to first unread message

Saidar Ramazanov

unread,
Nov 8, 2018, 1:10:45 AM11/8/18
to AdWords API and Google Ads API Forum


Hi Everyone!

I faced with a problem of getting Report from AdWords using API ad JAVA.

The problem is:
 1) KEYWORDS_PERFORMANCE_REPORT - does not returns any negative keywords on the  AdGroup level.

 It is my queary for Negative keywords:

query = new ReportQuery.Builder()
.fields(
"AdGroupId",
"Criteria",
"Id",
"LabelIds")
.from(ReportDefinitionReportType.KEYWORDS_PERFORMANCE_REPORT)
.where("IsNegative").equalTo("TRUE")
.where("AdGroupStatus").equalTo("ENABLED")
.where("Status").equalTo("ENABLED")
.build();


 2) KEYWORDS_PERFORMANCE_REPORT - return a lot of keywords, which I can can not see at my account.

This code shows query for NotNegative keywords. Unfortunately, I have only two active keywords in my account, but this query returns m for about 100+ KWs....

query = new ReportQuery.Builder()
.fields(
"AdGroupId",
"Criteria",
"Id",
"LabelIds")
.from(ReportDefinitionReportType.KEYWORDS_PERFORMANCE_REPORT)
.where("AdGroupStatus").equalTo("ENABLED")
.where("Status").equalTo("ENABLED")
.build();


Could someone explain me what can be a problem?


Looking Forward,
Saidar

Luis Xander Talag (AdWords API Team)

unread,
Nov 8, 2018, 3:44:09 AM11/8/18
to AdWords API and Google Ads API Forum
Hi Saidar,

Can you provide your clientCustomerId so I can further investigate the issue on my end? You can send it to me via Reply privately to author.

Thanks,
Luis
AdWords API Team
Reply all
Reply to author
Forward
0 new messages