NormalizedPromo
Normalized promo data for use in home screen data.
See: HomeScreenData
type NormalizedPromo {
backgroundImageUrl(
transforms: ImageTransformsInput
): URL
backgroundImageUrlTransformTemplate: String
body: String!
campaignName: String!
createdAt: DateTime!
destinationShowId: String
destinationType: PromoDestinationType!
endAt: DateTime
id: String!
normalizedShow(
country: CountryCode
stationId: UUID
): NormalizedShow
startAt: DateTime
stationId: UUID
targetCohorts: [EndUserCohort]!
title: String!
updatedAt: DateTime!
}
Fields
NormalizedPromo.backgroundImageUrl ● URL scalar references
NormalizedPromo.backgroundImageUrl.transforms ● ImageTransformsInput input references
NormalizedPromo.backgroundImageUrlTransformTemplate ● String scalar references
Promo background image URL transform template.
See: ImageWithProfile.transformTemplate
NormalizedPromo.body ● String! non-null scalar references
NormalizedPromo.campaignName ● String! non-null scalar references
NormalizedPromo.createdAt ● DateTime! non-null scalar references
NormalizedPromo.destinationShowId ● String scalar references
NormalizedPromo.destinationType ● PromoDestinationType! non-null enum references
NormalizedPromo.endAt ● DateTime scalar references
NormalizedPromo.id ● String! non-null scalar references
NormalizedPromo.normalizedShow ● NormalizedShow object references
NormalizedPromo.normalizedShow.country ● CountryCode scalar references
NormalizedPromo.normalizedShow.stationId ● UUID scalar references
NormalizedPromo.startAt ● DateTime scalar references
NormalizedPromo.stationId ● UUID scalar references
NormalizedPromo.targetCohorts ● [EndUserCohort]! non-null enum references
NormalizedPromo.title ● String! non-null scalar references
NormalizedPromo.updatedAt ● DateTime! non-null scalar references
Returned By
normalizedPromo query
Member Of
NormalizedCollectionItem object