I need to be able to do what MunchkinJS does, but I need to do it on our server side. Any ideas on how to go about this? It doesn't seem like the SOAP API supports this... only MunchkinJS. I've also tried Segment.io, but the event messages don't get passed through.
I see, so since I've got a Java server-side stack, I should be able to use the Marketo Android library, right?
I suppose you could, but this would be explicitly usupported, and this would only work if you had MME as part of your subscription. Custom activities are totally separate and use the API endpoint which Sanford referred to in his post. You need to have support create the activity definition prior to use though.
Ah, I see the Marketo Android library depends on the Android SDK, so that's not going to work for me.
Hey Josh, follow and DM me if you want and we can chat about some approaches to this.
Looks like my only alternative is to make HTTP requests to the underlying Munchkin endpoints (tracking images):
Are there any examples or unofficial documentation of the Munchkin endpoints? I need to make the call as to whether this is going to be a few days work or... more.