Static Pages Integration
ZestADZ allows publishers to integrate mobile ADs to their site via static integration instead of a dynamic API if their servers do not support dynamic server side scripts.
For existing publisher partners please note: The domain is now changed from http://www.zestadz.com to http://a.zestadz.com. In order to continue pulling ADs please make this change in your integrated code.
Integration Steps
• Create your Account on ZestADZ
• Create your AD Client [an AD client is basically your Site or App]. Once you have created this within ZestADZ you will be given a client id which looks like this - 14131C047A504141445C4551435747568E8C
Create a link anywhere in your static page that looks like the below
<a href=”http://a.zestadz.com/static_ad?id=’your ad client id here’”>Great Mobile Sites</a>
A sample link will look as follows
<a href=’http://a.zestadz.com/static_ad?id=14131C047A504141445C4551435747568E8C’> Great Mobile Sites</a> With this, static integration is now complete and when a user clicks on this link, typically a page with 5 different Ads would be generated for the end user.
Customizing the number of Ads received
However, if you want to customize the number of ADs to be displayed, you can use an optional parameter, ‘recs’ as given below.
http://a.zestadz.com/static_ad?id=’your ad client id here’&recs=’no. of ads required to be given here’
Here, recs can take any of the following values - 1/2/3/4/5. Depending on the value supplied, the no. of Ads would be served.
For more detailed instructions, please download our static pages integration guide from the Downloads section. |