Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel

On This Page:

Table of Contents
minLevel2

...

Note

Revive Adserver almost always requires that impression statistics be logged in order to operate correctly. Historical impression data is a key part of how Revive Adserver calculates banner priorities in zones, and delivery of banners will be almost always affected if impression logging is disabled.

Do not disable impressions logging unless you are very familiar with the Revive Adserver architecture, and have a specific reason to do so.

In addition, there are two other options present, which probably no longer belong on this settings page - see https://github.com/revive-adserver/revive-adserver/issues/344.

...

The block banner logging settings allow you to configure the circumstances under which Revive Adserver should not log statistics, even when in the general case (as defined in the banner logging settings above) they normally would be logged.

Image RemovedImage Added

These options allow Revive Adserver to be configured to:

  • Do not log an impressions or clicks for inactive banners, and do not re-direct users who click on an inactive banner.
  • Do not log any clicks that are performed by a user on the same banner/zone pair within the specified number of seconds. By default, this is set to zero (i.e. all clicks will be logged, no matter how quickly a user clicks on the same banner/zone pair).
  • Do not log any statistics (i.e. all requests, impressions, clicks and conversions) from any user with an IP address or hostname that matches one of the values supplied.
  • Do not log any statistics (i.e. all requests, impressions, clicks and conversions) from any user with a user agent that contains (case insensitive) one of the values supplied.
  • Only log statistics (i.e. all requests, impressions, clicks and conversions) from users with a user agent that contains (case insensitive) one of the values supplied (i.e. if the user's user agent string does not contain one of the values supplied, then no statistics for that user will be logged).

...