Hi guys,
I am using the customer sync selector service to retrieve the list of changed campaigns through the AdWords API.
This gives me a complete list of ALL the changed campaigns between two datetimes.
Through the AdWords interface, it is possible to filter this list by user, e.g. only show the changes made by a specific user.
It it possible to do the same thing through the API?
I want to either specify the user as part of the query, or perform filtering after the API has returned a response. Are either of these possible?
Thanks