تحذير! إذا كان النظام يتطلب باستمرار تفويضًا ويزعجك عن العمل، يرجى التحقق مما إذا كان لديك ملفات تعريف الارتباط مفعلة في متصفحك.
في متصفح إنترنت إكسبلورر، في قائمة "الأدوات"، اختر "خيارات الإنترنت"، ثم انتقل إلى علامة التبويب "الخصوصية" وتحقق مما إذا كان لديك ملفات تعريف الارتباط مفعلة. المستوى الأمني الموصى به - متوسط.
في متصفح أوبرا، في قائمة "الملف" -> "الإعدادات السريعة"، تحقق مما إذا كانت علامة التحقق بجانب "تمكين ملفات تعريف الارتباط" محددة.
إذا كانت لديك أي أسئلة، يرجى الاتصال بـ الدعم الفني.
campaign/prices
Parameters:
<?php
$post = array(
'token' => $token
);
if ($curl = curl_init()) {
curl_setopt($curl, CURLOPT_URL, 'https://www.ipweb.ru/api/v2/campaign/prices');
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);
}
// Result:
{
"paid": {
"currency": "RUB",
"base_price": 0.10,
"description": "1 page visit"
},
"paid_prof": {
"currency": "RUB",
"base_price": 0.25,
"optional_clicks_price": 0.049,
"max_inner_clicks": 4,
"description": "Visit + few clicks"
},
"paid_adv": {
"currency": "RUB",
"base_price": 0.15,
"optional_clicks_price": 0.049,
"max_inner_clicks": 4,
"max_outer_clicks": 4,
"description": "Clicks on ads"
},
"paid_se": {
"currency": "RUB",
"base_price": 0.15,
"if_outer_clicks_add_price": 0.197,
"optional_clicks_price": 0.049,
"max_inner_clicks": 4,
"max_outer_clicks": 4,
"description": "Visits from the search engine"
},
"paid_se_behavioral": {
"currency": "RUB",
"base_price": 0.15,
"optional_clicks_price": 0.049,
"max_inner_clicks": 4,
"max_before_clicks": 4,
"description": "Improved behavioral factors in the search"
},
}
Description of fields:
The cost of implementation should be calculated using the following formula:
* if there is no optional_clicks_price or if_outer_clicks_add_price, we take them equal to zero