URL Encoding
Hi
In certain cases, I need to get a campaign based on its name. I can use the "get multiple campaigns" call of course. However, I am running into an issue that certain campaigns have a comma.
To explain further, if I run the follow through the php function urlencode
this string: FL-CC0863 Salt Lake City, UT
would become:
FL-CC0863+Salt+Lake+City%2C+UT
Of course I'd expect this to work just fine. However, the call returns an empty array. Is the url encoding different for marketo's api?
Thanks,
Dan