21308 Posts in 5737 Topics by 2603 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1105 Views |
-
OpenX

22 March 2009 at 4:25pm
Hello,
Has anyone successfully integrated OpenX into silverstripe? if so is there a Howto anywhere?
Thanks -
Re: OpenX

23 March 2009 at 4:55am Last edited: 23 March 2009 4:56am
There's really nothing to it. You just give an OpenXZoneID field to any object that you want to have an ad, and then give that object a custom method like:
function Ad()
{
// use OpenX API to get ad wtih $this->OpenXZoneID
}And then on your template, $Ad.
Then of course, you use the CMS to populate the object with its corresponding OpenX ZoneID, which is really easy to find in OpenX.
-
Re: OpenX

24 March 2009 at 10:03pm
Hello do you get it going?
I am have a problem too.
In the Dev Status i receive an Error which belongs to openX.Now i looked for the API Code, but i didn't find anything, maybe you can help me out.
Thanks.
-
Re: OpenX

25 March 2009 at 3:20am
I think you guys really need to refer your questions to the OpenX forums. Silverstripe's only role in this task is to return the OpenX ZoneID of the ad that is associated with the specific page or dataobject. Once you have that, you should be able to throw it at OpenX and get what you need.
| 1105 Views | ||
|
Page:
1
|
Go to Top |


