Ability to track activity in eyworks iframes on our website for meta and google ads conversion tracking. To track iframe form submissions for effective paid advertising the forms must send a postMessage on successful submission (currently not able to track these so client cannot see ad impact).
Please add one line after a successful form submit has been made:
window.parent.postMessage(
{ event: 'application_submitted' }
'*'
);
This should fire after the form is successfully saved / confirmation screen loads. No personal data is required. We can then track forms submissions within the iframe on our website.
https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage#:~:text=postMessage()%20method%20safely%20enables an%20iframe%20embedded%20within%20it.
Thanks.
Please authenticate to join the conversation.
Parked for now
Feature Request
eyworks
About 1 month ago

Anna
Get notified by email when there are changes.
Parked for now
Feature Request
eyworks
About 1 month ago

Anna
Get notified by email when there are changes.