1.下载openx
http://download.youkuaiyun.com/download/motian06/4839120,鄙人上传的openx文件
2.安装openx
按照提示一步步安装,不多说了。
鄙人目录结构:
d:\wamp\www\test\ad\openx (广告投放系统)
http-vhosts.conf
###########ad openx#######
<VirtualHost *:80>
DocumentRoot "D:\wamp\www\test\ad\openx"
ServerName test.openx.ad.com
</VirtualHost>
hosts
###########ad(openx)######
127.0.0.1 test.openx.ad.com
d:\wamp\www\test\ad\portal(广告投放系统前台显示)
http-vhosts.conf
###########ad portal######
<VirtualHost *:80>
DocumentRoot "D:\wamp\www\test\ad\portal"
ServerName test.portal.ad.com
</VirtualHost>
hosts
###########ad(openx)######
127.0.0.1 test.portal.ad.com
3.使用openx
Advertisers -> Add new advertiser</