Module: WhopSDK::Models::ResultLabelKeys
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/whop_sdk/models/result_label_keys.rb,
sig/whop_sdk/models/result_label_keys.rbs
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 =
: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- ADDS_TO_CART =
:adds_to_cart- ADDS_TO_WISHLIST =
:adds_to_wishlist- ADDS_OF_PAYMENT_INFO =
:adds_of_payment_info- CHECKOUTS_INITIATED =
:checkouts_initiated- WEBSITE_SCHEDULES =
:website_schedules- WEBSITE_SUBMIT_APPLICATIONS =
:website_submit_applications- WEBSITE_TRIALS_STARTED =
:website_trials_started- WEBSITE_SUBSCRIPTIONS =
:website_subscriptions- WEBSITE_CONTACTS =
:website_contacts- WEBSITE_DONATIONS =
:website_donations- WEBSITE_FIND_LOCATIONS =
:website_find_locations- WEBSITE_PRODUCT_CUSTOMIZATIONS =
:website_product_customizations- CUSTOM =
:custom
Class Method Summary collapse
Instance 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
.values ⇒ Array<Symbol>
|
|
# File 'lib/whop_sdk/models/result_label_keys.rb', line 44
|
Instance Method Details
#self?.values ⇒ ::Array[WhopSDK::Models::result_label_keys]
77 |
# File 'sig/whop_sdk/models/result_label_keys.rbs', line 77
def self?.values: -> ::Array[WhopSDK::Models::result_label_keys]
|