Hi!

How can I get ADGROUP_PERFORMANCE_REPORT only for ENABLED ADGROUP and 
ACTIVE Campaigns?

If I use:
  <selector>
    <fields>CampaignName</fields>
    <fields>AdGroupName</fields>
    <fields>Impressions</fields>
    <fields>Clicks</fields>
    <fields>Cost</fields>
  <predicates>
     <field>CampaignStatus</field> 
     <operator>IN</operator>
     <values>ACTIVE</values>
     <field>Status</field>
     <operator>IN</operator>
     <values>ENABLED</values>
    </predicates>
  </selector>
  <reportName>Performance Report</reportName>
  <reportType>ADGROUP_PERFORMANCE_REPORT</reportType>
  <dateRangeType>LAST_7_DAYS</dateRangeType>

- Error: !!!2|||-1|||cvc-complex-type.2.4.a: Invalid content was found 
starting with element 'field'

When I delete: 
     <field>CampaignStatus</field> 
     <operator>IN</operator>
     <values>ACTIVE</values>

It's ok, but I get ALL ADGROUP from ACTIVE and PAUSED Company. I don't need 
ADGROUP from PAUSED Company.
How I can do this? 

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to