fix:1、删除上一个sdk,更换新的。2、删除了max广告
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
namespace KwaiAds.Scripts.Api
|
||||
{
|
||||
public static class Constants
|
||||
{
|
||||
public static class Request
|
||||
{
|
||||
public const string BID_FLOOR_PRICE = "bidfloor";
|
||||
public const string BID_FLOOR_CURRENCY = "bidfloorcur";
|
||||
public const string MEDIATION_TYPE = "knMediationType";
|
||||
}
|
||||
|
||||
public static class Currency
|
||||
{
|
||||
public static string USD = "USD";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user