Access:
Affiliate authentication required, secure connections (https://) only.
Frequency limitation(s): 1000 request(s) per day.
Description:
This module provides functionality for various RSS feeds that AvantLink users can subscribe to. It is not intended for use in external projects beyond this capacity.
Supported Output Formats:
- html
- rss
Parameters:
- affiliate_id
- Type: integer
- Required: true
- Description: An AvantLink assigned Affiliate identifier.
- auth_key
- Type: string
- Required: true
- Description: The AvantLink assigned authentication key for a particular Affiliate or Merchant. This is a randomly generated, 32-character, mixed alphanumeric string.
- event_feed_type
- Type: string
- Required: true
- Description: The type of event feed to subscribe to.
- module
- Type: string
- Required: true
- Description: For this module, specify "AffiliateEventFeed".
- event_feed_detail_id
- Type: string
- Required: false
- Description: The id of a particular event detail to return.
- 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.