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

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b6012781-59d0-4980-b279-4f7fbfba54f8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • ... Saidar Ramazanov
    • ... 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum

Reply via email to