INPUT_OBJECT

MobileAdIdentityInput

MobileAdIdentityInput contains mobile device information.

link GraphQL Schema definition

1input MobileAdIdentityInput {
5
2# deviceInfo is a MobileAdDeviceInfo contains a certain number of attributes
3# required by TIFA.
4deviceInfo: MobileDeviceInfo!
8
6# lmt is limit ad tracking signal read from mobile device.
7lmt: Boolean!
11
9# mAID is the mobile ad identifier.
10mAID: ID!
14
12# platform is an enum that describes the device platform.
13platform: AdPlatform!
17
15# userAgent is a string sent by mobile clients.
16userAgent: String!
18}