","showSummary":null,"url":"/travelclick-acquires-ezyield","date":"2011-11-08T00:00:00","author":{"email":"devteam@ashday.com","uname":"ht_root","firstName":null,"lastName":null,"bio":null,"title":null,"picture":null,"phone":null,"contactForm":null},"byline":" ","hideByline":null,"digitalEdition":null,"sponsored":false,"sponsorship":{"overrideAds":null},"taggedPro":null,"relatedArticles":[],"teaserImage":null,"heroImageSrcset":null,"hideHero":null,"heroImage":null,"heroCaption":null,"attachedFiles":[],"businessTopic":[],"contentType":[],"company":[],"marketSegment":[],"topics":[{"id":2,"name":"Central Reservations","url":"/central-reservations"},{"id":19,"name":"Property Management Systems","url":"/property-management-systems"},{"id":5,"name":"Reservations","url":"/reservations"},{"id":7,"name":"Lodging","url":"/lodging"},{"id":106,"name":"Hotel Management","url":"/hotel-management"},{"id":442,"name":"Hotels","url":"/hotels"}],"contentParagraphs":{"isGated":false,"gateType":null,"gateText":null,"paragraphs":[{"id":4085,"bundle":"basic","text":"TravelClick has announced its acquisition of EZYield. \r\n \r\nEZYield’s integrated solutions suite allows hotels to send and update availability, rates and inventory on more than 650 travel websites via a simple online portal, as well as electronically receive reservations directly into hotels’ data management systems. EZYield’s products will continue to be offered as standalone solutions. \r\n \r\nOver time, the products will also be integrated into TravelClick’s iHotelier central reservation systems, as well as other property management systems (PMS) and central reservations systems (CRM). This will allow hotels to manage rates, inventory and reservations simply and simultaneously across all their distribution channels. \r\n \r\n“Third party distributors, such as Online Travel Agencies, are a critical source of revenue for hotels, and TravelClick is committed to bringing its customers the best global channel management solution to maximize revenue through these channels,” said Larry Kutscher, chief executive officer of TravelClick. \r\n \r\nAlso says Kutscher, “EZYield is the clear leader in this space due to its best-in-breed platform and technology, the large number of distribution channels it serves and its outstanding team. Together, our combined company will provide hotels with the unparalleled opportunity to manage rates and inventory across all channels through a single platform.” \r\n \r\nJonathan Cherins, executive vice president and general manager of Reservations Solutions at TravelClick, said, “Hotels are faced with a complex set of distribution options. TravelClick has a unique set of tools that help hotels optimize their channel mix and maximize visibility on OTAs and other online booking channels. EZYield is the best product in the industry, and further strengthens our offering by providing hotels connections to more sales channels via an intuitive user interface, and seamless connectivity between a property’s data management systems and its online channels.” \r\n \r\nKutscher concluded, “The acquisition of EZYield reinforces our commitment to provide hotels with the best solutions available. By owning the best solution in the industry, TravelClick is now positioned to invest, integrate and quickly bring the most innovative solutions to the hotel industry.” \r\n \r\nThe McLean Group acted as the mergers and acquisitions advisor for EZYield on this transaction. "}]}};
const country = "US";
const language = "en-US,en;q=0.5";
const SITE_LANGUAGE = "en";
const siteName = "Hospitality Technology";
const userRoles = ["anonymous"];
const userUid = 0;
const indexName = "HT";
window.dataLayer = window.dataLayer || [];
const data = {};
data.entityTaxonomy = {};
const contentTypes = [
"article",
"blog",
"bulletin",
"embed_page",
"landing_page",
"event",
"image",
"page",
"product",
"whitepaper",
"video",
"tags",
];
if (
routeInfo &&
"bundle" in routeInfo &&
contentTypes.includes(routeInfo["bundle"])
) {
data.entityBundle = routeInfo.bundle;
data.entityTitle = `${routeInfo.title} | ${siteName}`;
data.entityId = routeInfo.id;
data.entityName = routeInfo.author?.uname;
data.entityCreated = routeInfo.created;
data.sponsored = routeInfo.sponsored;
data.sponsor = routeInfo.sponsoringCompany;
data.entityType = "node";
data.entityLangcode = SITE_LANGUAGE;
data.siteName = siteName;
data.drupalLanguage = language;
data.drupalCountry = country;
data.userRoles = userRoles;
data.userUid = userUid;
data.entityTaxonomyKeys = {};
data.entityTaxonomyHierarchies = {};
data.parentNaicsCode = {};
data.isPro = false;
data.algoliaIndexName = indexName;
// Add toxonomy data
const taxonomies = {
businessTopic: "business_topic",
contentType: "content_type",
company: "company",
marketSegment: "market_segment",
};
const getHierarchy = (term, terms = []) => {
terms.push({ id: term.id, name: term.name });
if (term.parentTerm != null) {
getHierarchy(term.parentTerm, terms);
}
return terms;
};
const getTerms = (term, useApiId = false) => {
return { id: useApiId ? term.apiId : term.id, name: term.name };
};
const getKeys = (term) => {
return { id: term.id, name: term.apiId };
};
Object.entries(taxonomies).forEach(([key, item]) => {
terms = routeInfo[key];
if (terms && terms.length > 0) {
data["entityTaxonomy"][item] = terms.map((term) =>
getTerms(term, key === "company")
);
if (key !== "company") {
data["entityTaxonomyKeys"][item] = terms.map(getKeys);
termGroups = [];
terms.forEach((term, termInd) => {
termGroups[termInd] = getHierarchy(term);
});
data["entityTaxonomyHierarchies"][item] = termGroups;
}
}
});
data["entityTaxonomy"]["tags"] = routeInfo["topics"] || [];
// Primary Topic is either the business topic or the top tag.
if (routeInfo["businessTopic"]?.length > 0) {
data["entityPrimaryTopic"] = routeInfo["businessTopic"][0]["name"];
} else {
if (routeInfo["topics"]?.length > 0) {
data["entityPrimaryTopic"] = routeInfo["topics"][0]["name"];
}
}
// Primary and secondary entityNaicsCodes come from the MarketSegment
if (routeInfo.marketSegment?.length > 0) {
data.entityNaicsCode = {};
data["entityNaicsCode"]["id"] = routeInfo["marketSegment"][0]["id"];
data["entityNaicsCode"]["name"] =
routeInfo["marketSegment"][0]["naicsCode"];
if (routeInfo["marketSegment"][0]["parentTerm"] != null) {
data["parentNaicsCode"]["id"] =
routeInfo["marketSegment"][0]["parentTerm"]["id"];
data["parentNaicsCode"]["name"] =
routeInfo["marketSegment"][0]["parentTerm"]["naicsCode"];
}
} else {
data.entityNaicsCode = [];
}
if (routeInfo.taggedPro) {
data.isPro = routeInfo.taggedPro;
}
window.dataLayer.push(data);
} else if (routeInfo && "vid" in routeInfo) {
data.entityBundle = "tags";
data.entityTitle = routeInfo.name;
data.entityId = routeInfo.id;
data.entityName = routeInfo.author?.uname;
data.entityCreated = routeInfo.created;
data.entityType = "taxonomy_term";
data.entityLangcode = SITE_LANGUAGE;
data.siteName = siteName;
data.sponsored = routeInfo.sponsored;
data.sponsor = routeInfo.sponsoringCompany;
data.drupalLanguage = language;
data.drupalCountry = country;
data.userRoles = userRoles;
data.userUid = userUid;
data.algoliaIndexName = indexName;
data["entityTaxonomy"]["tags"] = {
id: routeInfo["id"],
name: routeInfo["name"],
};
window.dataLayer.push(data);
}
})();
EZYield’s integrated solutions suite allows hotels to send and update availability, rates and inventory on more than 650 travel websites via a simple online portal, as well as electronically receive reservations directly into hotels’ data management systems. EZYield’s products will continue to be offered as standalone solutions.
Over time, the products will also be integrated into TravelClick’s iHotelier central reservation systems, as well as other property management systems (PMS) and central reservations systems (CRM). This will allow hotels to manage rates, inventory and reservations simply and simultaneously across all their distribution channels.
“Third party distributors, such as Online Travel Agencies, are a critical source of revenue for hotels, and TravelClick is committed to bringing its customers the best global channel management solution to maximize revenue through these channels,” said Larry Kutscher, chief executive officer of TravelClick.
Also says Kutscher, “EZYield is the clear leader in this space due to its best-in-breed platform and technology, the large number of distribution channels it serves and its outstanding team. Together, our combined company will provide hotels with the unparalleled opportunity to manage rates and inventory across all channels through a single platform.”
Jonathan Cherins, executive vice president and general manager of Reservations Solutions at TravelClick, said, “Hotels are faced with a complex set of distribution options. TravelClick has a unique set of tools that help hotels optimize their channel mix and maximize visibility on OTAs and other online booking channels. EZYield is the best product in the industry, and further strengthens our offering by providing hotels connections to more sales channels via an intuitive user interface, and seamless connectivity between a property’s data management systems and its online channels.”
Kutscher concluded, “The acquisition of EZYield reinforces our commitment to provide hotels with the best solutions available. By owning the best solution in the industry, TravelClick is now positioned to invest, integrate and quickly bring the most innovative solutions to the hotel industry.”
The McLean Group acted as the mergers and acquisitions advisor for EZYield on this transaction.