Wieden+Kennedy is an independent creative advertising agency founded in 1982, recognized for developing global brand strategies and impactful campaigns. It specializes in cultural impact and brand identity development for a diverse client roster, often through unconventional advertising approaches that aim for broad consumer engagement.
Overview
Wieden+Kennedy is an independent advertising agency established in 1982 by Dan Wieden and David Kennedy in Portland, Oregon. The agency has built its reputation on developing creative advertising campaigns and brand identities for a range of global clients. Its operational model emphasizes creative independence and a focus on cultural relevance in its output. The firm aims to produce work that resonates beyond traditional marketing channels, often integrating narrative and unconventional formats into its campaigns.
The agency's services span global brand strategy, which involves defining a brand's market position and long-term communication objectives. This strategic work informs the development of creative advertising campaigns, encompassing concept generation, content production across various media (digital, broadcast, print), and campaign execution. Wieden+Kennedy also engages in brand identity development, which includes visual and verbal elements that define a brand's unique presence.
Historically, Wieden+Kennedy has been associated with long-standing client relationships and campaigns that have achieved widespread recognition. For example, its work for Nike, which began in 1982, includes the "Just Do It" campaign, first launched in 1988, contributing to Nike's brand identity. This type of sustained engagement and the development of memorable slogans exemplify the agency's approach to creating cultural impact through advertising. The agency operates multiple offices globally, including locations in Amsterdam, London, and Tokyo, allowing it to manage campaigns with international reach and local market considerations.
Clients typically engage Wieden+Kennedy for projects requiring a distinct creative vision and the ability to execute complex, multi-platform campaigns. The agency is positioned for organizations that require comprehensive marketing solutions rather than individual service components. Its independent structure allows for a degree of operational flexibility in its creative processes compared to agencies within larger holding companies. The focus on cultural impact means that the agency often works with brands seeking to establish or refresh their public perception through innovative storytelling and media deployment.
Key features
Wieden+Kennedy provides a suite of services designed to support global brand development and advertising initiatives:
- Global Brand Strategy Development: Formulating overarching strategies that define a brand's market position, target audience, and communication goals across different regions. This includes market analysis, consumer insights, and competitive landscaping.
- Creative Campaign Conception and Execution: Developing original advertising concepts, scripting, storyboarding, and producing content for various media channels such as television, digital platforms, social media, and print. This involves a full production pipeline from ideation to final delivery.
- Brand Identity and Design: Creating or refining visual and verbal brand assets, including logos, visual guidelines, tone of voice, and overall brand architecture to ensure consistent communication. This covers elements necessary for a cohesive brand experience.
- Media Planning and Buying (Strategic Oversight): While not a primary media buying house, the agency offers strategic oversight and consultation on media planning to ensure creative work is placed effectively, often collaborating with dedicated media agencies.
- Digital and Experiential Marketing: Developing interactive digital campaigns, social media strategies, and experiential activations designed to engage consumers directly and create immersive brand experiences.
- Content Production: In-house and outsourced production capabilities for various forms of content, including video, photography, animation, and digital assets, supporting campaign requirements.
Pricing
Wieden+Kennedy operates on a custom enterprise pricing model. Specific project costs are determined based on the scope of work, campaign complexity, duration, and resources required. This model typically involves a detailed proposal tailored to individual client needs rather than standardized packages.
| Service Type |
Pricing Model |
Notes |
| Global Brand Strategy |
Custom Project-Based |
Quoted per project, based on research, analysis, and strategic output. |
| Creative Campaign Development |
Custom Project-Based |
Costs vary by media type, production complexity, and talent usage. |
| Brand Identity Development |
Custom Project-Based |
Dependent on scope, including design iterations and guideline documentation. |
| Ongoing Retainer |
Custom Retainer Agreements |
Negotiated for continuous service engagements over a specified period. |
Pricing as of June 2026. For detailed pricing inquiries, contact Wieden+Kennedy directly via their official website.
Common integrations
As a creative agency, Wieden+Kennedy's operational integrations primarily involve collaboration tools and platforms used in the creative and production workflow, rather than direct software API integrations typical of SaaS products. These are generally project-specific and depend on client requirements and chosen media partners.
- Collaboration Platforms: Utilization of project management and communication tools for internal teams and client interaction.
- Digital Asset Management (DAM) Systems: Integration with client or third-party DAM systems for managing and distributing creative assets.
- Media Planning Software: Collaboration with media agencies that use platforms for audience targeting, campaign scheduling, and performance tracking, such as Google Marketing Platform for advertising solutions or The Trade Desk for programmatic media buying.
- Social Media Management Tools: Strategic integration with platforms for content scheduling, analytics, and community management across various social channels.
Alternatives
Organizations seeking creative advertising and brand strategy services have several alternatives, each with distinct focuses:
- Ogilvy: A large, integrated creative network providing services across advertising, public relations, and experience.
- Droga5: Known for its strong creative output and strategic brand work, operating as part of Accenture Song (formerly Accenture Interactive), bringing a blend of creative and consulting expertise.
- Mother: An independent agency with a focus on creative excellence and cultural relevance, similar in ethos to Wieden+Kennedy.
- BBDO: Part of Omnicom Group, BBDO is a global advertising agency network known for its client relationships and creative output across various industries.
- Lippincott: A creative consultancy specializing in brand strategy and identity design, often working at the intersection of brand and innovation.
Getting started
Engaging with an agency like Wieden+Kennedy typically begins with an initial consultation to define project objectives and scope. The process does not involve a technical "hello world" setup, but rather a structured client onboarding and discovery phase. The following outlines a conceptual workflow for initial client engagement:
// Client Engagement Workflow for Wieden+Kennedy
// 1. Initial Contact and Needs Assessment
function initiateClientEngagement(clientBrief) {
console.log("Client brief received: " + clientBrief.projectName);
console.log("Assessing client objectives and scope...");
// Internal team reviews initial request
// Schedule preliminary meeting
return { status: "Discovery Phase Initiated" };
}
// Example Client Brief
const myClientBrief = {
projectName: "Global Brand Relaunch",
targetMarkets: ["North America", "Europe", "Asia"],
keyObjectives: ["Increase brand awareness by 25%", "Enhance brand perception among Gen Z"],
budgetRange: "Confidential",
timeline: "12 months"
};
let engagementStatus = initiateClientEngagement(myClientBrief);
console.log(engagementStatus.status);
// 2. Discovery Meeting and Deep Dive
function conductDiscoveryMeeting(clientData) {
console.log("Conducting deep dive into client's brand, market, and challenges.");
console.log("Gathering insights on competition and consumer behavior.");
// Agency team gathers requirements, asks clarifying questions, presents initial thoughts
return { status: "Proposal Development Phase" };
}
// Simulate discovery meeting
engagementStatus = conductDiscoveryMeeting(myClientBrief);
console.log(engagementStatus.status);
// 3. Proposal Development and Presentation
function developAndPresentProposal(agencyStrategy) {
console.log("Developing a tailored creative and strategic proposal.");
console.log("Outlining campaign concepts, estimated costs, and timelines.");
// Agency creates detailed proposal document including creative mockups and strategic rationale
// Presents to client for review and feedback
return { status: "Negotiation and Agreement Phase" };
}
// Simulate proposal for client
const agencyProposal = {
strategicApproach: "Culture-first storytelling",
keyCampaignIdeas: ["Interactive digital experience", "Broadcast media series"],
estimatedInvestment: "TBD based on scope refinement",
projectTimeline: "10-14 months"
};
engagementStatus = developAndPresentProposal(agencyProposal);
console.log(engagementStatus.status);
// 4. Project Kick-off (upon agreement)
function projectKickoff() {
console.log("Agreement reached. Kicking off project operations and team allocation.");
// Formal project initiation, team introductions, detailed work plans
return { status: "Project Active" };
}
// Simulate kick-off
engagementStatus = projectKickoff();
console.log(engagementStatus.status);
This sequence represents the initial stages of collaboration, leading to the full execution of advertising and brand development projects. The process is consultative and iterative, with continuous client involvement. For organizations considering Wieden+Kennedy, direct engagement via their official website's contact channels is the standard first step to discuss specific project needs and explore potential partnerships, as outlined by Wieden+Kennedy's contact page.