AppSuite:OX Display: Difference between revisions
m (Khgras moved page AppSuite:OX Ad Egine to AppSuite:OX Monetization) |
No edit summary |
||
Line 1: | Line 1: | ||
= OX | = OX Display = | ||
OX | OX Display combines an OX App Suite UI framework with server-based configuration to display pre-defined advert formats in specified locations in OX App Suite. | ||
OX | OX Display provides a solid foundation for ad monetization and allows the easy integration of ad tags from different ad partners. | ||
'''Please Note: OX | OX Display is highly configurable, and the Customer 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 Display is only available for OX App Suite as part of the OX Monetization Program. Please contact Open-Xchange Sales for further information.''' | |||
== Key features == | == Key features == | ||
Line 19: | Line 19: | ||
== OX Monetization Program == | == OX Monetization Program == | ||
Open-Xchange provides the OX | Open-Xchange provides the OX Display as a product for customers who wish to integrate Advertisement into OX App Suite. | ||
Should the customer have an existing Advertising Partner, OX will connect that partner into OX App Suite and as client as part of the OX Monetization. | |||
== Requirements == | == Requirements == | ||
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 Display v1.4.0 requires the latest version of OX App Suite, v7.10.0. | |||
All Version before requiring 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 33: | Line 34: | ||
== Additional Packages == | == Additional Packages == | ||
'''Please Note: OX | '''Please Note: OX Display is only available for OX App Suite as part of the OX Monetization Program. Please contact Open-Xchange Sales for further information. ''' | ||
* ''open-xchange-appsuite-ads'' - Open-Xchange App Suite | * ''open-xchange-appsuite-ads'' - Open-Xchange App Suite framework | ||
Installation on the server varies depending on the underlying distribution, details are as follows. | Installation on the server varies depending on the underlying distribution, details are as follows. | ||
=== Redhat Enterprise Linux 6 or CentOS 6 === | === Redhat Enterprise Linux 6 or CentOS 6 === | ||
Line 61: | Line 62: | ||
$ yum install open-xchange-appsuite-ads | $ yum install open-xchange-appsuite-ads | ||
=== Debian GNU/Linux | === Debian GNU/Linux 8.0 === | ||
If not already done, add the following repositories to your Open-Xchange apt configuration: | If not already done, add the following repositories to your Open-Xchange apt configuration: | ||
{{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/ads|pc2n=debianname|pc2v= | {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/ads|pc2n=debianname|pc2v=DebianJessie|pc3n=ldbaccount|pc3v=LDBUSER:LDBPASSWORD|stable/ads}} | ||
and run | and run | ||
Line 72: | Line 73: | ||
$ apt-get install open-xchange-appsuite-ads | $ apt-get install open-xchange-appsuite-ads | ||
=== Debian GNU/Linux | === Debian GNU/Linux 9.0 (valid with OX Display v1.4.0) === | ||
If not already done, add the following repositories to your Open-Xchange apt configuration: | If not already done, add the following repositories to your Open-Xchange apt configuration: | ||
{{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/ads|pc2n=debianname|pc2v= | {{for loop||call=APTRepo|pv=reponame|pc1n=path|pc1v=products/ads|pc2n=debianname|pc2v=DebianStretch|pc3n=ldbaccount|pc3v=LDBUSER:LDBPASSWORD|stable/ads}} | ||
and run | and run | ||
Line 82: | Line 83: | ||
$ apt-get update | $ apt-get update | ||
$ apt-get install open-xchange-appsuite-ads | $ apt-get install open-xchange-appsuite-ads | ||
=== SUSE Linux Enterprise Server 12 === | === SUSE Linux Enterprise Server 12 === | ||
Line 107: | Line 97: | ||
= General Configuration = | = General Configuration = | ||
Please refer to the configuration page here [https://documentation.open-xchange.com/7. | Please refer to the configuration page here [https://documentation.open-xchange.com/7.10.0/ui/features/advertisement.html OX Display Configuration]. | ||
[[Category: OX7]] | [[Category: OX7]] | ||
[[Category: AppSuite]] | [[Category: AppSuite]] |
Revision as of 10:27, 5 July 2018
OX Display
OX Display combines an OX App Suite UI framework with server-based configuration to display pre-defined advert formats in specified locations in OX App Suite.
OX Display provides a solid foundation for ad monetization and allows the easy integration of ad tags from different ad partners.
OX Display is highly configurable, and the Customer 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 Display is only available for OX App Suite as part of the OX Monetization 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 Monetization Program
Open-Xchange provides the OX Display as a product for customers who wish to integrate Advertisement into OX App Suite.
Should the customer have an existing Advertising Partner, OX will connect that partner into OX App Suite and as client as part of the OX Monetization.
Requirements
You will find the requirements under OX App Suite and Platform Requirements
OX Display v1.4.0 requires the latest version of OX App Suite, v7.10.0. All Version before requiring the latest version of OX App Suite, v7.8.2.
Download and Installation of OX Ad Engine
Additional Packages
Please Note: OX Display is only available for OX App Suite as part of the OX Monetization Program. Please contact Open-Xchange Sales for further information.
- open-xchange-appsuite-ads - Open-Xchange App Suite framework
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-ads] name=Open-Xchange-stable-ads baseurl=https://LDBUSER:LDBPASSWORD@software.open-xchange.com/products/ads/stable/ads/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-ads] name=Open-Xchange-stable-ads baseurl=https://LDBUSER:LDBPASSWORD@software.open-xchange.com/products/ads/stable/ads/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 8.0
If not already done, add the following repositories to your Open-Xchange apt configuration:
deb https://LDBUSER:LDBPASSWORD@software.open-xchange.com/products/ads/stable/ads/DebianJessie /
and run
$ apt-get update $ apt-get install open-xchange-appsuite-ads
Debian GNU/Linux 9.0 (valid with OX Display v1.4.0)
If not already done, add the following repositories to your Open-Xchange apt configuration:
deb https://LDBUSER:LDBPASSWORD@software.open-xchange.com/products/ads/stable/ads/DebianStretch /
and run
$ apt-get update $ apt-get install open-xchange-appsuite-ads
SUSE Linux Enterprise Server 12
Add the package repository using zypper if not already present:
$ zypper ar https://LDBUSER:LDBPASSWORD@software.open-xchange.com/products/ads/stable/ads/SLE_12 stable-ads
and run
$ zypper ref $ zypper in open-xchange-appsuite-ads
General Configuration
Please refer to the configuration page here OX Display Configuration.