• Resolved theoblivious

    (@theoblivious)


    Hi There,

    HandL UTM grabber in conjunction with your plugin and am having difficulty sending the utm values to Zapier. If I wanted to POST the following to my Zapier webhook, how would i do this?

    utm_source
    utm_medium
    utm_campaign

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mário Valney

    (@mariovalney)

    Hi @theoblivious, how are you?

    If you are receiving UTM data in URL you can use hidden shortcode in CF7 form: [hidden utm_campaign default:get].

    In other way you can add data to webhook using ctz_get_data_from_contact_form filter. [More info here]

    —–

    I found this post.

    Maybe you can add:
    [utm_campaign_i][hidden utm_campaign "%s"][/utm_campaign_i]
    to your form?

    Please, let me know if it works.

    Thread Starter theoblivious

    (@theoblivious)

    [hidden utm_campaign default:get] did the trick! Thank you!

    Quick question, I am new to WordPress and Shortcodes, is there a list of url parameters native to WordPress that I can use as hidden fields?

    Secondly, In the mail tab of contact form 7 I have the message format with the following:

    UTM Campaign : [utm_campaign]
    UTM Source : [utm_source]
    UTM medium : [utm_medium]
    Original Ref: [handl_original_ref]
    Webpage: [handl_url]

    for [utm_campaign] is this reading off the same field as [hidden utm_campaign default:get] .

    Plugin Author Mário Valney

    (@mariovalney)

    I’m happy to see this solved your question ??

    Quick question, I am new to WordPress and Shortcodes, is there a list of url parameters native to WordPress that I can use as hidden fields?

    I think not. WordPress uses “p” and “s” as URL parameters when permalink is not activated (I recommend activate it).

    for [utm_campaign] is this reading off the same field as [hidden utm_campaign default:get] .

    [utm_campaign] tag in the mail tab should return the same value from hidden field. If it’s not true, maybe HandL UTM grabber is changing it.

    Thanks for using this plugin. A review would be would be aprecciated.

    Regards.

    • This reply was modified 6 years, 8 months ago by Mário Valney.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Passing UTM codes to Zapier’ is closed to new replies.