All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.taboola.backstage.model.media.campaigns.MarketingObjective Maven / Gradle / Ivy

package com.taboola.backstage.model.media.campaigns;

/**
 * 

*
⚫ BRAND_AWARENESS - Extent to which customers are able to recall or recognise a brand *
⚫ LEADS_GENERATION - Marketing tactics aimed at finding potential customers with specific contact information *
⚫ ONLINE_PURCHASES - Online product selling *
⚫ DRIVE_WEBSITE_TRAFFIC - The amount of data sent and received by visitors to a website *
⚫ MOBILE_APP_INSTALL - Install app on mobile *
⚫ OTHER - Other object *
⚫ NONE - No marketing objective *

* * Created by vladi.m * Date 03/10/2018 * Time 12:06 * Copyright Taboola */ public enum MarketingObjective { BRAND_AWARENESS, LEADS_GENERATION, ONLINE_PURCHASES, DRIVE_WEBSITE_TRAFFIC, MOBILE_APP_INSTALL, OTHER, @Deprecated NONE }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy