上下文数据扩展

Unity 提供有关提供展示的应用或用户的附加指标信号,以帮助您微调您的竞价策略。联系您的客户经理以激活以下数据集

属性数据类型示例描述
mediationOrdinalint"mediationOrdinal": 15表示在整个会话中其他广告网络中显示了多少个广告。这可以在支持的情况下在具有多个广告网络的调解项目中传递。
muteboolean"mute": true发出请求时设备的静音状态。
gameCategorystring"gameCategory": "Games"Google Play 和 Apple App Store 类别定义。
subGameCategorystring"subGameCategory": "Simulation"Google Play 和 Apple App Store 子游戏类别定义。
sessionDepthint"sessionDepth": 1当前会话中广告的投放次数。
bAgestring"bAge": "17+"

发布者阻止的内容年龄分级。

重要:如果您的应用的年龄分级(在其商店页面上定义)超过此值,您的竞价将被过滤掉。

注意:如果请求中不存在这些数据信号,Unity 不会传递任何这些数据信号。

包含上下文数据的竞价请求示例

{ 
    "id": "ABCDEfghijkLMNOPqrstUV", 
        "imp": [{ 
            "id": "1", 
                "banner": { 
                    "w": 320, 
                    "h": 480, 
                    "battr": [1, 3, 5, 6, 8, 9], 
                    "pos": 7 
                }, 
            "instl": 1, 
            "tagid": "com.unity.example-vast", 
            "secure": 1 
        }], 
        "app": { 
            "id": "123abc4d5e0aa0473a80e9e1f43528d8", 
            "name": "Example Game", 
            "bundle": "123456789", 
            "storeurl": "https://itunes.apple.com/us/app/ExampleGame/id123456789?mt=8" 
        }, 
        "device": { 
            "ua": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_2_5 like Mac OS X) AppleWebKit/604.5.6 (KHTML, like Gecko) Mobile/15D60", 
            "geo": { 
                "lat": 50.0144, 
                "lon": -50.2772, 
                "type": 2, 
                "country": "USA", 
                "city": "San Francisco", 
                "utcoffset": -480 
            }, 
            "ip": "123.123.12.123", 
            "devicetype": 4, 
            "model": "iPhone7,2", 
            "os": "ios", 
            "osv": "11.2.5", 
            "hwv": "iPhone 6", 
            "h": 667, 
            "w": 375, 
            "language": "en", 
            "carrier": "ATT", 
            "connectiontype": 2, 
            "ifa": "12345AB-C6789-DEFG-0123" 
        }, 
    "at": 2, 
    "tmax": 200, 
    "regs": {}, 
    "ext": { 
        "mediationOrdinal": 1, 
        "mute": true, 
        "gameCategory": "Games", 
        "subGameCategory": "Simulation", 
        "sessionDepth": 1,
        "bAge": "17+" 
    } 
}