API Documentation
Intro
Calls
getRSSFeed
API Call - getRSSFeed
Description
Generates an rss feed for a publisher and zip code
Parameters
| Param | Required? | Description |
| pid | yes | your chompon publisher-id |
| auth | yes | your chompon authentication-key |
| zip | yes | the zip code for the deals |
| rss | no | This is the url-encoded URL of your RSS feed. This is so we can show your RSS page rather than ChompOn's |
| type | yes | Pass in either "atom" or "rss". This will tell what type of feed is generaged. |
| v | yes | API version. Newest is 2.0 |
| extra | no | Pass in "1" to tell the RSS feed to show the additional information. This will not comform to the RSS specification. |
| flatten | no | Pass in "1" to tell the RSS feed to display all elements at the base level. This will only display one address. |
| arf | no | This is the affiliate ID for the affiliate to be tracked. |
| affex | no | This is an alphanumeric id for a non publisher account to be tracked. |
Examples
Generate RSS Feed:
https://www.chompon.com/api.php?pid=12&auth=26a4171b3c38b868&method=getRSSFeed&zip=94306&v=2.0&type=rss


