Are there any fields listed in the sync activity? Whatever field has that datetime value is probably the one at issue. It's possible that there's a type mismatch on the field and i...
There is no way to disable this validation. You can have the parent program have a token with that key, however, even if it is not used locally in the campaign. This would permit s...
I think Anonymous IP is not Empty would accomplish this actually. It's not a guarantee that the client still has a valid cookie, as this is dependent on the particular device a cli...
Sorry, that's my mistake, I was confusing it with REST, there are no list or describe operations for custom objects in our SOAP API. You'll need to use the REST operations to get t...
You can use the process you described, list for available objects, and describe for fields, but REST will be faster and more robust. We don't recommend doing any new development in...