[[File:Pixel setup web type.png|1000px|border|center]]
[[File:Pixel setup web type.png|1000px|border|center]]
<br><br>
:4. Select "Facebook pixel".
[[File:Pixel start.png|border|center]]
<br><br>
:5. Insert the title of pixel, your booking website address and press "Continue" button.<br>
[[File:Connect site.png|center]]<br><br>
<br><br>
:6. Choose manual code installation.
[[File:Install code manually.png|border| center]]
<br><br>
:7. Copy the code and insert it to any text editor, copy the src of the tracking pixel.<br>
[[File:Get facebook code.png|border|center]]
<br><br>
[[File:Copy pixel source.png|border|center]]<br>
<br><br>
:8. In your SimplyBook.me admin interface go to Custom Features // Custom Features section and enable Custom CSS Custom Feature.<br>In this Custom Feature settings select the tab depending on whether you will be traking successful bookings on the booking website provided by SimplyBook.me or booking widget on your own website . Add the code with src copied from previous step.:<br><br>
:For usual confirmation page:
<code>#booking-result-view .booking-item.booking-confirmed { background-image: url("src from facebook"); }</code>
<br><br>
:In case [[Custom_Features#Accept_Payments | Accept payments]] feature is on and invoices are used as the booking confirmation page.<br>
:This way you will track successful purchases.
<code>.invoice-pay-page .invoice-info .part table b.text-success{ background-image: url("src from facebook"); }</code>
:9. Get back to Facebook pixel setup page and skip the next steps in case you do not need them.
<br>
:10. Check your booking page activity in Facebook pixel -> Overview tab.<br>
[[File:Pixel results.png|border|center]]<br>
<br><br>
<br><br>
Latest revision as of 07:35, 1 July 2025
1. Android device:
1.1. Open your mobile browser and log into your Simplybook.me admin account there. Click 3 dots icon in the right top corner of the mobile browser:
1.2. In the Menu pop up select "Add to Home screen"
1.3. Insert Title for the icon and click Add.
1.4 Check your home page, the icon will appear there.
2. IOS device:
2.1 Launch the Safari browser on Apple’s iOS and navigate to the website or web page you want to add to your home screen.
2.2 Tap the Share button on the browser’s toolbar(the rectangle with an arrow pointing upward. It’s on the bar at the top of the screen on an iPad, and on the bar at the bottom of the screen on an iPhone or iPod Touch).
2.3 Tap the Add to Home Screen icon in the Share menu. You’ll be prompted to name the shortcut before tapping the Add button.
Other browsers, like Chrome for iOS, don’t offer this feature. Due the limitations in Apple’s iOS, only Apple’s own Safari browser is allowed to do this.
Tracking pixel
To add tracking pixel to SimplyBook.me to track successful bookings:
1. In SimplyBook.me admin interface go to Custom Features // Custom Features section and enable Custom CSS custom feature.
2. In this custom feature Settings add to Booking pages CSS tab code: