AvantLink API - Main
Affiliate Modules:
Data Retrieval
Subscription Configuration
Used By AvantLink Tools
Merchant Modules:
Data Input
Data Retrieval
Used By AvantLink Tools
Merchant Parent Modules:
Data Retrieval
Used By AvantLink Tools
|
Avantlink API Module: DotdFeed
Access:
Affiliate access, no authentication required.
Frequency limitation(s): 7200 request(s) per hour. 150000 request(s) per day.
Description:
This module produces raw data feeds for the Deal of the Day tool.
Supported Output Formats:
- csv
- html
- js
- rss
- tab
- xml
- json
Parameters:- affiliate_id
- Type: integer
- Required: true
- Description: An AvantLink assigned affiliate identifier.
- module
- Type: string
- Required: true
- Description: For this module, specify "DotdFeed".
- website_id
- Type: integer
- Required: true
- Description: An AvantLink assigned affiliate website identifier.
- app_id
- Type: integer
- Required: false
- Description: The AvantLink assigned identifier for an App Market application.
When specified, this will trigger the construction of customized click-through URLs that track back to the particular app for any resulting sales.
- 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.
- dotd_id
- Type: integer
- Required: false
- Description: None available.
- layout_id
- Type: integer
- Required: false
- Description: None available.
- merchant_id
- Type: integer
- Required: false
- Description: An AvantLink assigned merchant identifier.
- 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.
|