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?
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.
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.
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.
Am I correct that the official ad plugin no longer offers the ‘House Ads’ option described?
Having installed the plugin, the settings available include additional ad source options not described in the GitHub installation instructions, but seems to now omit the option to make own ads.
I solved the outer category problem by creating the ads with per category css tags and then his them from all categories except the one where it is desired. It’s a bit fiddly but it works.
That’s ghetto, but brilliant would love to see an official per-category one, though. Some areas could be “premium” or some ads could have different types of targets per-category that would be more intuitive/relevant.
Can you give more context here? When you say multiple of n posts, what number? This will make it easier for us to replicate and then see if it can be resolved.