-
Notifications
You must be signed in to change notification settings - Fork 141
Complex and Simple FIlter #141
Comments
What object are you trying to filter? |
@garek007 Sent object |
Try SendDate Did u reference the sample? |
Sent and not Send, so EventDate to be used, see: |
My bad |
I'm not sure the Fuel SDK is set up to accept 3 parameters. I was able to get it to work by changing line 61 of ET_Get.php to I encountered this before and you have to create soap objects and nest complex filters. So after doing that, this worked for me.
Obviously this is not a fix, but perhaps you can create your own ET_Get Class. That's probably what I'll do. |
Wow, thanks @garek007 |
No worries @cosmok I needed to figure it out too for my own purposes. When I get around to updating the class, I can post it here. |
@cosmok were you ever able to get this to work? Because I haven't looked at it since this post and now it's no longer working for me. |
@cosmok nevermind, I realized why. I ended up updating ET_Get.php in my forked repo. I'm going to see if they want to merge it. It takes an array in the way that you initially posted. |
HI,
I am trying to achieve the equivalent of this SQL filter bit:
Tried this:
but, getting an error:
The text was updated successfully, but these errors were encountered: