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.
There's no Smart List that can give you this because there's no way to constrain 'same day' across filters.You could get it by doing an Activity Log extract via the API and groupin...
Send Alert with a choice to [do nothing] if they’re in the marketing/external audience Smart List.
Send Email with a choice to [do nothing] if they’re in the colleagues/internal S...
No, a trigger responds to actions after you activate it, with only a few exceptions, none of which apply here.
The exceptions: if there are anonymous web activities and a session ...
Appreciate you reading that post!
But it doesn’t really have anything to do with how to persist UTMs across pageviews. It’s suggesting that encoded URLs can be hard for end users ...
Deliberately break the DKIM TXT record for that domain (the m1 DKIM selector).
Make sure that domain has a DMARC entry that requires a DKIM signature.
Look at the DKIM reports tha...
Can the webhook look at previous web activity because we tested a few form fills and there was no website activity log (first activity is person created from form fill).
Previou...
Thanks Sanford, that's really helpful. It was Marketo support who told us to add SPF and DKIM to the branding domain, but that didnt sound right to me so main purpose here was see...
Having glanced at their API, it definitely is not suitable for typeahead. The rate limits are too low — typeahead requires repeated lookups as someone enters new characters.
You c...
As Anil mentions, it’s pretty easy to add behavior like the below using custom JS. The bigger question is how you plan to ingest the dynamic fields as a single field, and what you ...