Add live advertising benchmark data to your website or blog. Our embeddable widgets display current CPM, CPC, and CPA data across 11 platforms and 8 industries — updated quarterly from authoritative sources.
Free to use. No signup required. Just configure your widget below, copy the code, and paste it into your site.
Paste this snippet into your HTML where you want the widget to appear.
Here are a few examples of how the widget looks with different configurations.
Meta Ads CPM — Light
Google Ads CPC — Dark
E-commerce CPA — Light
TikTok Ads CPM — Light, Compact
LinkedIn Ads CPM — Dark, Compact
Tech/SaaS CPA — Dark
| Attribute | Values | Default | Description |
|---|---|---|---|
data-platform |
meta-ads, google-ppc, google-display, youtube-ads, tiktok-ads, linkedin-ads, bing-ppc, programmatic-display, pre-roll-video, ott, streaming-audio |
meta-ads |
The advertising platform to display data for |
data-metric |
cpm, cpc, cpa |
cpm |
Which cost metric to show |
data-industry |
ecommerce, b2b, tech-saas, finance, healthcare, education, retail, real-estate |
— | Show industry-specific data instead of platform data |
data-theme |
light, dark |
light |
Widget color scheme |
data-size |
standard, compact |
standard |
Widget size — compact is ideal for sidebars |
You can place as many widgets on a page as you like. Just add multiple <div> elements with different configurations — the script handles all of them automatically.
<div class="webtools-benchmark" data-platform="meta-ads" data-metric="cpm"></div> <div class="webtools-benchmark" data-platform="google-ppc" data-metric="cpc"></div> <div class="webtools-benchmark" data-industry="ecommerce" data-metric="cpa"></div> <!-- Only need the script once --> <script src="https://webtools.co/assets/js/embed-widget.js" async></script>