لكل خدمة في الكتالوج نوع يعيده action=services. يحدد النوع المعلمات التي يقبلها action=add؛ اقرأ حقول الخدمة قبل التكامل.
لا يعرض هذا الجدول key وaction وحقلي إعادة المحاولة الاختياريين request_id/idempotency_key. يعرض العمود الأول type المألوف وtype_key الإضافي.
| النوع | link | quantity | معاملات إضافية |
|---|---|---|---|
| Defaulttype_key: default | نعم | نعم | — |
| Custom Commentstype_key: custom_comments | نعم | Optional; derived from list | comments* |
| Custom Comments Packagetype_key: custom_comments_package | نعم | لا | comments* |
| Packagetype_key: package | نعم | لا | — |
| Invites from Groupstype_key: invites_from_groups | نعم | نعم | groups* |
| Mentionstype_key: mentions | نعم | نعم | usernames* |
| Mentions Hashtagtype_key: mentions_hashtag | نعم | نعم | hashtag*usernames |
| Mentions User Followerstype_key: mentions_user_followers | نعم | نعم | username* |
| Mentions Media Likerstype_key: mentions_media_likers | نعم | نعم | media* |
| Mentions Custom Listtype_key: mentions_custom_list | نعم | Optional; derived from list | usernames* |
| Polltype_key: poll | نعم | نعم | answer_number* |
| Comment Likestype_key: comment_likes | نعم | نعم | — |
| Comment Repliestype_key: comment_replies | نعم | Optional; derived from list | usernamecomments* |
| SEOtype_key: seo | نعم | نعم | keywords* |
| Web Traffictype_key: web_traffic | نعم | نعم | keywordsreferercountrydevicetype_of_trafficgoogle_keyword |
* تشير إلى معامل مطلوب، وما لم يُعلَّم فهو اختياري. وتعني string (list) قيمة نموذج واحدة تضم عنصرًا واحدًا في كل سطر، وليست مصفوفة JSON.
(custom_comments)| commentsمطلوب | string (list) | Comments |
(custom_comments_package)| commentsمطلوب | string (list) | Comments |
(invites_from_groups)| groupsمطلوب | string (list) | Group links |
(mentions)| usernamesمطلوب | string (list) | Usernames |
(mentions_hashtag)| hashtagمطلوب | string | Hashtag |
| usernames | string (list) | Source usernames (optional) |
(mentions_user_followers)| usernameمطلوب | string | Source username |
(mentions_media_likers)| mediaمطلوب | string | Source media URL |
(mentions_custom_list)| usernamesمطلوب | string (list) | Usernames |
(poll)| answer_numberمطلوب | integer | Answer number min: 1 |
(comment_replies)| username | string | Comment username (optional) |
| commentsمطلوب | string (list) | Reply text |
(seo)| keywordsمطلوب | string (list) | Keywords |
(web_traffic)| keywords | string (list) | Keywords (optional) |
| referer | string | Referrer URL (optional) |
| country | string | Country code (optional) |
| device | string | Device (optional) |
| type_of_traffic | string | Traffic type (optional) |
| google_keyword | string | Google keyword (optional) |