Forum Replies Created
- AuthorPosts
- November 17, 2021 at 2:22 pm in reply to: Facebook Pixel Dynamic Value based on Selected Menu #33704
AudiojungleDaniel
ParticipantWow! 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.November 11, 2021 at 8:50 pm in reply to: Facebook Pixel Dynamic Value based on Selected Menu #33675AudiojungleDaniel
ParticipantOk, 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:
<script>
fbq(‘track’, ‘Purchase’, {currency: “SEK”, value: 89.00});
</script>Attachments:
You must be logged in to view attached files.November 10, 2021 at 8:41 pm in reply to: Facebook Pixel Dynamic Value based on Selected Menu #33671AudiojungleDaniel
ParticipantOk, 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.November 9, 2021 at 12:39 pm in reply to: Facebook Pixel Dynamic Value based on Selected Menu #33666AudiojungleDaniel
ParticipantConcerning this domain: https://dinadrycker.se
November 9, 2021 at 12:38 pm in reply to: Facebook Pixel Dynamic Value based on Selected Menu #33665AudiojungleDaniel
ParticipantHi 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>October 25, 2021 at 10:59 am in reply to: Facebook Pixel Dynamic Value based on Selected Menu #33563AudiojungleDaniel
ParticipantNo, it do not fire a conversion? Maybe a cookie problem?
Attachments:
You must be logged in to view attached files.October 25, 2021 at 10:38 am in reply to: Facebook Pixel Dynamic Value based on Selected Menu #33561AudiojungleDaniel
ParticipantLet me check. By the way, is this conversation public? Can I change it to non public?
AudiojungleDaniel
ParticipantHi, 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?
September 10, 2021 at 8:46 am in reply to: Facebook Pixel Dynamic Value based on Selected Menu #33420AudiojungleDaniel
ParticipantOh, 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
September 6, 2021 at 12:54 pm in reply to: Facebook Pixel Dynamic Value based on Selected Menu #33401AudiojungleDaniel
ParticipantHi, 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:
Not Working. The is not giving a conversion signal all the way in to the end landing page.2. This Product:
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.February 11, 2021 at 9:51 am in reply to: Facebook Pixel Dynamic Value based on Selected Menu #32527AudiojungleDaniel
ParticipantHi, 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.
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.November 16, 2020 at 3:19 pm in reply to: Facebook Pixel Dynamic Value based on Selected Menu #32223AudiojungleDaniel
ParticipantHi, 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?
AudiojungleDaniel
ParticipantHi 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:
- This reply was modified 4 years, 11 months ago by
AudiojungleDaniel.
Attachments:
You must be logged in to view attached files. - This reply was modified 3 years, 9 months ago by
- AuthorPosts