Access:
Affiliate access, no authentication required.
Frequency limitation(s): 5000 request(s) per day.
Description:
This module provides the access point for retrieving RSS Product Feeds. It is not intended for use in external projects beyond this capacity.
Supported Output Formats:
- rss
Parameters:
- affiliate_id
- Type: integer
- Required: true
- Description: An AvantLink assigned affiliate identifier.
- module
- Type: string
- Required: true
- Description: For this module, specify "RssProductFeed".
- subscription_id
- Type: integer
- Required: true
- Description: The subscription Id for the RSS product feed to retrieve
- custom_tracking_code
- Type: string
- Required: false
- Description: A custom string to be appended to AvantLink click-through URLs, for use with your own personal tracking mechanisms.
- output
- Type: string
- Required: false
- Description: The specific output format you wish to receive results in. Possible values include: csv (comma-separated text), html, js (javascript document.write statements), rss, tab (tab-delimited text), and xml (the default). Individual modules may not support all output methods.
- search_results_fields
- Type: string
- Required: false
- Description: Pipe-delimited list of fields to include in results, e.g. "Product Name|Retail Price|Description". It is possible to include all default fields plus a non-default field, e.g. "*|Variants XML". It is also possible to include formatted layout "templates" in the list of result fields, similar to advanced layouts in the Product Display Builder tool. To use this functionality, incorporate bracketed field names into HTML in your list of fields, for example: <div><a href="[Buy URL]">[Product Name]</a><br />[Description]</div>