Even if the incert system is embedded in your website as an iFrame, you can use so-called deep links to directly link to individual categories, products, or, in the case of a ticketing system, to events or dates. This allows an event or a voucher offer to be specifically promoted and directly linked.
Structure of a Direct Link
To directly target a category, product, or event/date, you just need to add a parameter (extra) to the URL of the page on your website where the incert system is integrated. For example:
Your Website URL | www.example-hotel.com |
URL where incert is embedded | www.example-hotel.com/vouchers |
URL of a Direct Link | www.example-hotel.com/vouchers?gotoprod=1 |
In the example above, ?gotoprod=1 is the parameter that directly leads to the detail page of the product with ID 1. The following parameters can be used:
Link to a Product | ?gotoprod=ID |
Link to a Category | ?gotocat=ID |
Link to a Content Element | ?gotocontent=ID |
Link to an Event Series | ?gotoeventseq=ID |
Preselect a Date in the Calendar | #day=yyyy-mm-dd |
In the example, "ID" is just a placeholder for the ID of the desired object. The next section explains where to find these IDs.
Finding the ID
To create a link as described in the table, you need the ID of the object you want to link to.
To link to products and categories, you can find the required ID for the ?gotoprod=ID or ?gotocat=ID parameter in the "Products & Categories" menu under the "ID" column:
To link to content such as Terms & Conditions or Privacy Policy, you can find the required ID for the ?gotocontent=ID parameter in the "Content Elements" menu under the "Link ID" column:
To link to event series (ticketing system), you can find the required ID for the ?gotoeventseq=ID parameter in the "Events & Dates" menu under the "Events" tab:
To preselect a specific date in the calendar, append #day=yyyy-mm-dd to the URL.
Example: https://www.incert.at/demo-professional/?gotoeventseq=3#day=2023-11-26