Jump to content

Erik Geurts

Administrators
  • Posts

    752
  • Joined

Reputation Activity

  1. Upvote
    Erik Geurts got a reaction from andrewatfornax in Remnant campaign takes all impressions   
    The items to concentrate on are the contract campaigns. Remnant campaigns don't "take" probabability, the "get" whatever is left after the share for your contract campaigns has been taken. So if there's a problem with the contract campaigns, they get no volume and the remaining impressions (hence the word remnant) go to the Remnant campaigns.
    You seem to have a contract campaign with 2000 impressions in a period of more than 1 month. It started only today. That comes down to less than 3 impressions per hour on average. It is not unlikely this results in 0% probability on the first day, but this should automatically correct over the course of your contract campaign. In short: be patient!
  2. Upvote
    Erik Geurts got a reaction from andrewatfornax in Stats   
    There is no table "stats_country" in the stock Revive Adserver system. You'll have to talk to the vendor of third-party where you purchased the plugin that created this table.
  3. Downvote
    Erik Geurts reacted to Dave Brain in zone invocation restrict to campaign or client   
    Hi, 
    If we pass the value in invocation tag document.write ("?zoneid=5&campaignid=22"); and it will generate and call the adserver like you mentioned https://revive.myserver.net/www/delivery/ajs.php?zoneid=5&campaignid=22. But it wont target both zoneid and campaignid means it wont fetch ads linked this zone and campaign, instead of this fetch only the ads from campaignid, delivery script will not consider zoneid passed. In this case zone id will treat as '0' for logging details for impressions, clicks. This only i was explained in above. 
    Only you have to pass the value in invocation tag and target using "Site - Variable" option. No solution to target both zone and campaignid other than this. 
    By doing customization on script level then it possible, but its not recommended to change on core file because it will affect while upgrading revive adserver to latest version.
    Thanks.
     
  4. Downvote
    Erik Geurts reacted to Dave Brain in zone invocation restrict to campaign or client   
    Hi Erik, 
    I also explained yes that possible by using  like this in invocation code document.write ("?campaignid=13"). 
    I mentioned When you use campaign id like this,  zone statistics reports will not generate, impressions and clicks will store with bannerid only and Zone id will be store as '0'. So nothing wrong in the post above i described.  
  5. Downvote
    Erik Geurts reacted to Dave Brain in zone invocation restrict to campaign or client   
    Hi, 
    No this feature is not available. 
    If you don't want to use zone for tracking information then there is solution available. This solution only useful when you serve ads on your own website. In Javascript Invocation tag, instead of "document.write ("?zoneid=24");" change as " document.write ("?campaignid=13");". you can specify the campaign id and it will display ads from this campaign id. By using this code only advertiser statistics reports will be shown.
    Thanks.
  6. Upvote
    Erik Geurts got a reaction from Abdujabbor in https and rendering html banners problem   
    I'm assuming your HTML banners containg some reference to non secure content (using http instead of https). When the ad request comes in over https, Revive Adserver won't select such HTML banners, to avoid a mixed content warning or error message in the browser.
  7. Upvote
    Erik Geurts got a reaction from Richard Foley in Will Deleting A Zone Also Delete The Statistics For That Zone?   
    In your first example, if you delete zone 3, then the stats for zone 3 and thus the stats for any banner delivered via zone 3 will also be deleted. The statistics for zones 1 and 2 will not be touched.
     
    Example 2 is to complex to understand even after reading multiple times.
     
    In general, I would recommend that you never delete anything. Storage space is virtually free these days anyway.
  8. Upvote
    Erik Geurts got a reaction from Richard Foley in Will Deleting A Zone Also Delete The Statistics For That Zone?   
    You could consider moving the zone you no longer need or use to another website (giving that website a name that makes it clear it's not used for real).
  9. Downvote
    Erik Geurts got a reaction from dJAX in Looping an Animated Gif   
    You're going to have to make the gif itself loop (start over after it displays the last frame). An ad server can not modify the behavior of the gif itself.
    The setting you're referring to has nothing to do with this, it is there to prevent the same banner from showing twice in two different zones on a single page.
  10. Upvote
    Erik Geurts got a reaction from andrewatfornax in Distributed maintenance - is it still possbile?   
    That's a nice problem to have!
    Yes, I see your point about wanting to scale horizontally. Distributed statistics, as a concept, is what is needed. Unfortunately, distributed statistics won't work on Postresql (I just checked with fellow Revive Adserver core project team member Matteo Beccati).
    There are other options, though. If you like we could have a conversation about your requirements and how my company could help you to meet them. For example, we've got a piece of software (a Revive Adserver plugin actually) that uses nosql for caching and raw delivery statistics logging, and intermediate maintenance steps. We use this at huge scale on our hosting platform at https://www.aquaplatform.com too.
    You can contact me via the form at https://www.aquaplatform.com/contact/ and I'll get back to you.
  11. Upvote
    Erik Geurts got a reaction from andrewatfornax in DB Error Saving TimeZone   
    I would suggest having a look in the preferences table (probably called 'b_preferences' in your case) and finding out if a row exists there for timezone with preference_name "timezone".
    I've seen cases where that row disappeared (but have never been able to explain why).
    If so, just add one row and make sure it has a unique preference ID and event_name equals "timezone" (lower case). Account_type must be "MANAGER" (all caps).
    Once that's done, you should be able to set your time zone preference, although you might want to first remove that invalid row with preference_id = 0.
  12. Upvote
    Erik Geurts got a reaction from andrewatfornax in Insert ads into Facebook instant articles   
    I'd suggest just using the regular iframe or async tags, instead of that code you built yourself.
  13. Downvote
    Erik Geurts reacted to dJAX in Insert ads into Facebook instant articles   
    Hi francesco,

    We have gone through your requirement, Seems companion positioning does not work when the invocation code for the zones is of the iframe tag. It will works with JavaScript tags and also with  Asynchronous JS tag.
    Please find the demo URL and provide your FTP details to check with the issue while deliver the ad with Asynchronous Js tag for Companion Positioning to get the solution.
    Campaign 1 (Companion Positioning)
    Banners :             1. 250x250 ( image name : This spot available)
     
                                                    2. 300x250 ( image name : Adsize 300x250)
     
    Campaign2
     
     
     
    Banners:              1. 250x250 (Transparent image)
     
                                                     2. 300x250 ( Transparent image)
     
     
     
    Demo for Javascript Tag: http://182.72.85.2:8010/development/ads_revive/adformat/javascript.php
     
     
     
    Demo for Iframe Tag :  http://182.72.85.2:8010/development/ads_revive/adformat/iframe.php
     
     
     
    Demo for Asynchronous JS Tag : http://182.72.85.2:8010/development/ads_revive/adformat/asyn.php

    You can reach me over Skype / Email for the quick discussion.
    Skype name : djaxadserver

    Regards
    Arun Krishnan
     
  14. Upvote
    Erik Geurts reacted to andrewatfornax in Advertiser history is blank   
    Hi @gniver,
    Possibly the final part of http://documentation.revive-adserver.com/display/DOCS/No+Statistics re: UI preferences?
  15. Downvote
    Erik Geurts reacted to dJAX in Banner not show help fix   
    Hi yuttakarn,

    Can you please come to Skype for the discussion.
    Regards
    Arun Krishnan
  16. Upvote
    Erik Geurts got a reaction from andrewatfornax in User information   
    MAC addresses are not part of an http request, and thus they are not available to a web server nor the ad server.
  17. Downvote
    Erik Geurts reacted to Yuttakarn in Banner not show help fix   
    Thank i create adserver news website on http://www.99progame.com/game-ads/

    and i put code in file html   http://www.99progame.com/game-ads.html
     
    <!--/* * * Revive Adserver Asynchronous JS Tag * - Generated with Revive Adserver v3.2.4 * */--> <ins data-revive-zoneid="1" data-revive-id="070b566327c396d13f504f80c12cdfd1"></ins> <script async src="//www.99progame.com/game-ads/www/delivery/asyncjs.php"></script>but banner not display  T_T 
    Ok Thank  name skype : Nicezone_s Thai
     
  18. Upvote
    Erik Geurts got a reaction from andrewatfornax in Is OpenX now Revive Adserver?   
    OpenX Source became an open source project and was renamed to Revive Adserver in September of 2013. You can read about it here:
    http://www.revive-adserver.com/blog/openx-announces-sale-of-openx-source/
     
    You can read more about Revive Adserver's functionality on our documentation pages at http://documentation.revive-adserver.com/display/DOCS/Revive+Adserver+Documentation
  19. Downvote
    Erik Geurts reacted to scott001 in Impression Tracking URL   
    Ok, so there is no support here...
  20. Downvote
    Erik Geurts reacted to Yuttakarn in Banner not show help fix   
    i'm sorry 

    but i don't how to fix
  21. Downvote
    Erik Geurts reacted to Yuttakarn in Banner not show help fix   
    help me please
  22. Downvote
    Erik Geurts reacted to Yuttakarn in Banner not show help fix   
    help me please banner not show
  23. Downvote
    Erik Geurts reacted to Yuttakarn in Banner not show help fix   
    help me
  24. Upvote
    Erik Geurts got a reaction from Yuttakarn in Banner not show help fix   
    https://www.revive-adserver.com/faq/troubleshooting-banner-delivery/
  25. Downvote
    Erik Geurts reacted to dJAX in Content Targeting   
    We have Content Optimization module which compares the title, Meta description, tags and other content of the website. So that advertiser can serve the ads in publisher sites based on IAB format Content targeting .

    For Native apps we need to check feasibility of fetching content from Apps . If you have any known api to fetch content/category of native apps kindly share .
     
     

     
     
×
×
  • Create New...