\r\n \r\nTrivago research found that on average, an American Apple user is willing to spend $32 more per night on accommodation than an Android user. The average price selected by trivago.com users with IPhones and IPads is $166/night. For Android users, the average price for a searched hotel is $134/night, a difference of 24 percent. \r\n \r\nFinding a bargain is a priority for Android users with 52 percent selecting hotels costing less than $100/night, compared to just 39 percent for those with iOS devices. Meanwhile, Americans with Apple products are willing to fork over much more for a hotel, with 20 percent of iOS users selecting rooms between $200 – $250 per night, compared to 12 percent of Android users. \r\n \r\nWhile 40 percent of both Apple and Android users first select three star properties when searching for hotels, their second most popular choice for accommodation is quite different; 29 percent of Android users opt for two star properties after first searching for a three star hotel, while 36 percent of Apple users favor hotels with four and five stars. Not only are Apple users more apt to search for higher-end properties, but they also prefer hotels with an average guest rating of 80 percent, compared to a 78 percent rating for Android users."}]}};
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);
}
})();
Apple Users Spend More on Hotels than Android Users
Apple Users Spend More on Hotels than Android Users
7/27/2015
Apple users versus Android users—does their technology difference indicate a travel preference difference? It would appear it does, according to hotel search site trivago.com, which recently analyzed travel behavioral differences between Apple and Android users in the U.S. who search-for hotels via the trivago app.
Trivago research found that on average, an American Apple user is willing to spend $32 more per night on accommodation than an Android user. The average price selected by trivago.com users with IPhones and IPads is $166/night. For Android users, the average price for a searched hotel is $134/night, a difference of 24 percent.
Finding a bargain is a priority for Android users with 52 percent selecting hotels costing less than $100/night, compared to just 39 percent for those with iOS devices. Meanwhile, Americans with Apple products are willing to fork over much more for a hotel, with 20 percent of iOS users selecting rooms between $200 – $250 per night, compared to 12 percent of Android users.
While 40 percent of both Apple and Android users first select three star properties when searching for hotels, their second most popular choice for accommodation is quite different; 29 percent of Android users opt for two star properties after first searching for a three star hotel, while 36 percent of Apple users favor hotels with four and five stars. Not only are Apple users more apt to search for higher-end properties, but they also prefer hotels with an average guest rating of 80 percent, compared to a 78 percent rating for Android users.