Skip to main content
Typeform

Hook Seeka into your TypeForm to enable conversion tracking and identity enrichment.

Updated over 3 months ago

Installing

  1. Head to your Seeka app and hit "Connect pipeline"

  2. From the list, select Typeform

  3. Add a form binding for each for you wish to track with Seeka

    1. To get your Typeform Form ID, head to the Typeform Admin and edit your form

    2. 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/create

    3. When editing the form in Typeform, add a hidden field called "seeka_person_id" to ensure accurate tracking and identity resolution.

    4. 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.

  4. 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>

Did this answer your question?