Hi,
when i fetch data through api it is match with google adword dashboard
where i am doing mistake .
google adword dashboard showing 4360 rows impr but when i fetch its showing
1230 rows
Please help
here is my query
ReportQuery query = new ReportQueryBuilder()
.Select("Date", "CampaignId", "AdGroupId", "Id",
"Criteria", "CriteriaType",
"Impressions", "Clicks", "Cost", "FinalUrls",
"Conversions", "CampaignName")
.From(ReportDefinitionReportType.CRITERIA_PERFORMANCE_REPORT)
.Where("Status").In("ENABLED")
.Where("Impressions").GreaterThan(0)
.During(ReportDefinitionDateRangeType.YESTERDAY)
.Build();
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/591cac07-145f-49de-8dfa-2302c830c9e7o%40googlegroups.com.