website logo
WildlinkWildfire-corpFeaturesNetworkCompanyPricingResourcesContact us
⌘K
Wildfire Systems Knowledgebase
Partner Admin
Commission History
Performance Summary
Desktop Solutions
Browser Extension Authentication
Implementing Wildfire Coupons into an existing Chrome Extension
How to Implement OAuth in a Chrome Extension
Direct tracking code injection to extension
Mobile Solutions
Android MCA SDK Guide
Android MCA Permission Compliance
How to implement the Mobile Safari Extension
Wildfire APIs
Country filtering and multiple applications
Public Commission Sample Data
Getting to know the Wildfire JSON Data Feeds
Creating links
Commission History
Gift Card
Merchants and Domains
Merchant Images
Tracking Code (TC) Parameter
Syncing Commission Data via API and Callbacks
Working with Wildfire Coupon Data
Getting started with the Wildfire API Postman collection
FAQ and General Resources
Jump Track
Best Practices
6 Reasons Why a User Might Not Get Credit for Earning
FTC Compliance Overview
Stand-Down Policy Compliance
Docs powered by archbee 
7min

Getting to know the Wildfire JSON Data Feeds

Wildfire provides data in easy to use, regularly refreshed JSON feeds about its merchants, offers, & coupons. These data feeds can be used to create custom user experiences (i.e. offer walls).

Walkthrough of creating an offer wall



References

  • Step 1 : https://storage.googleapis.com/wildli...
  • Step 2 : https://storage.googleapis.com/wildli...
  • Step 3 : https://storage.googleapis.com/wildli...

JSON Feeds Overview

All URLs are in the format of https://www.wildlink.me/data/[[APP_ID]]/[[TYPE]]/[[VERSION]] where APP ID is the application ID, TYPE is one of the types described below and VERSION is the data format version. The only version is 1 for all these feeds.

Types of Wildfire JSON Feeds

  1. merchant-rate: Commission rate data for all merchants, including exclusions. Example: https://www.wildlink.me/data/[[APPLICATION_ID]]/merchant-rate/1
  2. coupon: Promotions, coupon codes and related metadata. Working with Wildfire Coupon Data. Example: https://www.wildlink.me/data/[[APPLICATION_ID]]/coupon/1
  3. active-domain: Active merchant domains (domains may be many to one in relation to merchant). More information about working with the Wildfire active domain feed can be found here: Merchants and Domains Example: https://www.wildlink.me/data/[[APPLICATION_ID]]/active-domain/1
  4. merchant: Merchant info/metadata including logos, lifestyle/featured images, categories, serviceable countries, merchant score, and special feature restriction flags.   Example: https://www.wildlink.me/data/[[APPLICATION_ID]]/merchant/1
  5. category: Merchant category tree Example: https://www.wildlink.me/data/[[APPLICATION_ID]]/category/1
  6. featured-merchant: Wildfire curated list of merchant IDs that are top brands. Example: https://www.wildlink.me/data/[[APPLICATION_ID]]/featured-merchant/1 The featured merchant feed is not generated for all applications. If you require this feed for your application, please contact us.
  7. stand-down-policy: Browser extensions are subject to stand-down policy compliance and Google SERP decoration policies. Example: https://www.wildlink.me/data/[[APPLICATION_ID]]/stand-down-policy/1 This feed provides arrays of data related to these policies:
    • "Domains" contains the list of redirect domains.  If a user is redirected through one of these, the browser extension must stand-down.
    • "Params" contains the list of query parameters  If a user is redirected through a URL containing one of these parameters, the browser extension must stand-down.
    • "Serp" contains the list of domains that can't be decorated in search results. More information about stand down policies can be found here: Stand-Down Policy Compliance

Frequently Asked Questions

  1. Q: Do the JSON feed files have the same content as the Wildfire API? A: All merchant data and metadata, except for commission data, device creation and vanity URL creation, is shared with WF partners via JSON feeds. These feeds are updated every 6 hours. More Documentation about the API can be found here 
  2. Q: Does downloading the JSON feed require authentication? A: No, just make sure you’re using your specific JSON feed with your client application number embedded in the link. This application ID and credentials will be provided to you by the Client Success during the onboarding process. For example: https://www.wildlink.me/data/[[CLIENT_APPLICATION_ID_HERE]]/merchant-rate/1
  3. Q: If I set up a batch to pull the data, what are the recommended times or frequency? A: Once per 24 hrs is usually sufficient. Note that if you’re using callbacks, the batch API request to get all commissions is only needed to catch callbacks that were not delivered to you (i.e. network connectivity issues).
  4. Q: What time zone are the feeds in? A:  All JSON feeds in are in UTC
  5. Q: In the merchant rate feeds, if a rate is not represented as a percentage, is it in a currency format? A: There are two kinds of rates in the merchant-rate feed - PERCENTAGE and FLAT . Where a commission rate is a flat payout, that value is US dollar, Euro, Canadian dollar, etc as represented by the “Currency” value in the JSON response for each rate.



Updated 02 Mar 2023
Did this page help you?
Yes
No
UP NEXT
Creating links
Docs powered by archbee 
TABLE OF CONTENTS
Walkthrough of creating an offer wall
References
JSON Feeds Overview
Types of Wildfire JSON Feeds
Frequently Asked Questions