Linux 软件免费装

Commission Junction API for Wordpress

开发者 AgilityWebSolutions
更新时间 2011年6月3日 08:19
PHP版本: 2.0.2 及以上
WordPress版本: 3.1.2

标签

affiliate commission junction

下载

0.1 0.2 0.3.3 0.3.4 0.3 0.3.1 0.3.2

详情介绍:

This plugin is intended as a tool for affiliate marketers to add products to their pages and posts quickly and easily. This is accomplished by means of CJ�s Product Search REST API. It provides an in post product search box, as well as a shortcode to automatically display a table of products matching a search query in a post. NOTE: This plugin requires PHP5. Please leave your comments and feedback here on my website so I can attend to them as quickly as I can (no guarantees, though, but I will try my best). Special thanks to Nick Ohrn of Plugin-Developer.com, who's Amazon plugin served as both an inspiration and a source for some of the code for this plugin.

安装:

  1. Upload entire plugin folder (wp-cjp-api) to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Go to the "Settings" menu, then to the "CJ API Options" menu to configure the plugin. See the "Other Notes" section for more information on how to configure the plugin.

升级注意事项:

0.1
  • Initial version
0.2
  • Minor bug fixes
0.3
  • Advanced search options - advertiser ID in search box.
0.3.4
  • jQuery UI upgrade

其他记录:

To use this plugin, you will first have to register for an account at Commission Junction web services. Once you�ve downloaded and activated the plugin, you can enter your CJ API key (from the web services account) and your site ID (from the CJ affiliate account). Enter in your preferred settings, and you�re ready to go. This plugin works in two different ways. The first method is the post composer search box. Go to a post/page composer/editor screen. In a box below the main composition area, you will find a search box labeled "CJ API for Wordpress." Enter in some search terms, press the "Search Products" button, and you will be given a list of results. To send one of these results to the post editor, press the "Send to Editor" button next to the product listing. To insure the best results, be sure to read up on the the guidelines for search strings (the �keywords� parameter) in the CJ API documentation (http://help.cj.com/en/web_services/product_catalog_search_service_rest.htm) The other method is to use a shortcode. For the shortcode, you can use the �CJ� button that will appear in the TinyMCE editor to add the base shortcode, or enter it as follows: [cjapi keywords=""] The keywords parameter is entered in by default, but you can select other parameters as you see fit. These parameters are displayed in the following list. For more information on these parameters, please see the API documentation once again. List of Search Parameters The shortcode results are cached for the time period (in seconds) set in the �Result Cache Duration� section of the parameters. After this time has elapsed, the plugin will again query the CJ API to get the latest and greatest product results. In this same screen, the default currency, region, and advertiser relationship status�s can be set. It is highly recommended that the �Advertiser Relationship� be set to �Joined,� so that the results returned will result in sales commissions. To format the returned product results, the result template used can be modified to suit the proper display. By modifying the �Result Row Template� field in the plugin settings, one can display the desired parameters in the search results. This is accomplished by means of a set of template tags which are substituted for the returned values in the search query. The list below shows the available tags for modifying this template. Once again, the API docs at CJ have the details of what each parameter contains. List of Template Tag Search Result Parameters The �Result Row Style� parameter allows the user to style the table generated by the shortcode results. Modify the default CSS as you see fit to get the style of table that matches your own site.

常见问题:

Where can I find informaiton about the search options and result fields for the product search?

You can check out the Commission Junction REST API docs

I have a feature request/bug report, where can I submit it?

You can leave any comments you might have at my CJ API plugin page on my site.

更新日志:

0.1 0.2