Class: WhopSDK::Models::AdGroupUpdateParams::PlatformConfig::Meta::PromotedObject

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/whop_sdk/models/ad_group_update_params.rb

Overview

See Also:

Instance Attribute Summary collapse

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_idString?

Custom conversion rule ID (numeric, from Meta Events Manager).

Returns:

  • (String, nil)


2020
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 2020

optional :custom_conversion_id, String, nil?: true

#custom_event_strString?

Pixel event name, used when custom_event_type is OTHER.

Returns:

  • (String, nil)


2026
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 2026

optional :custom_event_str, String, nil?: true

#custom_event_typeString?

Custom event type (e.g., PURCHASE, COMPLETE_REGISTRATION, OTHER).

Returns:

  • (String, nil)


2032
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 2032

optional :custom_event_type, String, nil?: true

#page_idString?

Facebook Page ID.

Returns:

  • (String, nil)


2038
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 2038

optional :page_id, String, nil?: true

#pixel_idString?

Meta Pixel ID for conversion tracking.

Returns:

  • (String, nil)


2044
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 2044

optional :pixel_id, String, nil?: true

#whatsapp_phone_numberString?

WhatsApp phone number for messaging campaigns.

Returns:

  • (String, nil)


2050
# File 'lib/whop_sdk/models/ad_group_update_params.rb', line 2050

optional :whatsapp_phone_number, String, nil?: true