Difference between revisions of "AppSuite:OX Display"

Line 1: Line 1:
 
= IN PROGRESS - OX Ad Engine =
 
= IN PROGRESS - OX Ad Engine =
  
The OX Ad Engine is a service/product feature from Open-Xchange for customers to help implementing ads for monetization. End users of OX App Suite will get advertising offering in different forms and locations. The advertising will be displayed based on end users client, commercial offering and other configuration or environment settings.
+
OX Ad Engine combines an OX App Suite UI plugin with server based configuration to display pre-defined advert formats in specified locations in OX App Suite.
  
'''Please Note: OX Ad Engine is only available for OX Advertisement Program. Please contact Open-Xchange Sales for further information.
+
OX Ad Engine provides a solid foundation for ad monetization and allows the easy integration of ad tags from different ad partners.
 +
 
 +
OX Ad Engine is highly configurable and an Admin can define which modules display ads, the format of the ad and which users receive advertising.  Additional triggers can be set to change ads based on specific events or environment settings, for example when changing between modules, or a time out value can be set to reload an ad after a specific time.
 +
 
 +
'''Please Note: OX Ad Engine is only available for OX App Suite as part of the OX Advertisement Program. Please contact Open-Xchange Sales for further information.
  
 
== Key features ==
 
== Key features ==
  
* Ready to go solution without big pre investment
+
* Out of the box solution – no large upfront investment required
* Quick and easy set up for selected ad servers
 
 
* Pre-defined ad spaces and locations
 
* Pre-defined ad spaces and locations
 
* Mobile ready
 
* Mobile ready
Line 14: Line 17:
 
* Easily customizable
 
* Easily customizable
  
== OX Ad Engine ==
+
== OX Advertisement Program ==
  
Open Xchange provides the OX Ad Engine, the Ad Management system as a service for customers, who have integrated Advertising into OX App Suite.
+
Open-Xchange provides the OX Ad Engine and the Ad Management system as a service for customers who wish to integrate Advertising into OX App Suite.
  
Should the customer have an existing Advertising Partner, then OX will connect that partner into OX App Suite and clients on base of the OX Advertisement.
+
Should the customer have an existing Advertising Partner OX will connect that partner into OX App Suite and clients as part of the OX Advertisement Program.
  
In addition, OX Ad Network partners can help to keep the fill rate in maximum to optimize the revenue
+
In addition, OX Ad Network partners can help to keep the fill rate to a maximum to optimize revenue.
  
 
== Requirements ==
 
== Requirements ==
Line 26: Line 29:
 
You will find the requirements under [[AppSuite:OX_System_Requirements | OX App Suite and Platform Requirements]]
 
You will find the requirements under [[AppSuite:OX_System_Requirements | OX App Suite and Platform Requirements]]
  
OX Advertisement requires the latest OX App Suite v7.8.2 version.
+
OX Ad Engine requires the latest version of OX App Suite, v7.8.2.
  
 
= Download and Installation of OX Ad Engine =
 
= Download and Installation of OX Ad Engine =
Line 32: Line 35:
 
== Additional Packages ==
 
== Additional Packages ==
  
'''Please Note: OX Ad Engine is only available for OX Advertisement Program. Please contact Open-Xchange Sales for further information.
+
'''Please Note: OX Ad Engine is only available for OX App Suite as part of the OX Advertisement Program. Please contact Open-Xchange Sales for further information.'''
  
 
* ''open-xchange-appsuite-ads'' - Open-Xchange App Suite plugin
 
* ''open-xchange-appsuite-ads'' - Open-Xchange App Suite plugin
Line 112: Line 115:
 
= General Configuration =
 
= General Configuration =
  
Please have a look on the related configuration page under [https://documentation.open-xchange.com/7.8.2/ui/features/advertisement.html OX Ad Engine Configuartion].
+
Please refer to the configuration page here [https://documentation.open-xchange.com/7.8.2/ui/features/advertisement.html OX Ad Engine Configuartion].
  
 
[[Category: OX7]]
 
[[Category: OX7]]
 
[[Category: AppSuite]]
 
[[Category: AppSuite]]
 
[[Category: Advertisement]]
 
[[Category: Advertisement]]

Revision as of 05:30, 28 October 2016

IN PROGRESS - OX Ad Engine

OX Ad Engine combines an OX App Suite UI plugin with server based configuration to display pre-defined advert formats in specified locations in OX App Suite.

OX Ad Engine provides a solid foundation for ad monetization and allows the easy integration of ad tags from different ad partners.

OX Ad Engine is highly configurable and an Admin can define which modules display ads, the format of the ad and which users receive advertising. Additional triggers can be set to change ads based on specific events or environment settings, for example when changing between modules, or a time out value can be set to reload an ad after a specific time.

Please Note: OX Ad Engine is only available for OX App Suite as part of the OX Advertisement Program. Please contact Open-Xchange Sales for further information.

Key features

  • Out of the box solution – no large upfront investment required
  • Pre-defined ad spaces and locations
  • Mobile ready
  • Perfectly integrated into OX App Suite
  • Easily customizable

OX Advertisement Program

Open-Xchange provides the OX Ad Engine and the Ad Management system as a service for customers who wish to integrate Advertising into OX App Suite.

Should the customer have an existing Advertising Partner OX will connect that partner into OX App Suite and clients as part of the OX Advertisement Program.

In addition, OX Ad Network partners can help to keep the fill rate to a maximum to optimize revenue.

Requirements

You will find the requirements under OX App Suite and Platform Requirements

OX Ad Engine requires the latest version of OX App Suite, v7.8.2.

Download and Installation of OX Ad Engine

Additional Packages

Please Note: OX Ad Engine is only available for OX App Suite as part of the OX Advertisement Program. Please contact Open-Xchange Sales for further information.

  • open-xchange-appsuite-ads - Open-Xchange App Suite plugin

Installation on the server varies depending on the underlying distribution, details are as follows.

Redhat Enterprise Linux 6 or CentOS 6

If not already done, add the following repositories to your Open-Xchange yum configuration:

[open-xchange-stable]
name=Open-Xchange-stable
baseurl=https://software.open-xchange.com/products/ads/stable/RHEL6/
gpgkey=https://software.open-xchange.com/oxbuildkey.pub
enabled=1
gpgcheck=1
metadata_expire=0m

[open-xchange-stable-updates] name=Open-Xchange-stable-updates baseurl=https://LDBUSER:LDBPASSWORD@software.open-xchange.com/products/ads/stable/updates/RHEL6/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m

and run

$ yum update
$ yum install open-xchange-appsuite-ads

Redhat Enterprise Linux 7 or CentOS 7

If not already done, add the following repositories to your Open-Xchange yum configuration:

[open-xchange-stable]
name=Open-Xchange-stable
baseurl=https://software.open-xchange.com/products/ads/stable/RHEL7/
gpgkey=https://software.open-xchange.com/oxbuildkey.pub
enabled=1
gpgcheck=1
metadata_expire=0m

[open-xchange-stable-updates] name=Open-Xchange-stable-updates baseurl=https://LDBUSER:LDBPASSWORD@software.open-xchange.com/products/ads/stable/updates/RHEL7/ gpgkey=https://software.open-xchange.com/oxbuildkey.pub enabled=1 gpgcheck=1 metadata_expire=0m

and run

$ yum update
$ yum install open-xchange-appsuite-ads

Debian GNU/Linux 7.0

If not already done, add the following repositories to your Open-Xchange apt configuration:

deb https://software.open-xchange.com/products/ads/stable/DebianWheezy /
deb https://LDBUSER:LDBPASSWORD@software.open-xchange.com/products/ads/stable/updates/DebianWheezy /

and run

$ apt-get update
$ apt-get install open-xchange-appsuite-ads

Debian GNU/Linux 8.0

If not already done, add the following repositories to your Open-Xchange apt configuration:

deb https://software.open-xchange.com/products/ads/stable/DebianJessie /
deb https://LDBUSER:LDBPASSWORD@software.open-xchange.com/products/ads/stable/updates/DebianJessie /

and run

$ apt-get update
$ apt-get install open-xchange-appsuite-ads

SUSE Linux Enterprise Server 11

Add the package repository using zypper if not already present:

$ zypper ar https://software.open-xchange.com/products/ads/stable/SLES11 stable
$ zypper ar https://LDBUSER:LDBPASSWORD@software.open-xchange.com/products/ads/stable/updates/SLES11 stable-updates

and run

$ zypper ref
$ zypper in open-xchange-appsuite-ads

SUSE Linux Enterprise Server 12

Add the package repository using zypper if not already present:

$ zypper ar https://software.open-xchange.com/products/ads/stable/SLE_12 stable
$ zypper ar https://LDBUSER:LDBPASSWORD@software.open-xchange.com/products/ads/stable/updates/SLE_12 stable-updates

and run

$ zypper ref
$ zypper in open-xchange-appsuite-ads

General Configuration

Please refer to the configuration page here OX Ad Engine Configuartion.