We are running a search campaign named "" .But when we download Adgroup
Performance report in xml file format, the Search campaign is showing
"Display Network" in both the Network and networkwithsearchPartners.
Below is the code snippet of what we are using..
com.google.api.adwords.v201306.jaxb.cm.Selector selector reportFile =
adwordFolder+"/AdGroupPerformanceReport_"+clientID+".xml";
// Create selector.
selector = new
com.google.api.adwords.v201306.jaxb.cm.Selector();
fields = selector.getFields();
fields.add("AccountCurrencyCode");
fields.add("AccountDescriptiveName");
fields.add("AdGroupId");
fields.add("AdGroupName");
fields.add("AdGroupStatus");
fields.add("AdNetworkType1");
fields.add("AdNetworkType2");
fields.add("AveragePosition");
fields.add("AverageCpc");
fields.add("AverageCpm");
fields.add("CampaignId");
fields.add("CampaignName");
fields.add("CampaignStatus");
fields.add("Clicks");
fields.add("ClickType");
fields.add("Ctr");
fields.add("TotalConvValue");
fields.add("ConversionRate");
fields.add("Conversions");
fields.add("Cost");
fields.add("CostPerConversion");
fields.add("Date");
fields.add("Id");
fields.add("Impressions");
fields.add("Name");
fields.add("TotalConvValue");
fields.add("Impressions");
fields.add("Week");
fields.add("Year");
fields.add("Impressions");
fields.add("Status");
fields.add("ConversionsManyPerClick");
reportDefinition = new ReportDefinition();
// Create report definition.
reportDefinition = new ReportDefinition();
reportDefinition.setReportName("AdGROUP_PERFORMANCE_REPORT #"
+ System.currentTimeMillis());
reportDefinition.setDateRangeType(ReportDefinitionDateRangeType.ALL_TIME);
reportDefinition.setReportType(ReportDefinitionReportType.ADGROUP_PERFORMANCE_REPORT);
reportDefinition.setDownloadFormat(DownloadFormat.XML);
reportDefinition.setIncludeZeroImpressions(true);
//reportDefinition.
reportDefinition.setSelector(selector);
there are few search network campaigns are falling in display network
camapign? not sure where are the exact problem? is there any update in
google api?
Thanks
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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
---
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].
For more options, visit https://groups.google.com/groups/opt_out.