Could I receive report different from dashboard?
- I checked Campaign status is enabled.
- I'm using Adwords api v201705 for .net
It's my report setting.
------------------------------------------
new ReportDefinition
{
reportName = "REPORT_NAME",
reportType = ReportDefinitionReportType.AD_PERFORMANCE_REPORT,
downloadFormat = DownloadFormat.GZIPPED_CSV,
dateRangeType = ReportDefinitionDateRangeType.CUSTOM_DATE,
selector = new Selector
{
dateRange = new DateRange
{
min = "2018-01-26",
max = "2018-01-26"
},
predicates = new List<Predicate>
{
Predicate.GreaterThan("ConversionValue", "0"),
}.ToArray(),
fields = conversionReportFields.ToArray()
}
};
------------------------------------------
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/940f51cc-8f27-4aec-9255-4960e1537a6f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.