Deprecated
JSON-RPC
createEventOffer
method is deprecated.
Creates a new single offer assigned to your publisher account. New offers inherit your currency and country.
Read more about all types of offers here.
Parameters
Name | Type | Description |
---|---|---|
publisherToken* | string | You can find your publisher token at api-keys page. |
offerData | object | All data describing new offer. |
-price* | float | Offer price, value between 5 and 99.99 |
-currency* | string | Choose one: USD, EUR, GBP, CAD, AUD, NZD, SEK, DKK, NOK, TRL, ZAR, XOF. Default, publisher currency. |
-title | string | Title of the event offer, up to 70 chars. |
-url | string | Url to your event. |
-description* | string | |
-playerCode* | string | |
-playerCodeHead* | string | |
-backgroundImageUrl* | string | |
-startTime | integer | Timestamp, when your event starts |
-endTime | integer | Timestamp, when your event ends |
-timeZone | string | Full list of available timezones |
-videoId* | string | Link offer with unique video asset id |
-viewerEstimate* | int | To allocate the appropriate support staff for the event, please provide best estimate on the viewership 1 = up to 1000 (default) 2 = 1000 -2000 3 = 2000 -5000 4 = 5000 -10000 5 = more than 10000 |
_-teaser _ | string | Maximum 150 chars. |
-applyServiceFeeOnCustomer* | boolean | Be default, service fee is charged from publisher |
-tags* | array | Tags attached to offer. |
-geoRestrictionEnabled* | bool | Set "true" to enable geo-restriction on this offer |
-geoRestrictionType* | string | Choose type of geo-restriction: whitelist / blacklist |
-geoRestrictionCountries* | array | Based on geoRestrictionType, set the array of whitelisted/blacklisted countries. |
-youtubePreviewVideoId* | string | Youtube video ID for configured preview. |