MarketingEngagementInput input object
This object represents marketing engagement input fields for a marketing engagement.
Input fields
- adSpend (
[MoneyInput](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneyinput)
)
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. - occurredOn (
[Date!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#date-2021-01)
) REQUIRED
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.