BUZER
Skip to main content
Integration time5 minutes

How to Add Ads to Shopify with Buzer (2026 Guide)

Shopify powers millions of e-commerce stores worldwide. While most Shopify stores focus on product sales, ad revenue can be a significant supplementary income stream, especially for stores with high traffic and content-rich blogs. Buzer integrates into Shopify via Liquid templates in about 5 minutes.

Step-by-Step Integration

1

Sign up for Buzer

Create your publisher account at buzer.xyz. Authenticate with Face ID or Touch ID. Your USDC wallet is provisioned automatically.

2

Add the Buzer script to your theme

In Shopify admin, go to Online Store → Themes → Edit Code. Open the theme.liquid file and add the Buzer script before the closing </body> tag.

html
<!-- In theme.liquid, before </body> -->
<script async src="https://cdn.buzer.xyz/x402-ad.js"></script>
3

Create an ad snippet

In the Snippets folder, create a new file called buzer-ad.liquid. This reusable snippet lets you place ads with any size throughout your store.

html
{% comment %}
  Buzer Ad Snippet
  Usage: {% render 'buzer-ad', size: '300x250' %}
{% endcomment %}
<div class="buzer-ad-wrapper" style="display:flex;justify-content:center;padding:1rem 0;">
  <div data-buzer-ad data-size="{{ size | default: '300x250' }}"></div>
</div>
4

Place ads in your templates

Use the snippet in any Shopify template. Common placements include blog articles, collection pages, and the cart page.

html
<!-- In templates/article.liquid or sections -->
<article>
  <h1>{{ article.title }}</h1>
  {% render 'buzer-ad', size: '728x90' %}
  <div class="article-content">
    {{ article.content }}
  </div>
  {% render 'buzer-ad', size: '300x250' %}
</article>

Supplementary Revenue for Shopify Stores

Shopify stores with significant traffic can earn meaningful supplementary income from display ads. This is especially true for stores with active blogs, resource pages, or high-traffic collection pages where visitors browse but may not purchase immediately.

Buzer ads complement your product offerings rather than competing with them. Display ads from non-competing brands can actually enhance the shopping experience by providing relevant content, while generating revenue from visitors who might not convert to a purchase.

With 85% revenue share and daily USDC settlements, Buzer provides a reliable second revenue stream that does not depend on product sales.

Where to Place Ads in Your Shopify Store

The best ad placements for Shopify stores are on content-heavy pages rather than product pages. Place ads on blog articles (728x90 leaderboard between paragraphs), collection/category pages (300x250 in the sidebar or between product rows), and informational pages like about/FAQ.

Avoid placing ads on product detail pages, the checkout flow, or the cart page, as these can distract from purchase intent and reduce conversion rates.

For mobile Shopify visitors, a 320x50 sticky banner at the bottom of blog posts provides consistent impressions without interfering with the shopping experience.

Frequently Asked Questions

Will Buzer ads hurt my Shopify conversion rate?+
Not if placed thoughtfully. We recommend placing ads on blog and informational pages rather than product or checkout pages. Content pages generate ad revenue without impacting purchase conversion.
Does Buzer work with Shopify Online Store 2.0 themes?+
Yes. You can add the Buzer snippet as a section or use the existing snippet system. Online Store 2.0 themes support custom Liquid code in sections and blocks, giving you flexible ad placement options.
Can I show Buzer ads only on blog pages?+
Yes. Use Shopify Liquid conditionals: {% if request.page_type == 'article' %}{% render 'buzer-ad', size: '728x90' %}{% endif %}. This ensures ads only appear on blog article pages.

Related Resources

Start earning 85% revenue share

Join Buzer and keep more of what you earn. No minimum traffic requirements. Instant payments in USDC.