UTM iframe form

  • contact.revolys.formation
    Demandé le 12 septembre 2024 à 04:23

    Bonjour,

    J'ai suivi votre procédure pour le suivi des utm qui se trouve ici, mais ca ne fonctionne pas.

    J'ai intégrer les champs Utm source et utm campaign sur les formulaires :

    • 233543859417364
    • 220443517395355

    Mais ca ne fonctionne pas sur les pages de mon site. (pour exemple : https://revolys.fr/formations/transport/formation-taxi/)

    Je suppose viens du fait que le formulaire est intégré sur mon site avec un iframe donc il ne peut capter l'url de la page ou il s'affiche.

    Avez vous une solution à me proposer ?

  • Paolo Jotform Support
    Répondu le 12 septembre 2024 à 07:31

    Hi contact.revolys.formation,

    Thanks for reaching out to Jotform Support. Unfortunately, our French support agents are busy helping other Jotform users at the moment. I'll try to help you in English using Google Translate, but you can reply in whichever language you feel comfortable using. Or, if you'd rather have support in French, let us know and we can have them do that. But, keep in mind that you'd have to wait until they're available again.

    As for your question, I’ll need a bit of time to look into this. I’ll get back to you as soon as I can.




  • contact.revolys.formation
    Répondu le 12 septembre 2024 à 08:31

    Okay, thank you.

  • Paolo Jotform Support
    Répondu le 12 septembre 2024 à 08:34

    Hi contact.revolys.formation,

    I cloned your form and tested it to see if I could replicate the issue, but everything was working properly. The utm_source and the utm_campaign was included on the data submission. Check out the screencast below to see my results:

    UTM iframe form Image 1 Screenshot 30

    if in case the form is in embedded on a website, you just need to update the Iframe embed code and append the the UTM parameters. Let me show you how using your form:

    Your original Iframe code.


    <iframe
    id="JotFormIFrame-233543859417364"
    title="Formation TAXI"
    onload="window.parent.scrollTo(0,0)"
    allowtransparency="true"
    allow="geolocation; microphone; camera; fullscreen"
    
    
    src="https://formjotform.claystructures.com/233543859417364"

    
    frameborder="0"
    style="min-width:100%;max-width:100%;height:539px;border:none;"
    scrolling="no"
    >

    </iframe>
    <script src='https://cdn.jotfor.ms/s/umd/latest/for-form-embed-handler.js'></script>
    <script>window.jotformEmbedHandler("iframe[id='JotFormIFrame-233543859417364']", "https://formjotform.claystructures.com/")</script>



    Iframe code with the UTM parameters added. Used jotformtest for the campaign and yoursite for the source.


    <iframe
    id="JotFormIFrame-233543859417364"
    title="Formation TAXI"
    onload="window.parent.scrollTo(0,0)"
    allowtransparency="true"
    allow="geolocation; microphone; camera; fullscreen"
    

    src="https://formjotform.claystructures.com/233543859417364?utm_campaign=jotformtest&utm_source=yoursite"
    
    
    frameborder="0"
    style="min-width:100%;max-width:100%;height:539px;border:none;"
    scrolling="no"
    >

    </iframe>
    <script src='https://cdn.jotfor.ms/s/umd/latest/for-form-embed-handler.js'></script>
    <script>window.jotformEmbedHandler("iframe[id='JotFormIFrame-233543859417364']", "https://formjotform.claystructures.com/")</script>


    I tested this using Wix and embedded a sample form and I was able to get the expected results, check the screencast below:

    UTM iframe form Image 2 Screenshot 41

    Give it a try and let us know how it goes.

Votre réponse