INPUT_OBJECT

TrueXAd

TrueXAd is descriptive information about an engagement that was show for bits. Used as input on the redeem trueXAd mutation.

link GraphQL Schema definition

1input TrueXAd {
4
2# campaignID is the ID of the campaign this ad belongs to.
3campaignID: ID!
7
5# creativeID is the ID of the particular ad experience displayed to the user.
6creativeID: ID!
11
8# currencyAmount is the suggested amount of "currency" to provide to the user
9# based on this ad.
10currencyAmount: String!
14
12# name is the name of the ad campaign.
13name: String!
15}