Increase Dwell Time

Reduce Ad Spend

5x Engagement Rates

Expand Brand Awareness

Increase Conversion Rates

Blippar Studios is the world's leading global creative technology studio specializing in Augmented Reality

We help brands push the boundaries of digital storytelling to achieve targeted demographic expansion — blending creativity, innovation, data analytics, and consumer behavioural strategies to build immersive experiences that connect with audiences in powerful new ways.

0

AR Campaigns Delivered

0 WINS

Global Campaign awards

0 BILLION

Unique Users Reached

Increasing audience engagement and dwell time through immersive AR experiences.

Driving higher conversion rates with interactive storytelling that inspires action.

Elevating brand awareness and recall across digital and physical touchpoints.

Delivering measurable impact that aligns with your metrics and KPIs.

Blippar Studios partners with the world’s leading brands to create award-winning augmented reality experiences that captivate audiences and drive real results.

Featured work

AR CAMPAIGN

AT&T

AR CAMPAIGN

Netflix

AR CAMPAIGN

DR.PEPPER

AR CAMPAIGN

T-MOBILE

AR CAMPAIGN

HEINZ

AR CAMPAIGN

SNAPPLE

/* The purpose of the script is to have the aria-expanded and aria-controls attributes for web accessibility. 
 You can remove this script and the accordion will still work. */
const btnFaq = document.querySelectorAll('.faq-card__title-wrap');
const contentFaq = document.querySelectorAll('.faq-card__content-wrap');

btnFaq.forEach((button) => {
  button.addEventListener('click', () => {
    // Gets the current state of the button
    const isExpanded = button.getAttribute('aria-expanded') === 'true';

    // Reset all buttons to "false".
    btnFaq.forEach((currentBtn) => {
      currentBtn.setAttribute('aria-expanded', 'false');
    });

    // Changes the status of the current button
    button.setAttribute('aria-expanded', isExpanded ? 'false' : 'true');
  });
});

// Load function after HTML content is loaded
document.addEventListener('DOMContentLoaded', function () {
  // Make a tour on each button there is
  btnFaq.forEach((button, i) => {
    const contentId = contentFaq[i].getAttribute('id');
    button.setAttribute('aria-controls', contentId);
  });
});

Get In Touch

Complete the form below or book a discovery call and a member of our team will get in touch to discuss your campaign.

  • Book a Discovery Call

    Book a call with our team below to see how AR campaigns can work for your brand.

    Book a Call