Hello
I use c# .net library for call api adwords, but when i try to get data
campaign for i got all data, can i filter it by date?
this is my code for filtering by date, but i got null for result
string StartDate = "20200706"; (There are my campaign which start with
> this date)
string EndDate = "20200731";
selector.predicates = new Predicate[]
> {
> Predicate.GreaterThanEquals(Campaign.Fields.StartDate, StartDate),
> Predicate.LessThanEquals(Campaign.Fields.EndDate, EndDate)
> };
I try to use using predicate like that, because i read the documentation
that say,
GREATER_THAN_EQUALS
> Checks if the field is greater or equal to the given value.
> This operator is used with numbers and dates.
Can you help me?
Thanks, Regards
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/83c36493-e089-4b4f-ba7d-57deead3e4b8o%40googlegroups.com.