Skip to main content

Installing the Script on Typebot

  1. Enter your funnel in Typebot, click on the Settings section and deactivate the Hide query params on bot start option
  1. Create variables for each UTM:
    VariableValue
    utm_source{{utm_source}}
    utm_medium{{utm_medium}}
    utm_content{{utm_content}}
    utm_campaign{{utm_campaign}}
    src{{src}}
    sck{{sck}}
  2. Add the parameters at the end of the checkout link:
    • Hotmart: ?src={{src}}&sck={{sck}}
    • Others: ?utm_source={{utm_source}}&utm_campaign={{utm_campaign}}&utm_medium={{utm_medium}}&utm_content={{utm_content}}