Chris Pollett > Students > Umaranikar

    Print View

    [Bio]

    [Blog]

    [CS297 Proposal]

    [Google as an ad space seller - PDF ]

    [Credibility of rating on Amazon - PDF]

    [Study of Google's advertising services]

    [configuring Ad Server- Yioop patch]

    [Designing of online auction system]

    [Prototype - Find relevant ads for the search query]

    [CS297 Report - PDF]

    [CS298 Proposal]

    [Online Auction System in Yioop]

    [How System Calculates Min Bid?]

    [How System Updates Bid Amount?]

    [Display Relevant Advertisements]

    [CS298 Presentation - PDF]

    [CS298 Report - PDF]

                          

























Configuring Ad Server - Yioop Patch

The purpose of this deliverable is to add and implement configuration options for ad space allocation and ad script in Yioop. The idea behind this deliverable is to make enable content base advertisement placing service in Yioop.

Ad server configuration

Configuration settings allow Yioop administrator to select ad space. Administrator can also add adscript which will execute on search results page and render most relevant ads based on user's query retrieved from ads database. In Yioop, these options are available to administrator under server settings.

ads on search result page

To test the implementation, We have used adSpeed which is an open source high performance ad server for advertisers and publishers. You can login as an advertiser to adSpeed and create your advertisement. Then we have to associate newly created ad with available zones. Then ad speed would generate serving code for the ad which can be added to under Yioop's ad server configuration to test its working. The size of top banner ad on adSpeed is 468 x 60.

Code added in Yioop to make available configuration options of ad server.
Patch:
Yioop patch- configuring ad server