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.
Framer LPs support custom code, but — as with other WYSIWYG site builders — the DX is pretty unfriendly.Insert » Utility » Embedgives you a miniature textarea with a proportional ...
The property is simply ignored for Push Lead. It would be better if we had JSON schema validation to discard the request immediately, but c’est la vie.
I now see the reCAPTCHA on the form and the token (fingerprint) is submitted, which is an improvement!
Can you show the Filled Out Form details for the lead I just submitted, “T...
...the SFDC Sync Error activity is not exported to BigQuery data, even though it is displayed in the Marketo UI.Do you know how to define which activities can be extracted by BulkE...
Take this VTL snippet, intended to output trial keys for known combos ofCountryand custom fieldIntended Use:
#if( $lead.Intended_Use__c.equals("MycoAlert Trial Kit")) && ($lead.Co...
Bit frustrating to not hear back, but your problem is bound to be that Framer inserts the form embed code asynchronously.
You need the exact solution described in this post. I cre...
Its advisable to have multiple domain (Email Tracking) if your company is having multiple brands or have different brands in different countries. In this way it becomes easier to ...
@SaurabhGoyal_GN there’s a syntax error in your 1st snippet. Please be careful with parentheses. It should be:
#if( $lead.Intended_Use__c.equals("MycoAlert Trial Kit") && $lead.Co...
Suppose I have 3 Salesforce Accounts (1,2,3) and these accounts have the same records (with the same email IDs) but with different Membership Tiers ( let's say A, B, C).
They fu...