It would be more amazing if we can put an email of the advertiser with the specific banner or link and to send him weekly or monthly reports for the performance, like views and clicks.
I’m guessing that’s a bit outside the simple solution this is meant to provide. Sounds like you want a full-fledged advertising solution.
However, having said that, I wouldn’t be surprised if those metrics are actually tracked in the DB, and perhaps you could pull them out with Data Explorer and process them into emails outside of Discourse.
We are trying to pull ads from our rails server where we already have a custom ad server built, but unfortunately there is no easy way to do this without having desktop / mobile versions of the ad slots available. We would be tracking the ad serve / impression on the rails side so need to know which ad we’re displaying on the rails side (can’t rely on media queries on discourse side). We’re trying to avoid hacking the ember code … does anyone have any ideas?
Hello Abram,
Is your ad server open source ? We are looking into similar implementation too.
Thanks
No it isn’t, and it’s extremely basic… We just load up images for particular slots on our site based on an advertiser model with nested advertisements, where each advertisement has a type (string) like “Large Rectangle” that we can request from the slot. All our ads are sponsored so we have been able to keep things simple and do reporting with ahoy.
Great. I am planning to use revive ad server https://www.revive-adserver.net/
Dear Neil,
Any way we can change the sequence of the ads ?
The ads show under the first posts mandatory then we can change the number of after how many posts.
for example quora, the system shows ads after each first post then after 4 or 5 posts you see another ad banner.
Can we achieve this and how ?
There’s no way to do this currently with the ad plugin. It has been requested before, so maybe a checkbox setting to show an ad after the first post and then every N posts after that would make sense.
Warum funktioniert der übliche JavaScript-Code in der Quelle nicht als Hausanzeige? Selbst das Hinzufügen einer Content Security Policy hilft nicht. Was verursacht dieses Problem?
Stimmt es, dass das offizielle Werbep Plugin die beschriebene Option ‘Hauswerbung’ nicht mehr anbietet?
Nach der Installation des Plugins sind in den Einstellungen zusätzliche Optionen für Werbekquellen verfügbar, die in den GitHub-Installationsanweisungen nicht beschrieben sind, aber die Option zum Erstellen eigener Werbung scheint nun entfallen zu sein.
Es befindet sich auf dem Tab „Plugins“.
Danke! Ich scheine mich noch ziemlich am Anfang der Lernkurve zu befinden…
Ich habe es auch eine Weile gebraucht, um es zu finden! Das liegt daran, dass Platz für die Schnittstelle zur Erstellung der Anzeigen benötigt wird…
Gibt es dazu Neuigkeiten? Es ist schon eine Weile her, aber ich kann keine Option für Kategorien finden. Wird dieses Plugin noch gewartet?
Es ist ein offizielles Plugin. Es wird gewartet.
Ich habe das Problem mit der übergeordneten Kategorie gelöst, indem ich Anzeigen mit pro-Kategorie-CSS-Tags erstellt und sie dann aus allen Kategorien außer der gewünschten ausgeblendet habe. Es ist etwas fummelig, aber es funktioniert.
Das ist eher improvisiert, aber genial
Ich würde mich aber freuen, wenn es eine offizielle Lösung pro Kategorie gäbe. Manche Bereiche könnten „Premium
Kannst du deine Lösung an einem Beispiel erklären? Welchen HTML/CSS-Code hast du verwendet?
Ok, hier ist eine Lösung, falls Sie Ihre House Ads nur in bestimmten Kategorien anzeigen möchten.
Fügen Sie diesen Code in die CSS-Einstellungen Ihres Themes ein:
.house-creative.house-post-bottom a.between-posts-ad {
display: none;
}
.category-_______ .house-creative.house-post-bottom a.between-posts-ad {
display: block;
}
Ersetzen Sie .category-_______ durch Ihren Kategorie-Slug (Sie finden diesen in den Kategorie-Einstellungen).
Auf meinen Foren schalte ich Anzeigen:
- alle n Beiträge
- am Ende des Themas.
Bei Themen, bei denen die Anzahl der Beiträge ein Vielfaches von n ist, wird die Anzeige am Ende des Themas zweimal angezeigt, was etwas seltsam wirkt.
Es wäre schön, wenn das Plugin dies vermeiden könnte.
interessante Frage

