Module: WhopSDK::Models::ResultLabelKeys

Extended by:
Internal::Type::Enum
Defined in:
lib/whop_sdk/models/result_label_keys.rb

Overview

Types of optimization results tracked from external ad platforms

Constant Summary collapse

APP_INSTALLS =
:app_installs
MESSAGING_CONVERSATIONS_STARTED =
:messaging_conversations_started
POST_ENGAGEMENT =
:post_engagement
EVENT_RESPONSES =
:event_responses
IMPRESSIONS =
:impressions
WEBSITE_PURCHASES =
:website_purchases
LANDING_PAGE_VIEWS =
:landing_page_views
LEADS =
:leads
:link_clicks
QUALITY_CALLS =
:quality_calls
APPOINTMENTS_BOOKED =
:appointments_booked
MESSAGING_PURCHASES =
:messaging_purchases
PAGE_LIKES =
:page_likes
INSTAGRAM_PROFILE_VISITS =
:instagram_profile_visits
REACH =
:reach
REMINDERS_SET =
:reminders_set
NEW_SUBSCRIBERS =
:new_subscribers
VIDEO_VIEWS =
:video_views
REGISTRATIONS =
:registrations
CONTENT_VIEWS =
:content_views
SEARCHES =
:searches
WEBSITE_SCHEDULES =
:website_schedules
WEBSITE_SUBMIT_APPLICATIONS =
:website_submit_applications
CUSTOM =
:custom

Class Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/whop_sdk/models/result_label_keys.rb', line 34