
bigblue
Approved members-
Content Count
9 -
Joined
-
Last visited
About bigblue

-
Rank
Newbie
-
MICAdmin reacted to a post in a topic: How To Display Ads To Desktop Users Only?
-
Floezen reacted to a post in a topic: How To Display Ads To Desktop Users Only?
-
andrewatfornax reacted to a post in a topic: How To Display Ads To Desktop Users Only?
-
Gizmo reacted to a post in a topic: Mobile Targeting
-
umarizal reacted to a post in a topic: How To Display Ads To Desktop Users Only?
-
sanre reacted to a post in a topic: How To Display Ads To Desktop Users Only?
-
Revive Requirements & Geoip Legacy Apache Module?
bigblue posted a topic in Managing Revive Adserver
Is the GeoIP Legacy Apache Module required in order for geo-targeting to work? It is not listed as a requirement or suggestion but it doesn't seem to work correctly. Also, do any of the other standard plugins require something not listed? Thanks! Web server requirements according to Revive doc: Apache with mod_php or any webserver using FastCGI (nginx, IIS 7+, lighttpd, etc.) PHP 5.3.x, 5.4.20+, 5.5.2+, 5.6.x Required PHP extensions: zlib, pcre, xml, mysql and/or pgsql Suggested PHP extensions: curl and/or openssl, gd, any opcode cache extension (opcache, apc, eaccele -
Is there a way to hide/show the nav links on the left side of the stats page based on if the user is an advertiser, publisher, or admin? I'm talking about these links in stats.php: advertiser history, campaigns, website distribution, and advanced reports. Also, is there a way to add additional links there? I can't find where this is handled... Any help would be greatly appreciated! Thanks
-
- navigation
- statistics
-
(and 1 more)
Tagged with:
-
How Do I Display Banner Preview On Advertiser Inventory Page?
bigblue replied to bigblue's topic in Using Revive Adserver
Does anyone know how to do this? I'm pretty sure it would need editing to: banner-index-list.php from: lib/template/admin but I can't figure it out. -
Is there a way to set it up so advertisers can login for statistics only? Or at least to not allow the advertiser to change the banner preferences. When I login as an advertiser/user, I can access the banner preferences > Default Weight and change the settings for banner weight and campaign weight (on this page: account-preferences-banner.php). I don't want those numbers to be changed by the advertiser. Thanks!
-
How can I display the banner on the page: advertiser > campaign > banners without allowing the advertiser to modify their own banners? So far the only way I can set it up so that they can actually see each banner is to allow access to modifying it themselves, which is something I don't want to allow... I have to missing something simple here... Any help would be appreciated!
-
How To Display Ads To Desktop Users Only?
bigblue replied to bigblue's topic in Using Revive Adserver
I got it working. Here's what I did: Working as administrator account, go to Plugins Find "Delivery Limitations Plugin" - Click on details Find "Client Delivery Limitation Plugin" - click on settings Check the box beside "Extract the viewer's operating system and web browser information using phpSniff" to select it and save changes. Now, go back to the banner you don't want to show to mobile devices. Go to "delivery options" Find "delivery limitation" - choose "client - useragent" and "add" For "Client - Useragent" choose "regex does not match" In the field below it, add -
Figured out how to serve to desktops. I posted it here: http://forum.revive-adserver.com/topic/517-how-to-display-ads-to-desktop-users-only/ Follow the directions except change "regex does not match" to "regex match" and it should work to show only to mobile devices.
-
Is there a way to display a certain campaign or specific banners to desktops only (no mobile or tablets)? Any help would be appreciated. Thanks!