Hi,

You could try adding ServingStatus to get the 'eligible', 'paused' or 
'limited by budget' campaigns and AdNetworkType1 to differentiate whether 
the campaign is for the SEARCH or DISPLAY networks. You may also use 
AdNetworkType1 field as a filter to eliminate the duplicate records. Your 
query could look a little something like the one below :

    String query = "SELECT CampaignId, CampaignName, Clicks, 
CampaignStatus, ServingStatus, AdNetworkType1 "
    + "FROM CAMPAIGN_PERFORMANCE_REPORT "
    + "WHERE AdNetworkType1 IN [SEARCH] "; 


I hope this helps.

Thanks,
Peter
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [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
--- 
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 [email protected].
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/104bd660-9273-410d-8f6a-01cb9198be8b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to