Skip to main content

TremendousCampaign

Represents the Campaigns from a Tremendous ConnectedService

type TremendousCampaign {
externalId: String!
name: String!
productIds: [String!]
products: [TremendousProduct!]
}

Fields

TremendousCampaign.externalId ● String! non-null scalar

The ID of the Tremendous Campaign

TremendousCampaign.name ● String! non-null scalar

The name of the Tremendous Campaign

TremendousCampaign.productIds ● [String!] list scalar

The product IDs associated with the Tremendous Campaign

TremendousCampaign.products ● [TremendousProduct!] list object

The products for the Tremendous Campaign

Member Of

Promotion object ● TremendousServiceMetadata object