URL example and STATS
URL example
https://go.buysavings24.com/d?pk=[API_KEY]&sid=[SUBID]&brand=[BRAND_DOMAIN]&brandct=[BRAND_CLASSIFICATION_TYPE]&uid=[USER_ID]&fb=[FALLBACK_LINK]
- "subid" (mandatory) - If you don't have a subid, use 1 or a random value. The brand domain should be in the format "womanwithin.com". Never use "https://womanwithin.com" — just enter the domain without any additional elements.
- "brandct" (mandatory) - The traffic type, based on the list below
categories:
0:"Other",
1:"PLA (Product Listing Ads)"
2:"Social"
3:"Deal Site (Coupon)"
4:"Ad Network"
5:"Apps & Plugins (eg. Browser Extension, Mobile App)"
6:"Intext"
7:"Domain Redirect (Domains Misspell - Parked Domains)"
8:"BNPL (Buy Now Pay Later)"
9:"Push"
10:"Native"
11:"Blog"
12:"Newsletter"
13:"Search" (Autocomplete)
14:"Tile"
-
- "uid "(optional)
- "fb" - Fallback URL used when no bids are available. If not supplied, the visitor is redirected to the brand domain in case of no bid.
- "brandsrc" (optional) - URL parameter indicating the origin of the click.
- "url" - URL parameter for deeplinking (optional).
- "bf" (optional) - URL parameter for bid floor.
STATS
https://clients.yeesshh.com/pubstats/api/v1/[API_KEY]/rtb?date=[START_DATE]_[END_DATE]&output=brand&format=[FORMAT]
- [API_KEY] is the publisher API key
- [START_DATE] is self-explanatory
- [END_DATE] is self-explanatory
- The "output" parameter has to have at least one value: brand. If you delete brand from output then the stats will revert back to non-brand stats). "output" is basically there for you to select the columns used in the stats (in addition to revenue and clicks that are there by default). These are the available options for "output" (besides brand): date, hour, country, category, subid.
Example: Stats like country and subid in addition to the required brand column you would do it like this: &output=brand,country,subid and the output will be grouped by those 3 columns. - [FORMAT] has two options: json and csv.
json will display the results in the browser and csv will prompt you to download a CSV file.