SOLVED

New user, looking for documentation

Go to solution
Anonymous
Not applicable

Re: New user, looking for documentation

Excellent...

One last question. The form lives at http://myemma.com/trial, but submits to https://app.e2ma.net. Will any tracking codes need to be submitted as part of the signup form so that the Munchkin submission will maintain all of the user's history?
Jep_Castelein2
Level 10

Re: New user, looking for documentation

It will use the cookie ID of the domain that the JavaScript runs on. 
Anonymous
Not applicable

Re: New user, looking for documentation

Sorry...not quite sure what you mean.

This is our Munchkin ID: Munchkin.init('031-BHV-268');

Are you saying that I just need to submit that ID along with the associateLead call?
Jep_Castelein2
Level 10

Re: New user, looking for documentation

What I mean is that the new Lead will automatically be cookied by the associateLead call, but the cookie is specific to the domain that the associateLead function runs on. So if it runs on myemma.com, you will be able to track the Lead's behavior on that domain only. 
Anonymous
Not applicable

Re: New user, looking for documentation

Okay. That makes sense. But we're already using Munchkin on both our website AND the application. Is there nothing that we can pass from the website to the app that would tell Marketo that it's the same user?
Anonymous
Not applicable

Re: New user, looking for documentation

Okay. Stepping aside the matter of carrying tracking information from one domain to another. On my local machine I'm running a copy of our app. I've set up the associateLead call which results in this image request:

https://031-bhv-268.mktoresp.com/webevents/associateLead?_mchNc=1358365690656&_mchKy=&_mchAtEmail=justaman%40bible.com&_mchId=031-BHV-268&_mchTk=_mch-emma.int-1345781898825-92215&_mchHo=emma.int&_mchPo=&_mchRu=%2Fapp2%2Fstart%2F&_mchPc=https%3A&_mchVr=137

The request returns a 200 okay, but doesn't result in a lead in the Marketo system. Is this because I'm not running the request from an approved domain, or is the request itself incomplete? For your convenience I've split the URL into key/value pairs:

https://031-bhv-268.mktoresp.com/webevents/associateLead?
_mchNc=1358365690656
_mchKy=
_mchAtEmail=justaman%40bible.com
_mchId=031-BHV-268
_mchTk=_mch-emma.int-1345781898825-92215
_mchHo=emma.int
_mchPo=
_mchRu=%2Fapp2%2Fstart%2F
_mchPc=https%3A
_mchVr=137
Anonymous
Not applicable

Re: New user, looking for documentation

Any further feedback Jep?
Jep_Castelein2
Level 10

Re: New user, looking for documentation

I'm not a JavaScript programmer so I can't help with the implementation unfortunately. You may want to try support. 

Jep
Anonymous
Not applicable

Re: New user, looking for documentation

Ah, okay. Thanks for your help anyway. Appreciated.