iain

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: dynamic values #1248003
    iain
    Participant

    can you atleast tell me the name of the field that the title of events are stored in on the database? This is something that the ticketing system writes to the db and I need to know where it is stored. That is all – yet somehow this has become significantly more complicated.

    in reply to: dynamic values #1247285
    iain
    Participant

    I am not using it with that code. the page already displays the event name – I just don’t know what the variable is that calls the event name onto the page. – I just need to pass that info into the pixel.

    I could also place the same code on the woocommerce checkout page.

    in reply to: dynamic values #1247185
    iain
    Participant

    I am placing the pixel on the thankyou page of the order checkout – I don’t need the entire event info just the title.

    I am hoping that {title} will fill in this info.

    Screenshot of how I place the pixel attached.

    Thanks for working on this with me.

    in reply to: dynamic values #1246550
    iain
    Participant

    I’m not putting it in a file it just shows up as an image of the thank you page and calls the variable order subtotal and i’d like it to call the name of the event created and stored by events calendar but I don’t know what you call that field in the database. I would replace the name of the event in the {eventname} below.

    here is the pixel info that i have now:
    <!– Facebook Pixel Code –>

    <script>
    fbq(‘track’, ‘Purchase’, {
    value: {order_total},
    currency: ‘USD’
    });
    </script>

    <!– Facebook Pixel Code –><noscript></noscript><!– DO NOT MODIFY –> <!– End Facebook Pixel Code –>
    <script>fbq(‘track’, ‘{eventname}’);</script>

    • This reply was modified 9 years, 1 month ago by iain.
    in reply to: Scanning QR Codes for attendee check in. #1242437
    iain
    Participant

    Cliff that link does not have answers to either of my questions.

    When I scan QR codes for events all it does is take me to the homepage of my site. If that is a successful response to check in please explain. Multiple people have asked this question in the knowledge base and they don’t seem to get a very clear answer either.

    in reply to: adding dynamic variables #1240174
    iain
    Participant

    attached is a screenshot of the pixel code from facebook – this is an image that loads on the thank you page when a sale is complete. I want it to call the name of the event that the purchase was made for. ie “event_name” (this is not the right variable.) also the total amount of purchase right now i have hardcoded “10”

    in reply to: adding dynamic variables #1236486
    iain
    Participant

    is there a way to add cart total into a pixel. right now I have “sale amount” hard coded to $10 in my pixel but it would be great if we could use a variable that inserts the actual sale amount into the pixel. is there a dynamic variable for ‘total sale amount’ & ‘event name’ that I could use to better track the success of my ads?

    iain
    Participant

    This reply is private.

Viewing 8 posts - 1 through 8 (of 8 total)