Add offer event of offer
HTTP method
Endpoint
POST
/v1/offers/{offer_id}/offer_events
Path parameters
Parameter
Description
offer_id
The unique id for the offer.
Note: If is_private=1, you won’t be able to set payout and offer_payout_tier.
Request body parameters
Field
Type
Description
Nullable
name
string
Event name.
No
revenue_type
string
Event revenue type. Allowed values: RPC · RPI · RPA · RPL · RPS · RPA+RPS
revenue
string
Event revenue.
percent_revenue
string
Event percent revenue.
payout_type
string
Event payout type. Allowed values: CPC · CPI · CPA · CPL · CPS · CPA+CPS
payout
string
Event payout.
percent_payout
string
Event percent payout.
status
string
The status of the event. Allowed values: active paused default active
is_private
string
Enabling this setting will track revenue of event only, affiliate do not have access to private events, custom affiliate payouts can not be set nor can 3rd party affiliate postbacks be placed. Allowed values: 1: Open 0: Close Close ( default )
approve_conversions
string
Whether Conversions for this Offer must be manually approved. If enabled, Conversions will receive a "status" of "pending" when generated. Allowed values: 1: Open 0: Close Close ( default )
is_allowed_multiple
string
Enabling this setting will allow multiple conversions to be recorded per user for only one click id. Allowed values: 1: Open 0: Close Close ( default )
is_end_point
string
Enabling this setting will close the active click session when this event is converted. Allowed values: 1: Open 0: Close Close ( default )
conversion_protocol
string
The Conversion tracking method to use for the offer event. Allowed values: 1 mage Pixel 2 ostback URL 3 Frame Pixel Postback URL (default)
offer_payout_tier
tier_id
string
The unique id for the tier.
No
tier_payout
string
Tier payout.
No
Response body parameters
Field
Type
Description
id
integer
The unique id for the event.
name
string
Offer Event name.
revenue_type
string
Event revenue type. Allowed values: RPC · RPI · RPA · RPL · RPS · RPA+RPS
revenue
string
Event revenue.
percent_revenue
string
Event percent revenue.
payout_type
string
Event payout type. Allowed values: CPC · CPI · CPA · CPL · CPS · CPA+CPS
payout
string
Event payout.
percent_payout
string
Event percent payout.
status
string
The status of the event. Allowed values: active paused
is_private
integer
Enabling this setting will track revenue of event only, affiliate do not have access to private events, custom affiliate payouts can not be set nor can 3rd party affiliate postbacks be placed. Allowed values: 1: Open 0: Close
approve_conversions
integer
Whether Conversions for this Offer must be manually approved. If enabled, Conversions will receive a "status" of "pending" when generated. Allowed values: 1: Open 0: Close
is_allowed_multiple
integer
Enabling this setting will allow multiple conversions to be recorded per user for only one click id. Allowed values: 1: Open 0: Close
is_end_point
integer
Enabling this setting will close the active click session when this event is converted. Allowed values: 1: Open 0: Close
conversion_protocol
integer
The Conversion tracking method to use for the offer event. Allowed values: 1 mage Pixel 2 ostback URL 3 Frame Pixel
offer_payout_tier
tier_id
integer
The unique id for the tier.
tier_payout
string
Tier payout.
tier_percent_payout
string
Tier percent payout.
Example request
Request POST
https://{networkname}.api.offerslook.com/v1/offers/102/offer_events
Request POST
http://{networkname}.api.offerslook.com/v1/offers/102/offer_events
Example response
Last updated