Skip to content

[direct-cli] Подкоманда adgroups (get, add, update, delete) #6

Description

@axisrow

Описание

Первая задача Phase 2. Добавить direct adgroups — шаблон для всех последующих подкоманд.

Dependencies: #5

Команды

  • direct adgroups get --campaign-ids <ids> --format json
  • direct adgroups add --campaign-id <id> --name <name> --region-ids <ids>
  • direct adgroups update --id <id> --name <name>
  • direct adgroups delete --id <id>

API: AdGroups v5

Endpoint: POST /json/v5/adgroups
Methods: add, delete, get, update

Критерии приёмки

  • Все 4 операции работают
  • --help документирует опции
  • JSON output консистентен с campaigns/ads
  • Integration test

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions