reverbapi.trackstreet.com Open in urlscan Pro
52.22.18.245  Public Scan

Submitted URL: https://reverbapi.trackstreet.com/
Effective URL: https://reverbapi.trackstreet.com/api/v1/docs
Submission: On July 10 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

 * TrackStreet Reverb API
 * Advocates
 * Offers
 * Orders
 * Referrals
 * Widgets


API OVERVIEW

Our API may be used to programmatically integrate with our powerful marketing
platform. All API requests require a username and password to be defined (Basic
HTTP Authentication); therefore you must have a company account with us before
being able to successfully make requests.

You can obtain your API credentials by logging into the Reverb admin app, by
going to Settings in the left meny, and then Settings. On this page, you can
also get the UUID for your website.

All of our API functions follow the REST model:

GET - Fetch data on an existing record(s).

POST - Create a new record.

PUT - Update an existing record.

DELETE - Delete an existing record.

For each method documented, we also provide example success responses in JSON as
well as an example of calling the method with PHP.

Example Unathorized:
JSON

{
    "status": false,
    "error": "Unauthorized"
}
        

Example Bad Response:
JSON

{
    "response": {
        "code": "404",
        "message": "some issue description"
    }
}
        


REVERB TERMINOLOGY

Business (Organization) - This is the legal entity that operates the websites or
manages the marketing campaigns for a media outlet. A business could be an LLC,
corporation, sole proprietor, etc.

Website Network - A website can be put in a network with other websites. The
network is essentially a group of websites. Rewards and earnings can be utilized
with/at all websites in the same network. A website is not required to be in a
network; a website network is something that is optional which a business can
create.

Campaign - A marketing campaign that people can enroll in to complete conversion
actions to earn rewards. The purpose is to build an army of people/entities
(“advocates“) that help drive traffic to online sources.

Destination - This is a URL to a webpage that your business would like to have a
campaign drive traffic to. A campaign might contain 1 or more destinations.

Advocate - An advocate is person or business that has enrolled in a campaign,
and who seeks to earn rewards by completing conversions for the website or
business that runs the campaign.

Offer - When a person (advocate) enrolls in a campaign, they are presented with
an offer that outlines the terms of their involvement in the campaign, such as
the reward they can earn.

Offer Shares/Codes - An advocate is presented with multiple ways that they can
share their unique links or codes. Each share is tracked to the channel that the
advocate will share via.

Conversions - Actions that advocates can be performed to be rewarded on.

Rewards - The item, or items, that an advocate can earn or accumulate as a
result of completing conversions.

Incentives - The item, or items, that an advocate can give out or share with
other people to encourage those new people to come in and visit the destination
and/or make purchases as said destination.

Assets - These are files such as images, videos, PDFs, etc. (any media/print
file) that is used in the promotion of a Campaign or Destination. These items
could also be used by advocates to help them advertise their referral links. For
example, a website might upload banner images that an advocate can place on
their website to have ad images that use their referral link to direct traffic
to a Destination.

Object Hierarchy

-- Business (LLC, Sole Prop, Inc, Corp, etc.)
---- Website Network (optional tier)
------ Website (place that you would like to drive traffic to)
-------- Campaign
---------- Destination (URL)


All Rights Reserved. © 2020 - 2024 TrackStreet, Inc.