QuestionQ5
SegmentationA marketer at a telecommunications company is creating a campaign encouraging existing customers to upgrade to the newest smartphone device. The marketer also wants to avoid bothering customers who have already upgraded or who have not opted in to email.
Which attributes should be used to meet this requirement?
- A hasUpgraded=false AND emailOptIn=true
- B hasUpgraded=true OR emailOptIn=true
- C hasUpgraded=true AND emailOptIn=false
Community Discussion