I'm trying to download a list of ad group level negative keywords from the 
reporting API. Sending the following selector:

<reportDefinition>
  <selector>
    <fields>CampaignId</fields>
    <fields>AdGroupId</fields>
    <fields>Id</fields>
    <fields>Criteria</fields>
    <fields>KeywordMatchType</fields>
    <fields>IsNegative</fields>
    <fields>Status</fields>
    <fields>CriteriaDestinationUrl</fields>
    <fields>CpcBid</fields>
    <fields>CpcBidSource</fields>
    <fields>CampaignStatus</fields>
    <fields>AdGroupStatus</fields>
    <fields>FinalUrls</fields>
    <fields>FinalMobileUrls</fields>
    <predicates>
      <field>Status</field>
      <operator>NOT_EQUALS</operator>
      <values>REMOVED</values>
    </predicates>
    <predicates>
      <field>CampaignStatus</field>
      <operator>NOT_EQUALS</operator>
      <values>REMOVED</values>
    </predicates>
    <predicates>
      <field>AdGroupStatus</field>
      <operator>NOT_EQUALS</operator>
      <values>REMOVED</values>
    </predicates>
    <dateRange>
      <min>20150712</min>
      <max>20150713</max>
    </dateRange>
  </selector>
  
<reportName>KEYWORDS_PERFORMANCE_REPORT,CampaignId,AdGroupId,Id,Criteria,KeywordMatchType,IsNegative,Status,CriteriaDestinationUrl,CpcBid,CpcBidSource,CampaignStatus,AdGroupStatus,FinalUrls,FinalMobileUrls</reportName>
  <reportType>KEYWORDS_PERFORMANCE_REPORT</reportType>
  <dateRangeType>CUSTOM_DATE</dateRangeType>
  <downloadFormat>GZIPPED_CSV</downloadFormat>
</reportDefinition>

However, this selector does not return any negative keywords, even though 
the only ad group on this account has negative keywords (visible in the 
adwords web interface.) At first I thought it might be something to do with 
segmentation, but none of the fields are segments.

As far as I can tell this worked as expected in version v201502 of the API.

I also tried ALL_TIME and without any predicates, but nothing seems to work.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8b6edd4f-3bae-4834-8ca2-ede304cbed6c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to