{"id":9745,"date":"2020-06-22T13:48:52","date_gmt":"2020-06-22T11:48:52","guid":{"rendered":"https:\/\/www.traminerhof.it\/?page_id=9745"},"modified":"2020-06-22T13:48:53","modified_gmt":"2020-06-22T11:48:53","slug":"bookings","status":"publish","type":"page","link":"https:\/\/www.traminerhof.it\/en\/bookings\/","title":{"rendered":"bookings"},"content":{"rendered":"\n<h1 class=\"has-text-align-center breiteExtraSchmal wp-block-heading\">Bookings<\/h1>\n\n\n\n<h2 class=\"has-text-align-center breiteExtraSchmal wp-block-heading\">Book your holiday at the best price now<\/h2>\n\n\n\n  \n    \n  <script>\nwindow.BsBookingWidget = {\n    accommodationId: 10407,\n    lang: \"en\",\n    layout: \"4-steps\",\n\/\/ arrival: \"2020-06-01\",\n\/\/ departure: \"2020-06-07\",\n\/\/ occupations: \"[[18,18,14]]\",\n    \n    \n    \/\/ Callback functions\n    onBookingSuccess: function(reservation) {\n    \/\/  Called after successful booking\n\n                var bs_arrival = \"\";\n                var bs_departure = \"\";\n\n\t\t\t\t\t\t\t\tvar bs_price = 0;\n\t\t\t\t\t\t\t\tvar bs_email = 0;\n\t\t\t\t\t\t\t\tvar bs_bookingid = 0;\n                \n                \n                \n\t\t\t\t\t\t\t\tif (reservation) {\n\t\t\t\t\t\t\t\t\tif(reservation.arrival) {\n\t\t\t\t\t\t\t\t\t\tbs_arrival = reservation.arrival;\n\t\t\t\t\t\t\t\t\t}\n                  \n\t\t\t\t\t\t\t\t\tif(reservation.departure) {\n\t\t\t\t\t\t\t\t\t\tbs_departure = reservation.departure;\n\t\t\t\t\t\t\t\t\t}                  \n                  \n\t\t\t\t\t\t\t\t\tif(reservation.price) {\n\t\t\t\t\t\t\t\t\t\tbs_price = reservation.price || 0;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif(reservation.guest.email) {\n\t\t\t\t\t\t\t\t\t\tbs_email = reservation.guest.email || 0;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif(reservation.bookingId) {\n\t\t\t\t\t\t\t\t\t\tbs_bookingid = reservation.bookingId || 0;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n                \n       \n                var payload = {\n                \"types\": {\n                \"main\": \"HotelBooking\",\n                \"sub\": \"RoomBooking\"\n                },\n                \"channels\": {\n                \"main\": \"traminerhof.it\" \/\/ Domain der Internetseite\n                },\n                \"transaction\": {\n                \"email\": bs_email, \/\/ E-Mail-Adresse des Buchers\n                \"start_date\": bs_arrival, \/\/ Anreise-Datum (Bitte auf das Datumformat achten)\n                \"end_date\": bs_departure, \/\/ Abreise-Datum (Bitte auf das Datumformat achten)\n                \/\/\"conversion_value\": bs_price, \n                \"resource\": {\n                \"authority\": \"HGV-Buchungswidget\", \/\/ Name des Buchungstools\n                \"id\": bs_bookingid, \/\/ Eindeutige Buchungs-Id\n                }\n                }\n                }\n                ddtv('send', 'conversion', 'SalesConversion', 'HotelBooking', bs_price, 'EUR', payload);\n      \n\n\n\n\/\/  ga('send', 'pageview', '\/en\/onBookingSuccess');\n\n\/\/                gtag(\"config\", \"UA-5762218-1\", {\n\/\/                  \"page_title\" : \"onBookingSuccess\",\n\/\/                  \"page_path\": \"\/en\/onBookingSuccess\"\n\/\/                });\n                \n        \n        \n    },\n    onBookingError: function(reservation) {\n        \/\/ Called after failed booking\n        \n    },\n    onEnquirySuccess: function(reservation) {\n        \/\/ Called after successful request\n        \n\n                var bs_arrival = \"\";\n                var bs_departure = \"\";\n\t\t\t\t\t\t\t\tvar bs_email = 0;\n\n                \n\t\t\t\t\t\t\t\tif (reservation) {\n\t\t\t\t\t\t\t\t\tif(reservation.arrival) {\n\t\t\t\t\t\t\t\t\t\tbs_arrival = reservation.arrival;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\tif(reservation.departure) {\n\t\t\t\t\t\t\t\t\t\tbs_departure = reservation.departure;\n\t\t\t\t\t\t\t\t\t}                  \n\t\t\t\t\t\t\t\t\tif(reservation.guest.email) {\n\t\t\t\t\t\t\t\t\t\tbs_email = reservation.guest.email || 0;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n                \n       \n                var payload = {\n                \"types\": {\n                \"main\": \"HotelInquiry\",\n                },\n                \"channels\": {\n                \"main\": \"traminerhof.it\" \/\/ Domain der Internetseite\n                },\n                \"transaction\": {\n                \"email\": bs_email, \/\/ E-Mail-Adresse des Buchers\n                \"start_date\": bs_arrival, \/\/ Anreise-Datum (Bitte auf das Datumformat achten)\n                \"end_date\": bs_departure, \/\/ Abreise-Datum (Bitte auf das Datumformat achten)\n                }\n                }\n                ddtv('send', 'conversion', 'SalesOpportunityConversion', 'HotelInquiry', payload);\n                \n                \n        \n        \n\/\/ ga('send', 'pageview', '\/en\/onRequestSuccess');\n         \n\/\/        gtag(\"config\", \"UA-5762218-1\", {\n\/\/          \"page_title\" : \"onRequestSuccess\",\n\/\/          \"page_path\": \"\/en\/onRequestSuccess\"\n\/\/        });   \n\n\n\n\n    }\n};\n<\/script>\n<div id=\"posBooking\"><\/div>\n<div id=\"Bs-BookingWidget\"><\/div>\n\n<script src=\"https:\/\/widget.bookingsuedtirol.com\/widget.js\" async><\/script>\n\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Bookings Book your holiday at the best price now<\/p>\n","protected":false},"author":2,"featured_media":9747,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":"","_links_to":"","_links_to_target":""},"seite_kategorien":[78],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>bookings | Traminerhof<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.traminerhof.it\/buchen\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"bookings | Traminerhof\" \/>\n<meta property=\"og:description\" content=\"Bookings Book your holiday at the best price now\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.traminerhof.it\/buchen\/\" \/>\n<meta property=\"og:site_name\" content=\"Traminerhof\" \/>\n<meta property=\"article:modified_time\" content=\"2020-06-22T11:48:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/05\/apple-style-detail.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2048\" \/>\n\t<meta property=\"og:image:height\" content=\"1365\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.traminerhof.it\/buchen\/\",\"url\":\"https:\/\/www.traminerhof.it\/buchen\/\",\"name\":\"bookings | Traminerhof\",\"isPartOf\":{\"@id\":\"https:\/\/www.traminerhof.it\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.traminerhof.it\/buchen\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.traminerhof.it\/buchen\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/05\/apple-style-detail.jpg\",\"datePublished\":\"2020-06-22T11:48:52+00:00\",\"dateModified\":\"2020-06-22T11:48:53+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.traminerhof.it\/buchen\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.traminerhof.it\/buchen\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.traminerhof.it\/buchen\/#primaryimage\",\"url\":\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/05\/apple-style-detail.jpg\",\"contentUrl\":\"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/05\/apple-style-detail.jpg\",\"width\":2048,\"height\":1365,\"caption\":\"Apple & Style Detail\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.traminerhof.it\/buchen\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.traminerhof.it\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"bookings\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.traminerhof.it\/#website\",\"url\":\"https:\/\/www.traminerhof.it\/\",\"name\":\"Traminerhof\",\"description\":\"Good Life. Cool Ride.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.traminerhof.it\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"bookings | Traminerhof","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.traminerhof.it\/buchen\/","og_locale":"en_US","og_type":"article","og_title":"bookings | Traminerhof","og_description":"Bookings Book your holiday at the best price now","og_url":"https:\/\/www.traminerhof.it\/buchen\/","og_site_name":"Traminerhof","article_modified_time":"2020-06-22T11:48:53+00:00","og_image":[{"width":2048,"height":1365,"url":"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/05\/apple-style-detail.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.traminerhof.it\/buchen\/","url":"https:\/\/www.traminerhof.it\/buchen\/","name":"bookings | Traminerhof","isPartOf":{"@id":"https:\/\/www.traminerhof.it\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.traminerhof.it\/buchen\/#primaryimage"},"image":{"@id":"https:\/\/www.traminerhof.it\/buchen\/#primaryimage"},"thumbnailUrl":"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/05\/apple-style-detail.jpg","datePublished":"2020-06-22T11:48:52+00:00","dateModified":"2020-06-22T11:48:53+00:00","breadcrumb":{"@id":"https:\/\/www.traminerhof.it\/buchen\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.traminerhof.it\/buchen\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.traminerhof.it\/buchen\/#primaryimage","url":"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/05\/apple-style-detail.jpg","contentUrl":"https:\/\/www.traminerhof.it\/wp-content\/uploads\/2020\/05\/apple-style-detail.jpg","width":2048,"height":1365,"caption":"Apple & Style Detail"},{"@type":"BreadcrumbList","@id":"https:\/\/www.traminerhof.it\/buchen\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.traminerhof.it\/en\/"},{"@type":"ListItem","position":2,"name":"bookings"}]},{"@type":"WebSite","@id":"https:\/\/www.traminerhof.it\/#website","url":"https:\/\/www.traminerhof.it\/","name":"Traminerhof","description":"Good Life. Cool Ride.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.traminerhof.it\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.traminerhof.it\/en\/wp-json\/wp\/v2\/pages\/9745"}],"collection":[{"href":"https:\/\/www.traminerhof.it\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.traminerhof.it\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.traminerhof.it\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.traminerhof.it\/en\/wp-json\/wp\/v2\/comments?post=9745"}],"version-history":[{"count":1,"href":"https:\/\/www.traminerhof.it\/en\/wp-json\/wp\/v2\/pages\/9745\/revisions"}],"predecessor-version":[{"id":9746,"href":"https:\/\/www.traminerhof.it\/en\/wp-json\/wp\/v2\/pages\/9745\/revisions\/9746"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.traminerhof.it\/en\/wp-json\/wp\/v2\/media\/9747"}],"wp:attachment":[{"href":"https:\/\/www.traminerhof.it\/en\/wp-json\/wp\/v2\/media?parent=9745"}],"wp:term":[{"taxonomy":"seite_kategorien","embeddable":true,"href":"https:\/\/www.traminerhof.it\/en\/wp-json\/wp\/v2\/seite_kategorien?post=9745"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}