myTarget
Manage myTarget advertising campaigns and retrieve performance statistics
myTarget is a programmatic advertising platform by VK that provides access to audiences across VKontakte, Odnoklassniki, Mail.ru, and other Russian media properties. Its API supports campaign management and performance statistics retrieval.
With the myTarget integration in AACFlow, you can:
- Get Campaigns: Retrieve advertising campaigns from your myTarget account
- Get Statistics: Fetch performance metrics for campaigns or banners
This integration enables automated ad performance monitoring, reporting workflows, and campaign management on the largest Russian programmatic advertising platform.
Usage Instructions
Integrate myTarget into the workflow to manage advertising data. Requires a myTarget OAuth token. Obtain tokens via the myTarget OAuth flow from your account at target.my.com.
Tools
mytarget_get_campaigns
Get advertising campaigns
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
oauthToken | string | Yes | myTarget OAuth token |
limit | number | No | Maximum campaigns to return |
Output
| Parameter | Type | Description |
|---|---|---|
campaigns | array | Array of campaign objects |
total | number | Total campaigns count |
mytarget_get_statistics
Get performance statistics
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
oauthToken | string | Yes | myTarget OAuth token |
objectType | string | Yes | Object type: campaigns or banners |
objectIds | string | Yes | Comma-separated object IDs |
dateFrom | string | Yes | Start date (YYYY-MM-DD) |
dateTo | string | Yes | End date (YYYY-MM-DD) |
Output
| Parameter | Type | Description |
|---|---|---|
statistics | array | Array of statistics objects with metrics |
Links
- Official API: https://target.my.com/doc/api/ru/info
- AACFlow block source: apps/aacflow/blocks/blocks/mytarget.ts

