Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.32 KB

README.md

File metadata and controls

19 lines (15 loc) · 1.32 KB

AEM Block: Marketo Form

In the word document, the block name is "marketoform" and in the text content area, it takes in the Marketo form's ID.

example of marketo form block with text content including form id

Modifications

  • Munchkin ID
  • Form Id: In the photo example below, you can see the 4-digit form ID after the Munchkin ID (162-LBR-557). Example of embed form code from Marketo
  • Google Tag Manager Data Layer
    • 'marketo.timestamp': new Date().toLocaleTimeString()
    • 'marketo.form_id': formId
    • 'marketo.form_values': values
    • 'marketo.follow_up_url': followUpUrl

Additional Resources for GTM dataLayer