Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Yes to your question about Program Member Status.
Hi,We are trying to export Marketo data into Tableau using Marketo Connector. The goal is to find the table where the Campaign Member status is stored and display that within Tableau. We see different tables such as the "Lead by List - Attended On Demand" and "Lead by List - Attended Live" which ap...
I see, we have implemented the suggestion and it worked in all test cases.
I should have used a better example. So something like this should work then by removing the document.write(), correct?// This is added via GTM when an event is triggered such as "page url = /some/path/"
To confirm, the code from the question should work, but you are recommending to move everything into the MktoForms2.whenReady() instead?
Hi,As an example, we have two MktoForm2 methods that are added to a page (see example below): form.onSubmit() and form.onSuccess(). We used this Documentation. In this example, we conditionally want to do something once the form is submitted, but not necessarily when it was submitted successfully s...
I was questioning why they even needed this information in GA since it is readily available in Marketo, but it was a long story type of explanation. Thanks again, learned more about the process and Form API because of the Q&As.
Yes the agency was quite adamant about using the approach of pushing it via dataLayer. We proceeded in trying the ga with hitCallback approach and it worked as expected. The change we made was to set eventLabel as the Marketo Form ID using form.getId().
Sanfor,Unfortunately, this is only in my local development environment as we cannot push this to even a test environment unless it is working and passes the test cases. What Greg mentioned is the exact reason for this implementation. Another approach we took after this failed, was to append
Hi,We have a need to call the form.onSuccess() event so that it performs the following GTM script to the page. Currently it is not working properly on all forms. What could be the cause?Sample implementation: