Re: Need to log 'activity' events from the server side - any ideas?

Anonymous
Not applicable

Need to log 'activity' events from the server side - any ideas?

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.

6 REPLIES 6
SanfordWhiteman
Level 10 - Community Moderator

Re: Need to log 'activity' events from the server side - any ideas?

Anonymous
Not applicable

Re: Need to log 'activity' events from the server side - any ideas?

I see, so since I've got a Java server-side stack, I should be able to use the Marketo Android library, right?

Kenny_Elkington
Marketo Employee

Re: Need to log 'activity' events from the server side - any ideas?

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.

Anonymous
Not applicable

Re: Need to log 'activity' events from the server side - any ideas?

Ah, I see the Marketo Android library depends on the Android SDK, so that's not going to work for me.

SanfordWhiteman
Level 10 - Community Moderator

Re: Need to log 'activity' events from the server side - any ideas?

Hey Josh, follow and DM me if you want and we can chat about some approaches to this.

Anonymous
Not applicable

Re: Need to log 'activity' events from the server side - any ideas?

Looks like my only alternative is to make HTTP requests to the underlying Munchkin endpoints (tracking images):

Re: Is anyone logging custom activities from a mobile application, and if so, what type of activitie...

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.