isNewCustomer property

bool? isNewCustomer
getter/setter pair

Whether or not this customer should be treated as a "new" customer (that is, a customer who has not yet created a campaign).

Setting this to true will cause the backend to generate recommendations using a dedicated recommendation model for onboarding new customers, as opposed to the default model for existing customers. This is only recommended for customers with 0 campaigns. This field is optional for the following recommendation_types: CAMPAIGN_BUDGET

Optional.

Implementation

core.bool? isNewCustomer;