Class: Vk::API::Ads::Methods::GetAdsPostsReach
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Ads::Methods::GetAdsPostsReach
- Defined in:
- lib/vk/api/ads/methods/get_ads_posts_reach.rb
Overview
Allows to get detailed information about the ad post reach.
Arguments collapse
-
#account_id ⇒ Integer
Advertising account ID.
-
#ads_ids ⇒ String
Ads IDS separated by comma.
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Ads::Methods::GetAdsPostsReach
|
|
# File 'lib/vk/api/ads/methods/get_ads_posts_reach.rb', line 15
|
Instance Method Details
#account_id ⇒ Integer
24 |
# File 'lib/vk/api/ads/methods/get_ads_posts_reach.rb', line 24 attribute :account_id, API::Types::Coercible::Int |
#ads_ids ⇒ String
26 |
# File 'lib/vk/api/ads/methods/get_ads_posts_reach.rb', line 26 attribute :ads_ids, API::Types::Coercible::String |