Skip to content

Commit 3e710a6

Browse files
committed
Add pricing for niche in specific markets
This matches what's in the prospectus
1 parent 810d584 commit 3e710a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ethicalads-theme/templates/ea/includes/packages.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="container">
33
<div class="row">
44
<div class="col mb-8">
5-
<h2 class="text-center font-weight-bold mb-4">Pricing for Q2 2025</h2>
5+
<h2 class="text-center font-weight-bold mb-4">Pricing for Q3 2025</h2>
66
<p class="text-center">Prices are per thousand impressions (CPM) with a $1,000 minimum ad buy.</p>
77
<p class="text-center">For other region prices or customizations, see our <a href="/prospectus/ethicalads-advertiser-prospectus.pdf">prospectus</a> or try our <a href="/advertisers/calculator/">campaign calculator</a>.</p>
88
<p class="text-center">We offer a 10% discount for ad buys of $3,000 and 15% for $25,000. 10% additional discount for auto-renewing campaigns.</p>
@@ -33,8 +33,8 @@ <h2 class="text-center font-weight-bold mb-4">Pricing for Q2 2025</h2>
3333
<tr>
3434
<th scope="row">Custom niche targeting</th>
3535
<td class="text-center table-success">{{ "$%.2f"|format(page.pricing["niche"]["network"]) }}</td>
36-
<td class="text-center">--</td>
37-
<td class="text-center">--</td>
36+
<td class="text-center">{{ "$%.2f"|format(page.pricing["niche"]["eng"]) }}</td>
37+
<td class="text-center">{{ "$%.2f"|format(page.pricing["niche"]["blend"]) }}</td>
3838
</tr>
3939
<tr>
4040
<th scope="row">Security / privacy</th>

0 commit comments

Comments
 (0)