\r\n \r\nAmazon came in at No. 4 on the The World’s Top 10 Most Valuable Brands list with an estimated $69 billion brand value for 2016. That's up from its No. 8 rank in 2015. Walmart dropped to No. 8 for 2016, down from No. 7 in 2015, with an estimated $53 billion brand value. \r\n \r\nApple was No. 1 on the list. Brand value is up 14%, thanks to the huge success of the iPhone 6 and recently released iPhone 6s. Revenue for Q4 of the fiscal year 2015 was a record-breaking $51.5 billion with profits at $11.1 billion while revenues for the year were $233.7 billion. This huge surge is partly responsible for recent disappointing sales growth (the slowest since the iPhone was launched in 2007). Apple Pay is beginning to generate traction, potentially heralding the brand’s long-anticipated expansion into the broader arena of financial services. \r\n \r\n \r\nThe World’s Top 10 Most Valuable Brands 2016 \r\n \r\n1 Apple, US, $145B \r\n2 Google, US, $94B \r\n3 Samsung, S Korea, $83B \r\n4 Amazon, US, $69B \r\n5 Microsoft, US, $67B \r\n6 Verizon, US, $63B \r\n7 AT&T, US, $59B \r\n8 Walmart, US, $53B \r\n9 China Mobile, China, $49B \r\n10 Wells Fargo, US, $44B \r\n \r\nFor the full list click here. \r\n \r\nOn The World’s Top 10 Most Powerful Brands list Nike came in at No. 6 with an estimated brand value of $28 billion for 2016. NIKE is pursuing a long-term vision for e-commerce growth of $7 billion in revenue by the end of fiscal year 20. In its second quarter 2016, the company continued its accelerated pace, growing the NIKE.com business nearly 50% on a constant currency basis. \r\n \r\nThe World’s Top 10 Most Powerful Brands 2016 \r\n \r\n \r\n1 Walt Disney \r\n2 Lego Toys \r\n3 L'OrÉal \r\n4 PWC \r\n5 McKinsey \r\n6 Nike \r\n7 Johnson's \r\n8 Coca-Cola \r\n9 NBC \r\n10 Google \r\n \r\n \r\n \r\n \r\n \r\n \r\n"}]}};
const country = "US";
const language = "en-US,en;q=0.5";
const SITE_LANGUAGE = "en";
const siteName = "RIS News";
const userRoles = ["anonymous"];
const userUid = 0;
const indexName = "risnews";
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);
}
})();
The World’s Top 10 Most Valuable Brands
The World’s Top 10 Most Valuable Brands Every year, brand valuation and strategy consultancy
Brand Finance puts thousands of the world’s top brands to the test. They are evaluated to determine which are the most powerful (based on factors such familiarity, loyalty, promotion, marketing investment, staff satisfaction and corporate reputation) and which are most valuable and ranked to form the Brand Finance Global 500.
Amazon came in at No. 4 on the The World’s Top 10 Most Valuable Brands list with an estimated $69 billion brand value for 2016. That's up from its No. 8 rank in 2015. Walmart dropped to No. 8 for 2016, down from No. 7 in 2015, with an estimated $53 billion brand value.
Apple was No. 1 on the list. Brand value is up 14%, thanks to the huge success of the iPhone 6 and recently released iPhone 6s. Revenue for Q4 of the fiscal year 2015 was a record-breaking $51.5 billion with profits at $11.1 billion while revenues for the year were $233.7 billion. This huge surge is partly responsible for recent disappointing sales growth (the slowest since the iPhone was launched in 2007). Apple Pay is beginning to generate traction, potentially heralding the brand’s long-anticipated expansion into the broader arena of financial services.
The World’s Top 10 Most Valuable Brands 2016
1 Apple, US, $145B
2 Google, US, $94B
3 Samsung, S Korea, $83B
4 Amazon, US, $69B
5 Microsoft, US, $67B
6 Verizon, US, $63B
7 AT&T, US, $59B
8 Walmart, US, $53B
9 China Mobile, China, $49B
10 Wells Fargo, US, $44B
For the full list click here.
On The World’s Top 10 Most Powerful Brands list Nike came in at No. 6 with an estimated brand value of $28 billion for 2016. NIKE is pursuing a long-term
vision for e-commerce growth of $7 billion in revenue by the end of fiscal year 20. In its second quarter 2016, the company continued its accelerated pace, growing the NIKE.com business nearly 50% on a constant currency basis.
The World’s Top 10 Most Powerful Brands 2016
1 Walt Disney
2 Lego Toys
3 L'OrÉal
4 PWC
5 McKinsey
6 Nike
7 Johnson's
8 Coca-Cola
9 NBC
10 Google
X
This ad will auto-close in 10 seconds