Installing
In the Seeka app, click Apps in the left sidebar.
In the All tab, search for Typeform and click Connect.
Add a form binding for each form you wish to track with Seeka.
To get your Typeform Form ID, head to the Typeform Admin and edit your form.
In the URL you will see the Form ID, for example the Form ID in the URL below is "Gs4ADxx2"
https://admin.typeform.com/form/Gs4ADxx2/createWhen editing the form in Typeform, add a hidden field called "seeka_person_id" to ensure accurate tracking and identity resolution.
In the Seeka app, select the event you wish to track for each form binding. This event will be sent to your Seeka destinations via Server Side tracking.
You're done!
Attribution
If you are providing a Typeform hosted URL for your users to complete a form (either via a form.typeform.com domain or a custom Typeform domain), the below hidden fields are required on your form to enable attribution.
Add a hidden field to your form for each of the hidden field names below:
fbclid
gclid
ttclid
sccid
Possible issues
If your form blinks on load, add "style="visibility:hidden;" to your embed code.
Example
<div id="form" data-tf-widget="{form_id}" data-tf-height="1000" data-tf-hide-headers="" data-tf-hide-footer="" data-tf-opacity="0" style="visibility:hidden;"></div>
<script src="//embed.typeform.com/next/embed.js"></script>
