Google Shopping Merchant Accounts V1beta Client - Class OptInState (1.3.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class OptInState.
Opt in state of the email preference.
Protobuf type google.shopping.merchant.accounts.v1beta.EmailPreferences.OptInState
Generated from protobuf enum OPT_IN_STATE_UNSPECIFIED = 0;
OPTED_OUT
Value: 1
User has opted out of receiving this type of email.
Generated from protobuf enum OPTED_OUT = 1;
OPTED_IN
Value: 2
User has opted in to receiving this type of email.
Generated from protobuf enum OPTED_IN = 2;
UNCONFIRMED
Value: 3
User has opted in to receiving this type of email and the confirmation
email has been sent, but user has not yet confirmed the opt in (applies
only to certain countries).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-11 UTC."],[],[]]