JaimeChizavane / magento-w2p

Automatically exported from code.google.com/p/magento-w2p
0 stars 0 forks source link

Extension stub + API preparation #778

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Implement stub of the extension:

 * Add admin settings page
 * Add required PHP files and configuration files
 * Prepare and put OpenX API client files into a proper place

Check that we have all required API function for the implementation.

Original issue reported on code.google.com by Anatoly....@gmail.com on 2 Apr 2012 at 5:44

GoogleCodeExporter commented 8 years ago
API functions

Admin part:
  * Get list of managers (agencies)
    getAgencyList()

  * Get list of websites (publisher) for the manager (agency)
    getPublisherListByAgencyId($agencyId)

  * Get list of zones for the website (publisher)
    getZoneListByPublisherId($publisherId)

  * Get list of channels for the website (publisher)
    Not fully implemented in the client lib, but server side is ready

Client part:
  * Create/get advertiser for the user
    addAdvertiser(&$oAdvertiserInfo)
    getAdvertiser($advertiserId)

  * Create campaign
    addCampaign(&$oCampaignInfo)

  * Create banner and link to the zone
    addBanner(&$oBannerInfo)
    linkBanner($zoneId, $bannerId)

Original comment by Anatoly....@gmail.com on 2 Apr 2012 at 6:40

GoogleCodeExporter commented 8 years ago

Original comment by ad...@zetaprints.com on 2 Apr 2012 at 10:25

GoogleCodeExporter commented 8 years ago
Diffs: https://code.google.com/p/magento-w2p/source/detail?r=1946

Original comment by Anatoly....@gmail.com on 2 Apr 2012 at 10:28

GoogleCodeExporter commented 8 years ago

Original comment by Anatoly....@gmail.com on 2 Apr 2012 at 10:29

GoogleCodeExporter commented 8 years ago

Original comment by Anatoly....@gmail.com on 11 May 2012 at 10:16

GoogleCodeExporter commented 8 years ago

Original comment by ad...@zetaprints.com on 19 Jun 2013 at 5:53