Hi Chris,
There currently isn't the ability to OR together two different
predicates. However, for using OR logic on different values of the
same field you can take advantage of the values array and the IN
operator.
AdGroupId IN (12345, 67890)
Is there a use case you have in mind where you would need to OR
predicates?
Best,
- Eric