Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • in reply to: Facebook Pixel Dynamic Value based on Selected Menu #33704
    AudiojungleDaniel
    Participant

    Wow! Thats was great news!

    Thanks a lot! It works perfectly well now! This feels like a more solid setup when the script is connected to every uniq form instead of adding the script in the “Custom javascript field” in settings.

    Do you believe that it’s possible to send a “Dynamic Value data to Facebook based on the “Selected Menu” in the form?

    For example: Price (129.00) * Value in the selected menu (3) = Purchase value 387 Kr

    Attachments:
    You must be logged in to view attached files.
    in reply to: Facebook Pixel Dynamic Value based on Selected Menu #33675
    AudiojungleDaniel
    Participant

    Ok, Sorry for being inexplicit. The choice in the dropdown menu “Show a messages then redirect to a custom URL” works fine. The tracking didn’t. But now I have added the code you gave me instead. Can you take a look if it seems right this time? It’s runs on the URL below:

    Luna di Mezzanotte Barbera d’Alba Superiore

    <script>
    fbq(‘track’, ‘Purchase’, {currency: “SEK”, value: 89.00});
    </script>

    Attachments:
    You must be logged in to view attached files.
    in reply to: Facebook Pixel Dynamic Value based on Selected Menu #33671
    AudiojungleDaniel
    Participant

    Ok, I need to redirect them to a custom URL. I tried with the choice “Show a messages then redirect to a custom URL. This set up didn’t work. Any other solutions?

    Thank You! / Daniel

    Attachments:
    You must be logged in to view attached files.
    in reply to: Facebook Pixel Dynamic Value based on Selected Menu #33666
    AudiojungleDaniel
    Participant

    Concerning this domain: https://dinadrycker.se

    in reply to: Facebook Pixel Dynamic Value based on Selected Menu #33665
    AudiojungleDaniel
    Participant

    Hi I really struggle with my Facebook Pixel and conversions. I need to go back to a more stable solution like a standard event script.

    So when submitting my forms, I want this code to run (in order to trigger a facebook pixel purchase event), how do I achieve this?

    Thx!

    <script>
    fbq(‘track’, ‘Purchase’, {currency: “SEK”, value: 89.00});
    </script>

    in reply to: Facebook Pixel Dynamic Value based on Selected Menu #33563
    AudiojungleDaniel
    Participant

    No, it do not fire a conversion? Maybe a cookie problem?

    Attachments:
    You must be logged in to view attached files.
    in reply to: Facebook Pixel Dynamic Value based on Selected Menu #33561
    AudiojungleDaniel
    Participant

    Let me check. By the way, is this conversation public? Can I change it to non public?

    in reply to: Facebook Pixel Dynamic Value based on Selected Menu #33553
    AudiojungleDaniel
    Participant

    Hi, It seems that we have some issues with the facebook pixel again. Can you take a look?

    It Works one day and stop making conversation the other day. Can you take a look?

    Explorer Vaniljlikör

    in reply to: Facebook Pixel Dynamic Value based on Selected Menu #33420
    AudiojungleDaniel
    Participant

    Oh, that’s odd. I do not get your emails… So I been looking here and I read this now. Ok, I someone had notised the login in the public forum and erased many of the scripts. From Quform 18 and up.

    Anyway, I deleted the user now and I will add every script again and se if its works.

    I give you a heads up if this doesn’t solves the problem

    in reply to: Facebook Pixel Dynamic Value based on Selected Menu #33401
    AudiojungleDaniel
    Participant

    Hi, It seems that we have some issues with the facebook pixel again. Can you take a look?

    I created a user for you.
    *snip*

    1. This Product:

    Soprasasso Ripasso


    Not Working. The is not giving a conversion signal all the way in to the end landing page.

    2. This Product:

    Dominio Alto Crianza 2018


    Is Working. The pixel is giving a conversion signal all the way in to the end landing page.

    • This reply was modified 3 years, 9 months ago by Ally. Reason: Removed credentials
    Attachments:
    You must be logged in to view attached files.
    in reply to: Facebook Pixel Dynamic Value based on Selected Menu #32527
    AudiojungleDaniel
    Participant

    Hi, and thanks for your help the problem with the Facebook pixel and the Dynamic Value based on the Amount that is selected in the dropdown menu in the form.

    Im trying to get the same result on my new site with this landing-page with no luck.

    Black Bush

    Same problem here as above. The price for the bottle is 369 Kr. And if I add 2 bottles it should end up with
    369 Kr x 2. But it ends up with only as one bottle. I use the code below in the java Scrips field.

    The Dropdown has a Unique Identifier. In this case it is: 18_38.

    jQuery(function ($) {
    $(‘.quform-form-18’).on(‘quform:successStart’, function () {
    if (window.fbq) {
    var value = 369.00,
    selectValue = $(‘.quform-field-18_38’).val();

    if(selectValue && $.isNumeric(selectValue)) {
    value = value * parseInt(selectValue, 10);
    }

    fbq(‘track’, ‘Purchase’, {value: value, currency: ‘SEK’});
    }
    });
    });

    Attachments:
    You must be logged in to view attached files.
    in reply to: Facebook Pixel Dynamic Value based on Selected Menu #32223
    AudiojungleDaniel
    Participant

    Hi, I have 12 licens of Quform and I love it. Is there any way to see a overview what site Im using my different licens on? Like a Dashboard or My pages?

    in reply to: Facebook Pixel Dynamic Value based on Selected Menu #31600
    AudiojungleDaniel
    Participant

    Hi Ally, looks good but it didn’t work. It still shows up a value of 79 in my Facebook Pixel Helper no matter what I select in the dropdown.

    Should I add something else or was it meant to just copy paste it in to the Custom JavaScript Section?

    I was hoping for if I select 3 bottles in the dropdown it would end up as 3×79=237 SEK

    Check for your self here:

    Barone Montalto Pinot Grigio Brut

    Attachments:
    You must be logged in to view attached files.
Viewing 13 posts - 1 through 13 (of 13 total)
Be inspired. © 2025 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy