A MarketingEvent engagement.
Engagements can only be sent to Shopify, they can't be retrieved through the API.
- See also
- https://shopify.dev/docs/admin-api/rest/reference/marketingevent
|
const | MAP = [] |
|
const | PATCH = [] |
|
Api | $api |
|
Pool | $pool |
|
mixed | _hydrate (string $class, $item) |
| A factory that also hydrates / caches entities. More...
|
|
array | _select ($subject, callable $filter,... $args) |
| Magic method: selectField(callable $filter) More...
|
|
$this | _setData (array $data) |
| Clears all diffs and sets all data, hydrating mapped fields. More...
|
|
$this | _setField (string $field, $value) |
| Sets a value, hydrating if mapped, and clears the diff. More...
|
|
◆ setAdSpend()
magic $this setAdSpend |
( |
string |
$spend | ) |
|
◆ setClicksCount()
magic $this setClicksCount |
( |
int |
$count | ) |
|
◆ setCommentsCount()
magic $this setCommentsCount |
( |
int |
$count | ) |
|
◆ setFavoritesCount()
magic $this setFavoritesCount |
( |
int |
$count | ) |
|
◆ setImpressionsCount()
magic $this setImpressionsCount |
( |
int |
$count | ) |
|
◆ setIsCumulative()
magic $this setIsCumulative |
( |
bool |
$cumulative | ) |
|
◆ setOccurredOn()
magic $this setOccurredOn |
( |
string |
$date | ) |
|
◆ setSharesCount()
magic $this setSharesCount |
( |
int |
$count | ) |
|
◆ setViewsCount()
magic $this setViewsCount |
( |
int |
$count | ) |
|