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