Jump to content

Dave Brain

Approved members
  • Posts

    114
  • Joined

  • Last visited

Posts posted by Dave Brain

  1. Hi, 

    No, the feature you needed not available, you have to make customize the scripts with your developers, but its recommended to dont change core files.

    You have another options, this may help you to stop storing unwanted clicks. Login as Administrator and click "Configuration" menu, then click "Banner Logging Settings". Here you will see setting as "Don't count Ad Clicks if the viewer has clicked on the same ad/zone pair within the specified time (seconds)".  This will helps to not store clicks if user clicked on same ad/zone pair after particular time. Example, enter 300 as seconds, then same user clicks same ad/zone pair 10 times, then only one click will be log in revive adserver. 

    Thanks.

    www.reviveadserverplugin.com

  2. Hi m!k and MaDo, 

    You can pass the value in invocation tag document.write('&width=' + screen.width);document.write('&height=' + screen.height); Then apply the limitations for the banners using "Site - Variable" option with the width and height value. This will give the solution to target ads based on the user's device targeting.

    Thanks.

  3. Hi, 

    In all Revive Adserver versions this feature available. 

    Please edit your clients(advertisers), click "User Access" => click "Action" ==> click "Add user". Then choose username and then fill all details. Share credentials with your clients. That's it. You can do this same for publishers if you need.

    Thanks.

  4. 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.

     

  5. 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. Are you using website level invocation tag? Mostly no problem if you place the head script on body section also the banner will display. 

    If you feel still problem exist then use revive latest version of "Asynchronous Javascript tag" . Place this tag only on body tag for every individual zones. This tag fetch banners in very speedy way. 

  7. AdCategoriesValues could contain zero or several selection categories in plain text: "", "business", "sport business", with a syntax to be defined, Revive should select a banner if it matches one of the categories.

     

    Hi csaezl,  
     
    If you feel difficulties to pass value via invocation tags, then easiest way to use, "Site-Page URL" limitations. You can apply this limitations with contains options and add the category/value need to target. 
     
    Where the banner deliver page, in that URL contains that category/value then matched banners will display.
     
    Like wise use "OR" conditions and add multiple "Site-Page URL" limitations with category/value contains option, then banner will deliver if any one of the URL contains value matched.
     
    Hope this helpful. 
  8. Hi,

    The feature you are requested not available in revive Adserver default, can be scripted.

    Please let me know, how you will pass the value from zones. For banners, we can add classification from admin section and list on limitation page and set limitations with this classification.

    For matching deliver banners with classification, need to pass that classification value from zone code. Whether you will pass classification value in URL of banner delivery page?

    Thanks.

  9. Hi,

    After taken invocation tag, you need to pass variable with value.

    For Value you need to pass search string value.

    Like, document.write('&keyword=value');

    In that "value", you need to pass search field.

    Then this value and variable need to set 'site-variable' limitation for banner.

    If this is not helpful, then I can help you develop plugin to target ads based on keywords if needed.

    Thanks.

×
×
  • Create New...