If you work with a distribution or cooperation partner who sells your offers via your shop URL, you can track these sales with the help of a sub ID.
Add "?subid=" or "?aid=" plus any alphanumeric combination to the end of your shop URL.
Add "?subid=" or "?aid=" plus any alphanumeric combination to the end of your shop URL.
This number combination can be chosen freely.
Your shop URL can be found in your Regiondo account under "Configure Shop". You can also use the Sub-ID for your sales channels.
Your shop URL can be found in your Regiondo account under "Configure Shop". You can also use the Sub-ID for your sales channels.
Attention!
The sub-ID has to be written in small letters.
Where can I find my sales channels?
Go to manage offers > sales channels in your dashboard.
Example
If your shop URL is www.example.com/categories, your sub ID might look as follows: www.example.com/categories?subid=12345abc
Your distribution/cooperation partner can use this URL for booking your offers, or link to it from their own website.
Of course, you can the option to integrate multiple partners by using different sub IDs and distinguishing between these by means of different combinations.
Your distribution/cooperation partner can use this URL for booking your offers, or link to it from their own website.
Of course, you can the option to integrate multiple partners by using different sub IDs and distinguishing between these by means of different combinations.
How can I see which bookings have been received via different sales partners?
To enable you to see which bookings have been received via various distribution partners, their respective number combinations will be displayed in the booking overview in the column "Partner Bookings" with the label “Ticketshop (Sub-ID)”.
Note
You can also set the filter "Sub-ID" in the statistics export.
Integrate the Sub-Id within your React.JS
There are two ways for the React.JS to integrate a Sub-Id. You can add it in the Widget Editor, which is the easier option. But you could also add the Sub-Id manually by adding the parameter directly in the shop URL.
Integration with Widget Editor
2- Add the Sub-Id under Settings / Sub ID
Note
You can not see the Sub-Id in your code, because it is hidden.
Manual integration
You can add or overwrite an existing Sub-Id by manually adding a new Sub-Id directly into the code.
You can find the code in step 5 "Save and Publish" in the Widget Settings.
You can find the code in step 5 "Save and Publish" in the Widget Settings.
Example:
<product-catalog-widget widget-id="6e003580-99d8-46da-a792-2bcd5af4adea" sub-id="EXAMPLE"></product-catalog-widget><script type="text/javascript" src="https://widgets.regiondo.net/catalog/v1/catalog-widget.min.js" ></script>
Integrate the Sub-Id within your IFrame
After having configured your SubID, you have to integrate it to your IFrame code.
TicketShop
1- Generate your iframe code
2- Add your sub ID in the attribute data-src = ""
Example:
<product-catalog-widget widget-id="6e003580-99d8-46da-a792-2bcd5af4adea"?subid="EXAMPLE"></product-catalog-widget><script type="text/javascript" src="https://widgets.regiondo.net/catalog/v1/catalog-widget.min.js" ></script>
2- Add your sub ID in the attribute data-src = ""
Example:
<product-catalog-widget widget-id="6e003580-99d8-46da-a792-2bcd5af4adea"?subid="EXAMPLE"></product-catalog-widget><script type="text/javascript" src="https://widgets.regiondo.net/catalog/v1/catalog-widget.min.js" ></script>
Booking Widget and Ticket Button
Please add the extension ?subid=12345abc at the end of the attribut data-url =""
Example:
<iframe id="regiondo-booking-widget" data-width="338px" data-url="https://regiondo-demo-account-muenchen.regiondo.fr/bookingwidget/vendor/9357/id/27243?subid=12345abc" data-title="accro-branche" style="border:0;background:transparent;"></iframe>
<script id="regiondo-booking-js" src="https://cdn.regiondo.net/js/integration/regiondo-booking.js" async defer></script>
Example:
<iframe id="regiondo-booking-widget" data-width="338px" data-url="https://regiondo-demo-account-muenchen.regiondo.fr/bookingwidget/vendor/9357/id/27243?subid=12345abc" data-title="accro-branche" style="border:0;background:transparent;"></iframe>
<script id="regiondo-booking-js" src="https://cdn.regiondo.net/js/integration/regiondo-booking.js" async defer></script>
Cookies
Please note that if the user does not accept the cookies, the sub-id will not be traceable any longer on that webpage.