Class: Vk::API::Ads::Methods::ImportTargetContacts
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Ads::Methods::ImportTargetContacts
- Defined in:
- lib/vk/api/ads/methods/import_target_contacts.rb
Overview
Imports a list of advertiser's contacts to count VK registered users against the target group.
Arguments collapse
-
#account_id ⇒ Integer
Advertising account ID.
-
#client_id ⇒ Integer
'Only for advertising agencies.' ; ID of the client with the advertising account where the group will be created.;.
-
#contacts ⇒ String
List of phone numbers, emails or user IDs separated with a comma.
-
#target_group_id ⇒ Integer
Target group ID.
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Ads::Methods::ImportTargetContacts
|
# File 'lib/vk/api/ads/methods/import_target_contacts.rb', line 15
|
Instance Method Details
#account_id ⇒ Integer
Returns Advertising account ID.
26 |
# File 'lib/vk/api/ads/methods/import_target_contacts.rb', line 26 attribute :account_id, API::Types::Coercible::Int |
#client_id ⇒ Integer
Returns 'Only for advertising agencies.' ; ID of the client with the advertising account where the group will be created.;.
28 |
# File 'lib/vk/api/ads/methods/import_target_contacts.rb', line 28 attribute :client_id, API::Types::Coercible::Int.optional.default(nil) |