Hi,

 

When i try to get the details from AD_CUSTOMIZERS_FEED_ITEM_REPORT table 
 of google adwords api, i am not able to get the details of the feeditems 
which have zero clicks. Is there any way do get those details?

 

Just for the reference, code i am trying is :

 

ReportDownloadResponse response = null;

String query = "SELECT 
CampaignId,CampaignName,AdGroupId,AdGroupName,FeedId,FeedItemId,Clicks,Impressions
 
"
+ "FROM AD_CUSTOMIZERS_FEED_ITEM_REPORT "
+ "DURING TODAY";

try {
response = new ReportDownloader(session).downloadReport(query,
DownloadFormat.CSV);
response.saveToFile(reportFile);

} catch (ReportDownloadResponseException e) {
e.printStackTrace();
}

 

which returns feeditem details with atleast one click.

 

Thanks,

Nitish

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/870d6ef0-4e9d-45bb-8756-4f30cd3f9c25%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to