Class: Vk::API::Ads::Methods::GetAdsPostsReach

Inherits:
Schema::Method
  • Object
show all
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

Instance Method Summary collapse

Methods inherited from Schema::Method

#call, #method, #to_hash

Constructor Details

#initialize(arguments) ⇒ Ads::Methods::GetAdsPostsReach

Parameters:

  • arguments (Hash)

Options Hash (arguments):

  • :account_id (Integer)

    Advertising account ID.

  • :ads_ids (String)

    Ads IDS separated by comma.



# File 'lib/vk/api/ads/methods/get_ads_posts_reach.rb', line 15

Instance Method Details

#account_idInteger

Returns Advertising account ID.

Returns:

  • (Integer)

    Advertising account ID.



24
# File 'lib/vk/api/ads/methods/get_ads_posts_reach.rb', line 24

attribute :account_id, API::Types::Coercible::Int

#ads_idsString

Returns Ads IDS separated by comma.

Returns:

  • (String)

    Ads IDS separated by comma.



26
# File 'lib/vk/api/ads/methods/get_ads_posts_reach.rb', line 26

attribute :ads_ids, API::Types::Coercible::String