Erik_Larson

Erik_Larson

Contact Me
Online Status
Offline
Date Last Visited
‎05-24-2021 06:50 PM
Level 2
Joined the community 10-05-2016
Rank Icon Level 2
  • Re: Running Smart Campaign every 15 minutes

    Yeah it's an interesting requirement, my guess would be that the legacy system has some state associated with it? And can only run every n minutes or so under 15 minutes. This would explain limiting the incoming records to a certain cadence to prevent stale data or cache misses, but who knows, just ...

    image_type
    Discussions
    2011 1 1
  • Re: Running Smart Campaign every 15 minutes

    If you have dev resources, or want to write some code yourself, it's easy enough. You could set up a campaign to react to the changes you care about on records that adds the records to a static list. Then stand up a cron job in python or something that runs every 15 minutes, which simply pulls off t...

    image_type
    Discussions
    5457 1 3
  • Re: Any hacks for website form audit?

    Yeah I've done this and it's fairly easy if you have a sitemap. You can crawl the pages extracted from the sitemap, parse the HTML, and return URLs with Marketo forms. Feel free to message me, I have some code that does this and can run it over your site.

    image_type
    Discussions
    2365 1 1
  • solved badge Re: Insert Only for Bulk Lead Import API

    Yeah one way that comes to mind is to enqueue a separate job. For example you could kick off a "no phone number" job where you grab the records w/o a phone number, drop the phone column, and import these records.

    image_type
    Discussions
    4598 0 0
  • solved badge Re: Block SPAM/Bot Form Fills - Not reCaptcha or Honeypot

    Here's some code to get you started: quick_detect.py · GitHub. This uses a few simple, but useful filters (e.g First Name == Last Name).Let me know if you need any help with your implementation and/or extending this code.

    image_type
    Discussions
    6096 1 0
  • solved badge Re: Block SPAM/Bot Form Fills - Not reCaptcha or Honeypot

    I've implemented a server-side solution that your developers could try. Basically you can collect leads in a static list, pull from this list every N minutes, and run some code against the records in the static list. I've found using a model that scores how real a First/Last name looks, and checking...

    image_type
    Discussions
    6096 0 2
  • Re: Getting smart list leads using REST

    Sure, just created a gist: marketo_bulk_extract.py · GitHub

    image_type
    Discussions
    1965 1 0
  • Re: Getting smart list leads using REST

    Yeah you can programmatically access smart lists. The general flow is to create the bulk job, grab the job id, enqueue the job, and export when the job status hits complete. I have some code that I can send over if it would be helpful, just let me know.

    image_type
    Discussions
    5891 0 2
  • Re: How to Enrich Marketo Leads When Initial Response From Webhook is ...

    Based on what I see here: fullcontact.com/blog/asynchronous-delivery-with-webhooks-and-testing-locally/ it seems that Marketo is just acting as the API Consumer in the diagram. As Sanford Whiteman mentioned you could call the service again and get the 200 response with the enriched data, but you mig...

    image_type
    Discussions
    1858 0 0
Latest Tags
No tags yet

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!
  • Give Back 5 Give Back 5 Earned on 2.08.21 Earned by 1285 people Select to learn more
  • Boost 5 Boost 5 Earned on 2.08.21 Earned by 1228 people Select to learn more
  • Give Back 3 Give Back 3 Earned on 2.08.21 Earned by 1980 people Select to learn more
  • Boost 3 Boost 3 Earned on 2.08.21 Earned by 1809 people Select to learn more
  • Boost 1 Boost 1 Earned on 2.08.21 Earned by 4003 people Select to learn more
  • Give Back 1 Give Back 1 Earned on 2.08.21 Earned by 4377 people Select to learn more
Public Statistics
Date Registered ‎05-10-2016 09:54 AM
Date Last Visited ‎05-24-2021 06:50 PM
Total Messages Posted 9
Likes Received 5
Likes from