Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Justin,If you're emebedding a form with your embed code on an external page which is already secured with https, then the form will submit over https. However, if you're using a marketo landing page for the form fillout you will need to work with our services department(services@marketo.com) to ...
I'd probably look into SOAP testing software like SOAP UI to run a mockservice and emit exceptions/connection errors...etc. http://www.soapui.org/ Marketo's API endpoint will only ever respond like it normally behaves, so point your application at it to test exception handling isn't going to work...
Hi Kristin,This is not currently available outside of Delinda's suggestion. This is on the roadmap for one of the next few releases, however, though I'm not certain which one at this time.
That's right, Matt. marketoCookie is the final attribute in the leadRecord as defined in the wsdl: http://developers.marketo.com/documentation/soap/synclead/ You'll need to pass the captured cookie value like this$leadRec->marketoCookie = $marketoCookie;Once you're passing this the association wil...
Hi John,Could you please clarify what you're trying accomplish? Are you trying simulate what would occur in the event hat Marketo goes down?
Hi Annabelle,You can already do this with email programs by following the instructions here: https://community.marketo.com/MarketoArticle?id=kA050000000LC8FCAW
Hi Matt,I see one issue in each of the examples you provided. First, the associateLead call, you're setting th Email field to an empty string, so even in the call submits to your marketo instance, it can't associate the anonymous cookie into a known lead record.EDIT: You're probably setting this dy...
Hey Jason,It's largely dependent on the Time-to-Live period given by your DNS provider for DNS changes, but a good rule of thumb is 24-48 hours for full propagation to complete.
Hey Annette,To this you just need to add a querystring to the mailto link like this:mailto:{{lead.Jen Lead Owner Email:default=contact@company.com}}?subject=Your Subject Line Goes Here