08-12-2023, 10:22 AM
|
|
see you later, I'm gone
Industry Role:
Join Date: Oct 2002
Posts: 14,057
|
Quote:
Originally Posted by MakeMeGrrrrowl
So let's say you send 50 people to the affiliate site, and 20 are already members. How does the person sending the traffic know that they are already members and it's not wasted or non converting traffic?
|
short answer, you don't. Like with most affiliate systems, you know how many hits they got, how many users registered and how much money got spent.
On Chaturbate you can also set up a postback which would give you more information.
Quote:
A postback is a POST request with the data sent as JSON. It is webhook compatible and integrates well with many webhook compatible systems such as Zapier, Stripe, and Slack. Chaturbate allows registering up to 5 postback URLs and conversions post to all registered URLs that are enabled.
A postback happens when a user signs up, makes a purchase, becomes a broadcaster, or earns a commission. The affiliate that referred that user can then react, for example, by creating a local database entry or sending out an email.
The postback URLs should be kept hidden and used only for Chaturbate conversion tracking.
What data is sent in a postback?
Key Type Description
id string Uniquely identifies the postback
type string The type of conversion that took place. Possible values:
tokens_signup-referral, tokens_broadcaster-referral, ppr_signup-referral, ppr_broadcaster-referral, revshare_signup-referral, revshare_broadcaster-referral, revshare_purchase, revshare_webmaster-commission, and revshare_payout-adjustment
text string A readable version of the conversion that took place Set up as [Program Type] > [Conversion Type]
user_uid string Uniquely identifies the referred user
track string The track set on the affiliate link, which yielded the referred user
commission number Amount of money credited to the affiliate for this conversion (Negative for chargebacks)
tokens integer Number of tokens credited to the affiliate for this conversion
tier integer The signup tier for the referral (Present only for the Pay Per Registration program)
country_code string The country for the referral (Present only for the Pay Per Registration program)
checksum string An MD5 hash that verifies the sender of the postback (See details below)
attempt integer The number of attempts a request was sent before receiving a proper response (Up to 6 attempts)
|
|
|
|