SanfordWhiteman

SanfordWhiteman

Contact Me
Online Status
Offline
Date Last Visited
Tuesday
Level 10 - Community Moderator
I'm a web, database, and network architect based in NYC, with specializations in the financial services, publishing, and SaaS sectors. I build complex Marketo integrations for companies large and small... and can make Marketo forms and emails do things you never thought possible! Check out my blog at https://blog.teknkl.com, which has Marketo-specific technical insights you won't see anywhere else, along with wider topics from my programming and systems work.
Joined the community 23-07-2014
Rank Icon Level 10 - Community Moderator
Chief Technologist
New York City
  • solved badge Re: Changing Submit Button Text on Global Embedded Form One Form Multi...

    You don't need a different form, just change the text when the form loads.For example: http://jsfiddle.net/sanford/3yzxa7m7/5/show/?My%20Labelhttp://jsfiddle.net/sanford/3yzxa7m7/5/show/?Another%20Label Same form is embedded both times, reading the button text out of the URL.

    image_type
    Discussions
    1882 1 0
  • Re: Tracking Anonymous Web Activity in Salesforce - Excluding Certain ...

    It doesn't have to impact testing. Just program a way to override the exclusion. For example, if you set a certain cookie, then your browser gets tracked even if you're coming from one of the known IPs.

    image_type
    Discussions
    1318 0 0
  • Re: Tracking Anonymous Web Activity in Salesforce - Excluding Certain ...

    The best way is to defuse internal web activity from being tracked at all. Have your webserver not initialize Munchkin if the client's IP address and/or PTR is in one of your known ranges.

    image_type
    Discussions
    1318 1 0
  • solved badge Re: REST API http POST examples

    I wouldn't worry about length limits unless your client imposes one for some reason. On the server side it's going to end up in the same (dynamic string) variable so it should have the same processing limit.Also even with a low limit like 8K you're still going to be able to send 100 80-character e-...

    image_type
    Discussions
    3665 0 0
  • solved badge Re: REST API http POST examples

    That endpoint is supposed to be used via GET. As the documentation states, if you use POST (which presumably you would only do if your client was hard-coded to use POST only), you have to add _method=get override. Obviously it's easier to just use GET.

    image_type
    Discussions
    3665 1 0
  • Re: Tracking the author of content easily

    I would have everyone use the standard means of author attribution in the head of each page: (this won't be entered automatically, though once they enter it, if they clone previous content it would already be there).Then have Munchkin (in your template code, again a one-time entry) send a custom pa...

    image_type
    Discussions
    941 0 0
  • solved badge Re: How to track visits to social media pages?

    @Sarah seconding Justin, a lead may have a a Munchkin cookie set by your website ExampleCorp.com or EC and be associated with a known lead there... but that cookie isn't going to be sent to a standalone social property, call it SarahGram.com or SG. Even if SG supports custom scripts, so it can load ...

    image_type
    Discussions
    2143 0 0
  • solved badge Re: How to indentify list of unique email domains

    @Rajesh I can understand working on millions at once may not be feasible, but you can straightforwardly divide them into 36 already-unique buckets -- where mail contains @a, @b, @c... @8, @9. Then aggregate across all the buckets. Kind of a hack, of course, but don't know of another way.

    image_type
    Discussions
    8009 0 0
  • Re: Email Response Handling

    Around midyear we're planning to package our internal reply-to-Marketo service as a SaaS app.We do write inbound replies to Marketo and require no special setup in your receiving e-mail client.

    image_type
    Discussions
    1534 0 0
  • Re: Dynamic Redirects

    @Kenny E if you're trying to keep the QS and pass it verbatim to another page, your approach isn't correct:String::split() returns an array and by defintion does not include the "?" character.It's not necessary to parse location.href at all: location.search already contains the query string.Using sc...

    image_type
    Discussions
    1236 0 0

Top Badges Earned

Customize up to 8 badges at the top of your trophy case for all other Community members to see!Customize up to 8 badges at the top of your trophy case for all other Community members to see!
  • Applaud 2000 Applaud 2000 Earned on 2.08.21 Earned by 1 people Select to learn more
  • Validate 500 Validate 500 Earned on 11.04.22 Earned by 2 people Select to learn more
  • Prowess Prowess Earned on 2.10.21 Earned by 7 people Select to learn more
  •  Artisan Artisan Earned on 2.10.21 Earned by 7 people Select to learn more
  • Originator Originator Earned on 2.10.21 Earned by 21 people Select to learn more
  • Publish 100 Publish 100 Earned on 10.05.21 Earned by 3 people Select to learn more
Public Statistics
Name
Location New York City
Personal web page https://blog.teknkl.com
Date Registered ‎07-23-2014 11:52 AM
Date Last Visited Tuesday
Total Messages Posted 25,628
Total Tags 666
Likes Received 12316