Paid | 16775 |
Registrations | 298 |
Actions in campaigns | 132815 |
Letters readed | 465 |
New campaigns | 592 |
Paid | 16775 |
Registrations | 298 |
Actions in campaigns | 132815 |
Letters readed | 465 |
New campaigns | 592 |
Likes | 11736 |
Subscriptions | 38403 |
Reposts | 1496 |
Links | 66 |
Friends | 3633 |
10:43 | 29.00 | ![]() |
10:44 | 0.20 | ![]() |
10:13 | 0.14 | ![]() |
10:12 | 3.88 | |
10:43 | 1.21 | ![]() |
1. | gg1092082512042... | 497 |
2. | ziadmohamedasal... | 427 |
3. | Sanek037 | 262 |
4. | gg1127053604775... | 261 |
5. | avers84 | 236 |
Congratulations to the 2273373 th user Nnelu*** on the successful registration of an account on the project 14.03.2025 10:49.
campaign/add_actions
Parâmetros:
A reposição da conta do CP é feita a partir da conta a partir do cálculo de actions * one_action_cost
Exemplo de chamada de método:
<?php
$post = array(
'token' => $token,
'id' => 999999,
'actions' => 200
);
if ($curl = curl_init()) {
curl_setopt($curl, CURLOPT_URL, 'https://www.ipweb.ru/api/v2/campaign/add_actions');
curl_setopt($curl, CURLOPT_RETURNTRANSFER,true);
curl_setopt($curl, CURLOPT_POST, true);
curl_setopt($curl, CURLOPT_POSTFIELDS, $post);
$out = curl_exec($curl);
echo $out;
curl_close($curl);
}
// Resultado:
{
"status": "ok",
"error_code": 0
}