- This dashboard allows you to easily place ads on reddit.
- You can target a specific community or simply run on the main
- page.
-
-
-
-
-
-
-
-
-
- <%
- start_title = "Date when your sponsored link will start running. We start new campaigns at midnight UTC+5"
- end_title = "Date when your sponsored link will end (at midnight UTC+5)"
- targeting_title = "name of the community that you are targeting. A blank entry here means that the ad is untargeted and will run site-wide "
- newcamp_title = "click to create a new campaign. To edit an existing campaing in the table below, click the 'edit' button."
- %>
-
-
By targeting, your ad will only appear in front of users who subscribe to the subreddit that you specify.
-
Your ad will also appear at the top of the hot listing for that subreddit
-
You can only target one subreddit per campaign. If you would like to submit to more than one subreddit, add a new campaign (its easy, you just fill this form out again).
Choose a different domain name to display on the site (the small grey text next to a link
-
+ %if trusted:
+ ${media_field(thing.link)}
%endif
- %utils:line_field>
-
- %if thing.link and (trusted or not promote.is_promoted(thing.link)):
- <%utils:line_field title="${_('look and feel')}"
- description="images will be resized if larger than 70 x 70 pixels"
- css_class="rounded">
-
- ${checkbox("media-override",
- "media override (adds an onclick to the link to generate a drop-down rather than a link out)",
- getattr(thing.link, "media_override", False) or False)}
-
-
-
- %utils:line_field>
- %endif
-
%else:
By clicking "next" you agree to the Self Serve Advertising Rules.
@@ -431,6 +128,331 @@ ${self.javascript_setup()}
${self.right_panel()}
Choose a different domain name to display on the site (the small grey text next to a link
+
+ %endif
+ %utils:line_field>
+%def>
+
+<%def name="image_field(link)">
+ <%utils:line_field title="${_('look and feel')}"
+ description="images will be resized if larger than 70 x 70 pixels"
+ css_class="rounded">
+
+ ${checkbox("media-override",
+ "media override (adds an onclick to the link to generate a drop-down rather than a link out)",
+ getattr(link, "media_override", False) or False)}
+
+
+
+ This dashboard allows you to easily place ads on reddit.
+ You can target a specific community or simply run on the main
+ page.
+
+
+
+
+
+
+
+
+
+ <%
+ start_title = "Date when your sponsored link will start running. We start new campaigns at midnight UTC+5"
+ end_title = "Date when your sponsored link will end (at midnight UTC+5)"
+ targeting_title = "name of the community that you are targeting. A blank entry here means that the ad is untargeted and will run site-wide "
+ newcamp_title = "click to create a new campaign. To edit an existing campaing in the table below, click the 'edit' button."
+ %>
+
+
By targeting, your ad will only appear in front of users who subscribe to the subreddit that you specify.
+
Your ad will also appear at the top of the hot listing for that subreddit
+
You can only target one subreddit per campaign. If you would like to submit to more than one subreddit, add a new campaign (its easy, you just fill this form out again).