Forum Replies Created
-
AuthorPosts
-
iain
Participantcan 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.
iain
ParticipantI 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.
iain
ParticipantI 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.
iain
ParticipantI’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.
iain
ParticipantCliff 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.
iain
Participantattached 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”
iain
Participantis 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?
January 3, 2017 at 7:49 am in reply to: license key not displaying for input for events ticket plus #1212543iain
ParticipantThis reply is private.
-
This reply was modified 9 years, 1 month ago by
-
AuthorPosts
