1. | gg1092082512042... | 476 |
2. | ziadmohamedasal... | 422 |
3. | gg1127053604775... | 261 |
4. | Sanek037 | 243 |
5. | avers84 | 236 |
1. | gg1092082512042... | 476 |
2. | ziadmohamedasal... | 422 |
3. | gg1127053604775... | 261 |
4. | Sanek037 | 243 |
5. | avers84 | 236 |
Pago | 15521 |
Inscrições | 295 |
Ações em campanhas | 129040 |
Cartas lidas | 443 |
Novas campanhas | 581 |
Curtidas | 11221 |
Assinaturas | 37583 |
Republicações | 1459 |
Links | 66 |
Amigos | 3560 |
10:14 | 0.16 | ![]() |
10:14 | 1.70 | ![]() |
09:43 | 0.13 | ![]() |
09:43 | 1.35 | ![]() |
09:44 | 0.24 | ![]() |
Parabéns ao 2273370º usuário ansarazk*** pelo registro bem-sucedido de uma conta no projeto 14.03.2025 10:37.
campaign/info
Parâmetros:
Exemplo de chamada de método:
<?php
$post = array(
'token' => $token,
'id' => 999999
);
if ($curl = curl_init()) {
curl_setopt($curl, CURLOPT_URL, 'https://www.ipweb.ru/api/v2/campaign/info');
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:
{
"id": "999999",
"type": "paid_se",
"type_name": "actionas do buscador",
"date_begin": "14.06.2019 13:56",
"campaign": "mysite.com (https://google.ru: frase-chave)",
"one_action_cost": "0.786",
"one_action_currency": "₽",
"balance_actions": "2996",
"actions_hour": "0",
"actions_hour_limit": "1",
"actions_today": "1",
"actions_today_limit": "0",
"comments": "",
"status": "active",
"category_id": "9999",
"category_name": "mysite.com",
"error_code": 0
}
====================================================================================
<?php
$post = array(
'token' => $token,
'id' => 999999
);
if ($curl = curl_init()) {
curl_setopt($curl, CURLOPT_URL, 'https://www.ipweb.ru/api/v2/campaign/info');
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:
{
"id": "999999",
"type": "paid_se",
"type_name": "actions from the search engine",
"date_begin": "14.06.2019 13:56",
"campaign": "mysite.com (https://google.ru: keyword)",
"one_action_cost": "0.786",
"one_action_currency": "₽",
"one_action_currency_iso": "RUB",
"balance_actions": "2996",
"actions_hour": "0",
"actions_hour_limit": "1",
"actions_today": "1",
"actions_today_limit": "0",
"comments": "",
"status": "active",
"category_id": "9999",
"category_name": "mysite.com",
"childrens": [
{
"id": 888888,
"url": "mysite.com",
"actions": "1000",
"period": "day",
"spreading": "normal",
"rejection": 0,
"outer_clicks": 0,
"actions_hour": 0,
"actions_hour_limit": 42,
"actions_today": 0,
"actions_today_limit": 1000,
"actions_month": 0,
"actions_all": 0,
"status": "moderating"
},
{
"id": 777777,
"url": "mysite.com",
"actions": "1000",
"period": "day",
"spreading": "normal",
"rejection": 0,
"outer_clicks": 0,
"actions_hour": 0,
"actions_hour_limit": 42,
"actions_today": 0,
"actions_today_limit": 1000,
"actions_month": 0,
"actions_all": 0,
"status": "moderating"
}
],
"error_code": 0
}
====================================================================================
<?php
$post = array(
'token' => $token,
'category_id' => 9999
);
if ($curl = curl_init()) {
curl_setopt($curl, CURLOPT_URL, 'https://www.ipweb.ru/api/v2/campaign/info');
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:
{
"campaigns": [
{
"id": "999999",
"type": "paid_se",
"type_name": "actionas do buscador",
"date_begin": "14.06.2019 11:27",
"campaign": "mysite.com (https://google.ru: frase-chave 1)",
"one_action_cost": "0.786",
"one_action_currency": "₽",
"balance_actions": "0",
"actions_hour": "0",
"actions_hour_limit": "1",
"actions_today": "0",
"actions_today_limit": "0",
"comments": "тест",
"status": "stopped",
"category_id": "9999",
"category_name": "mysite.com"
},
{
"id": "999998",
"type": "paid_se",
"type_name": "actionas do buscador",
"date_begin": "14.06.2019 13:56",
"campaign": "mysite.com (https://google.ru: frase-chave 2)",
"one_action_cost": "0.786",
"one_action_currency": "₽",
"balance_actions": "992",
"actions_hour": "0",
"actions_hour_limit": "1",
"actions_today": "0",
"actions_today_limit": "1",
"comments": "",
"status": "active",
"category_id": "9999",
"category_name": "mysite.com"
}
],
"error_code": 0
}
Valores possíveis do campo "Status":