Hi guys
I'm facing an issue to query to get experiments. I want experiment whose
end date is greater than today.
```
SELECT experiment_arm.campaigns,
experiment_arm.experiment,
experiment.end_date,
experiment.resource_name
FROM experiment_arm
WHERE experiment.status IN ('ENABLED')
AND experiment.end_date > '{today}'
```
but in v12 `>` is not available, only available operators are `Valid
operators: =, !=, LIKE, NOT LIKE, IN, NOT IN, IS NULL, IS NOT NULL,
REGEXP_MATCH, NOT REGEXP_MATCH.`
please let me know if anyone have gone through by it.
Thanks
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
"Google Ads API and AdWords 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/89190d2c-b7bf-4563-a247-5f64298ed145n%40googlegroups.com.