MembershipContactStoreMarketingGroup
Defines the marketing group for a group of marketing tags within the scope of a membership contact store.
type MembershipContactStoreMarketingGroup {
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
tags(
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [MembershipContactStoreMarketingTag!]!
uniqueCode: String
}
Fields
MembershipContactStoreMarketingGroup.createdAt
● DateTime!
non-null scalar
The date and time the record was created.
MembershipContactStoreMarketingGroup.createdBy
● String
scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
MembershipContactStoreMarketingGroup.id
● ID!
non-null scalar
The unique identifier for the marketing group.
MembershipContactStoreMarketingGroup.lastModifiedAt
● DateTime!
non-null scalar
The date and time the record was last modified.
MembershipContactStoreMarketingGroup.lastModifiedBy
● String
scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
MembershipContactStoreMarketingGroup.name
● String!
non-null scalar
UTF-8 string value that represents the name of the marketing group.
MembershipContactStoreMarketingGroup.tags
● [MembershipContactStoreMarketingTag!]!
non-null object
The marketing tags associated with the marketing group.
MembershipContactStoreMarketingGroup.tags.limit
● PaginationLimit!
non-null scalar
MembershipContactStoreMarketingGroup.tags.offset
● NonNegativeInt!
non-null scalar
MembershipContactStoreMarketingGroup.uniqueCode
● String
scalar
A customer supplied, UTF-8 string value that represents a unique code for the marketing group. Optional.
The value must be unique across all marketing groups for a membership contact store.
Member Of
MembershipContactStoreMarketingRecord
object ● MembershipContactStoreMarketingSetup
object ● MembershipContactStoreMarketingTag
object