stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerEmailAddressOpenTrackingLevel

AdminTypes.CustomerEmailAddressOpenTrackingLevel enum

The different levels related to whether a customer has opted in to having their opened emails tracked.

Signature:

export declare enum CustomerEmailAddressOpenTrackingLevel 

Enumeration Members

Member Value Description
OptedIn "OPTED_IN" The customer has opted in to having their open emails tracked.
OptedOut "OPTED_OUT" The customer has opted out of having their open emails tracked.
Unknown "UNKNOWN" The customer has not specified whether they want to opt in or out of having their open emails tracked.