Ad rotator - your experiences using it in mojoportal?

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
7/1/2010 2:42:08 AM
Gravatar
Total Posts 355

Ad rotator - your experiences using it in mojoportal?

I've picked up a new client who's wanting to incorporate an ad feature into her website.  I haven't done an ad management system in years, so I'm wondering if anyone here has had a similar need, and how they met it.  I need to do more than just throw ads up - click-through tracking will be important, too.  Anyone?

7/1/2010 6:50:03 AM
Gravatar
Total Posts 18439

Re: Ad rotator - your experiences using it in mojoportal?

Hi,

There is a built in ASP.NET ad rotator control but it doesn't do any click tracking.

I built a custom Ad Rotator that is included in mojoPortal, I use it on this site. It isn't real fancy, it uses an xml file (there is no management UI) to configure the ads just like the ASP.NET one, but it does support click tracking, I use it to track clicks into Google Analytics

http://www.mojoportal.com/a-custom-adrotator-borrowing-code-from-the-mono-project.aspx

unfortunately the blog post above has a layout issue where a lot of the content is pushed way down the page and the syntax used for google analytics tracking is the older syntax, but there is an example of newer syntax on the bottom of this page:

http://www.mojoportal.com/tracking-outbound-link-clicks.aspx

Hope it helps,

Joe

7/2/2010 1:10:42 PM
Gravatar
Total Posts 355

Re: Ad rotator - your experiences using it in mojoportal?

Thank you - that's a start.  It's a shame that this isn't a full-featured product; I'd pay for it as an add-on, so that I don't have to take the time to "roll my own".  The admin UI is important for non-developer usage, and it would be a timesaver.  Are there any third-party developers creating for-pay add-ons to MojoPortal?

You must sign in to post in the forums. This thread is closed to new posts.