Module: WhopSDK::Models::AdGroupListParams::Order
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/whop_sdk/models/ad_group_list_params.rb,
sig/whop_sdk/models/ad_group_list_params.rbs
Overview
The field to sort by. Defaults to created_at. Stat columns (spend, impressions, …) rank over the stats_from/stats_to window across the whole list, not just the current page. results, cost_per_result and return_on_ad_spend rank by the same Whop pixel-attributed values the response reports.
Constant Summary collapse
- CREATED_AT =
:created_at- UPDATED_AT =
:updated_at- SPEND =
:spend- IMPRESSIONS =
:impressions- REACH =
:reach- CLICKS =
:clicks- UNIQUE_CLICKS =
:unique_clicks- FREQUENCY =
:frequency- CLICK_THROUGH_RATE =
:click_through_rate- RESULTS =
:results- COST_PER_MILLE =
:cost_per_mille- COST_PER_CLICK =
:cost_per_click- COST_PER_RESULT =
:cost_per_result- RETURN_ON_AD_SPEND =
:return_on_ad_spend
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/ad_group_list_params.rb', line 174
|
Instance Method Details
#self?.values ⇒ ::Array[WhopSDK::Models::AdGroupListParams::order]
174 |
# File 'sig/whop_sdk/models/ad_group_list_params.rbs', line 174
def self?.values: -> ::Array[WhopSDK::Models::AdGroupListParams::order]
|