Module: client/apis/AdConfigurationAPI
Table of contents
Classes
Type aliases
- CreateAd
- CreateAdOptions
- GetCreateAdMetaData
- GetSponsoredGames
- GetSponsoredGamesOptions
- RunAd
- RunAdOptions
- StopAd
- StopAdOptions
Type aliases
CreateAd
Ƭ CreateAd: unknown
Defined in: client/apis/AdConfigurationAPI.ts:47
CreateAdOptions
Ƭ CreateAdOptions: unknown
Defined in: client/apis/AdConfigurationAPI.ts:11
GetCreateAdMetaData
Ƭ GetCreateAdMetaData: object
Type declaration:
Name | Type |
---|---|
areNativeAdsForConsoleEnabled |
boolean |
areNativeAdsForDesktopEnabled |
boolean |
areNativeAdsForPhoneEnabled |
boolean |
areNativeAdsForTabletEnabled |
boolean |
universeCreatorTargetId |
number |
universeCreatorType |
string |
universeId |
number |
Defined in: client/apis/AdConfigurationAPI.ts:15
GetSponsoredGames
Ƭ GetSponsoredGames: object
Type declaration:
Name | Type |
---|---|
creatorType |
User | Group |
isErroneous |
boolean |
minimumBidAmount |
number |
nextPageStartRowIndex |
number |
sponsoredGames |
object |
sponsoredGames.adId |
number |
sponsoredGames.campaign |
object |
sponsoredGames.campaign.bid |
number |
sponsoredGames.campaign.clicks |
number |
sponsoredGames.campaign.impressions |
0 |
sponsoredGames.campaign.isRunning |
boolean |
sponsoredGames.costPerImpressionEstimate |
number |
sponsoredGames.gameIconUrl |
string |
sponsoredGames.targetDeviceType |
string |
sponsoredGames.totalBid |
number |
sponsoredGames.totalClicks |
number |
sponsoredGames.totalImpressions |
number |
sponsoredGames.universeName |
string |
sponsoredGames.universeRootPlaceId |
number |
Defined in: client/apis/AdConfigurationAPI.ts:24
GetSponsoredGamesOptions
Ƭ GetSponsoredGamesOptions: object
Type declaration:
Name | Type |
---|---|
count ? |
number |
groupId ? |
number |
startRowIndex ? |
number |
Defined in: client/apis/AdConfigurationAPI.ts:5
RunAd
Ƭ RunAd: unknown
Defined in: client/apis/AdConfigurationAPI.ts:48
RunAdOptions
Ƭ RunAdOptions: unknown
Defined in: client/apis/AdConfigurationAPI.ts:12
StopAd
Ƭ StopAd: unknown
Defined in: client/apis/AdConfigurationAPI.ts:49
StopAdOptions
Ƭ StopAdOptions: unknown
Defined in: client/apis/AdConfigurationAPI.ts:13