Get information about a specific offer
HTTP method
Endpoint
GET
/aff/v1/offers/{offer_id}
Path parameters
Parameter
Description
offer_id
The unique id for the offer.
Response body parameters
Field
Type
Description
offer
id
integer
A string that uniquely identifies this offer.
name
string
The name of the this offer
end_date
integer
The expiration date of the offer.
status
string
The current status of the offer.
category
string
The category of the this offer (categroy means the tag information)
pricing_type
string
The current pricing_type of the offer. Possible Values: CPA · CPL · CPC · CPM · CPI · CPS · CPA+CPS
payout
string
The payout of the offer.
percent_payout
string
Percent payout.
preview_url
string
URL that often skips any geo-targeting or other re-targeting implemented by the Offer URL. Allows Affiliates to view sample landing page.
description
string
A description for the Offer.
push_allowed
integer
[Deprecated]
incent_allowed
integer
[Deprecated]
adult_allowed
integer
[Deprecated]
thumbnail
string
The offer’s thumbnail of the link address.
offer_approval
integer
Whether this Offer requires manual approval before an Affiliate can run it. Possible Values: 1 Require Approval 2 Public 3 Private
tracking_link
string
Tracking link. NOTE: tracking link can be acquired only in the case of Personal Offer.
currency
string
The currency of the Offer.
conversion_protocol
integer
The Conversion tracking method to use for the Offer. Possible Values: 1:Image Pixel; 2:Postback URL; 3:iFrame Pixel
impression_pixel
string
impression pixel. NOTE: impression_pixel link can be acquired only in the case of Personal Offer.
carrier_mode
integer
carrier_mode indicates the Mobile Carrier type.1 indicates include. 2 indicates exclude.
event
event_id
integer
Event id.
event_name
string
Event name.
event_payout_type
string
Possible Values: CPC · CPI · CPM · CPA · CPL · CPS · CPA+CPS
event_payout
string
Event payout.
event_percent_payout
string
Event percent payout.
conversion_protocol
integer
The Conversion tracking method to use for the event. Possible Values: 1:Image Pixel 2:Postback URL 3:iFrame Pixel
carrier
array
Mobile Carrier
offer_url
type
string
the type of preview url for opposite tracking link: 1). default: the default preview url of this offer. 2).random: the random preview url of this offer. 3).offer url: other types of preview urls.
name
string
The name of the this multiple
tracking_link
string
The tracking link url of the landing page
preview_url
string
URL that often skips any geo-targeting or other re-targeting implemented by the Offer URL. Allows Affiliates to view sample landing page.
Example request
Request GET https://{networkname}.api.offerslook.com/aff/v1/offers/16
Request GET http://{networkname}.api.offerslook.com/aff/v1/offers/16
Example response
Last updated