MarketingEngagement object
Marketing engagement represents customer activity taken on a marketing event.
On this page
Fields
- adSpend (
[MoneyV2](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneyv2)
)
The total ad spend for the day, if the marketing event is a paid ad with a daily spend. - clicksCount (
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
The total number of clicks on the marketing event for the day. - commentsCount (
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
The total number of comments for the day. - complaintsCount (
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
The total number of complaints for the day. - failsCount (
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
The total number of fails for the day. - favoritesCount (
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
The total number of favorites for the day. - fetchedAt (
[DateTime](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01)
)
The date time at which the data was fetched. - impressionsCount (
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
The total number of impressions for the day. - isCumulative (
[Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
)
Whether the engagements are reported as lifetime values rather than daily totals. - marketingActivity (
[MarketingActivity!](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/marketingactivity)
)
The marketing activity related to this engagement. - occurredOn (
[Date!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#date-2021-01)
)
The date that these engagements occurred on. - sendsCount (
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
The total number of sends for the day. - sharesCount (
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
The total number of shares for the day. - uniqueClicksCount (
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
The total number of unique clicks for the day. - uniqueViewsCount (
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
The total number of unique views for the day. - unsubscribesCount (
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
The total number of unsubscribes for the day. - utcOffset (
[UtcOffset](https://shopify.dev/docs/admin-api/graphql/reference/scalar#utcoffset-2021-01)
)
The UTC Offset that the app is using to determine which date to allocate spend to. - viewsCount (
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
The total number of views for the day.
Mutations for MarketingEngagement
- marketingEngagementCreate
Creates a new marketing event engagement for a marketing activity.