Class: WhopSDK::Models::AdGroupUpdateParams::PlatformConfig::Meta::PromotedObject
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- WhopSDK::Models::AdGroupUpdateParams::PlatformConfig::Meta::PromotedObject
- Defined in:
- lib/whop_sdk/models/ad_group_update_params.rb
Overview
Instance Attribute Summary collapse
-
#custom_conversion_id ⇒ String?
Custom conversion rule ID (numeric, from Meta Events Manager).
-
#custom_event_str ⇒ String?
Pixel event name, used when custom_event_type is OTHER.
-
#custom_event_type ⇒ String?
Custom event type (e.g., PURCHASE, COMPLETE_REGISTRATION, OTHER).
-
#page_id ⇒ String?
Facebook Page ID.
-
#pixel_id ⇒ String?
Meta Pixel ID for conversion tracking.
-
#whatsapp_phone_number ⇒ String?
WhatsApp phone number for messaging campaigns.
Method Summary
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
This class inherits a constructor from WhopSDK::Internal::Type::BaseModel
Instance Attribute Details
#custom_conversion_id ⇒ String?
Custom conversion rule ID (numeric, from Meta Events Manager).
2020 |
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 2020 optional :custom_conversion_id, String, nil?: true |
#custom_event_str ⇒ String?
Pixel event name, used when custom_event_type is OTHER.
2026 |
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 2026 optional :custom_event_str, String, nil?: true |
#custom_event_type ⇒ String?
Custom event type (e.g., PURCHASE, COMPLETE_REGISTRATION, OTHER).
2032 |
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 2032 optional :custom_event_type, String, nil?: true |
#page_id ⇒ String?
Facebook Page ID.
2038 |
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 2038 optional :page_id, String, nil?: true |
#pixel_id ⇒ String?
Meta Pixel ID for conversion tracking.
2044 |
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 2044 optional :pixel_id, String, nil?: true |
#whatsapp_phone_number ⇒ String?
WhatsApp phone number for messaging campaigns.
2050 |
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 2050 optional :whatsapp_phone_number, String, nil?: true |