Class: Vk::API::Ads::TargetGroup
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Ads::TargetGroup
- Defined in:
- lib/vk/api/ads/target_group.rb
Overview
Instance Method Summary collapse
-
#audience_count ⇒ Integer
Audience.
-
#domain ⇒ String
Site domain.
-
#id ⇒ Integer
Group ID.
-
#lifetime ⇒ Integer
Number of days for user to be in group.
-
#name ⇒ String
Group name.
-
#pixel ⇒ String
Pixel code.
Instance Method Details
#audience_count ⇒ Integer
Returns Audience.
17 |
# File 'lib/vk/api/ads/target_group.rb', line 17 attribute :audience_count, API::Types::Coercible::Int.optional.default(nil) |
#domain ⇒ String
Returns Site domain.
15 |
# File 'lib/vk/api/ads/target_group.rb', line 15 attribute :domain, API::Types::Coercible::String.optional.default(nil) |
#id ⇒ Integer
Returns Group ID.
11 |
# File 'lib/vk/api/ads/target_group.rb', line 11 attribute :id, API::Types::Coercible::Int.optional.default(nil) |
#lifetime ⇒ Integer
Returns Number of days for user to be in group.
19 |
# File 'lib/vk/api/ads/target_group.rb', line 19 attribute :lifetime, API::Types::Coercible::Int.optional.default(nil) |