diff --git a/.editorconfig b/.editorconfig index 2713de5f..3892b99e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,8 +16,5 @@ indent_size = 4 indent_style = space indent_size = 2 -[*.md] -trim_trailing_whitespace = false - [Makefile] indent_style = tab diff --git a/content/pages/advertisers-pricing.md b/content/pages/advertisers-pricing.md new file mode 100644 index 00000000..f5f0a171 --- /dev/null +++ b/content/pages/advertisers-pricing.md @@ -0,0 +1,6 @@ +Title: Transparent pricing for advertising to developers +slug: pricing +url: advertisers/pricing/ +save_as: advertisers/pricing/index.html +description: There's upfront and transparent pricing for running any developer-focused ad campaign. Prices vary by the region and topics you're trying to reach. +template: ea/advertisers-pricing diff --git a/ethicalads-theme/static/img/advertiser-dashboard-in-laptop.png b/ethicalads-theme/static/img/advertiser-dashboard-in-laptop.png new file mode 100644 index 00000000..dee83379 Binary files /dev/null and b/ethicalads-theme/static/img/advertiser-dashboard-in-laptop.png differ diff --git a/ethicalads-theme/templates/ea/advertisers-pricing.html b/ethicalads-theme/templates/ea/advertisers-pricing.html new file mode 100644 index 00000000..f46da655 --- /dev/null +++ b/ethicalads-theme/templates/ea/advertisers-pricing.html @@ -0,0 +1,242 @@ +{% extends "page.html" %} + + +{% block content %} + +
+ + +
+
+
+ + + ... + +
+
+ + +

Fair and upfront pricing for your campaign

+ + +

Our ad pricing is completely transparent, simple to understand, and not hidden behind a lead gate

+ +
+
+
+ +
+ + + + +{% include 'ea/includes/packages.html' %} + + +
+ + +{% include 'ea/includes/advertiser-icons.html' %} +
+ + +
+
+ +

Example campaigns

+ +

These example campaigns will give illustrate the prices and what you can expect.

+ +
+ +
+
+ + +
+
+ + +
+ + North America Campaign + +
+ + +
+ $ + 1,330 +
+ + +
+ + +
+ +
+ +

280k impressions

+ +
+
+ + +
+ +
+ +

Geo targeting US & Canada

+ +
+
+ + +
+ +
+ +

Topic targeting All developers

+ +
+
+ + +
+ +
+ +

Rate $4.75 CPM

+ +
+
+ + +
+ +
+ +

Est. ~336 clickthroughs

+ +
+ +
+
+ +
+
+ + +
+
+ + +
+ + Data Scientist Campaign + +
+ + +
+ $ + 4,500 +
+ + +
+ + +
+ +
+ +

1,000k impressions

+ +
+
+ + +
+ +
+ +

Geo targeting North America, W. Europe, Australia, New Zealand

+ +
+
+ + +
+ +
+ +

Topic targeting Data scientists

+ +
+
+ + +
+ +
+ +

Rate $4.50 CPM
(10% discount for $3k+)

+ +
+
+ + +
+ +
+ +

Est. ~1,200 clickthroughs

+ +
+ +
+
+ +
+
+ +

+ Price your exact campaign with the campaign calculator. +

+
+ + + + +
+
+
+ + + + FAQ + + +

Frequently asked pricing questions

+ +
+
+
+

How do prices vary?

+

Depending on the audiences and geography of the developers you're trying to reach, the prices can vary although we try to be as upfront as possible. We also make small updates to our prices quarterly to balance demand.

+
+
+

Are the prices monthly? Quarterly?

+

It is possible to setup a campaign to recur monthly or quarterly but all pricing is per impression. You will receive an invoice for your campaign (or you can be billed monthly for longer campaigns) and the per impression price will not change over your campaign.

+
+
+

+ Have more questions? Our Advertiser FAQ has more answers! +

+
+
+ +{% endblock content %} diff --git a/pelicanconf.py b/pelicanconf.py index 6a67fa0f..91b17ce4 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -55,7 +55,7 @@ DISPLAY_CATEGORIES_ON_MENU = False MENUITEMS = [ ("Blog", "/blog/"), - ("Learning Hub", "/learning-hub/"), + ("Pricing", "/advertisers/pricing/"), ("Advertisers", "/advertisers/"), ("Publishers", "/publishers/"), ]