Her katalog hizmetinin action=services tarafından döndürülen bir türü vardır. Tür, action=add işleminin hangi parametreleri kabul ettiğini belirler; entegrasyondan önce hizmet alanlarını okuyun.
Burada key, action ve isteğe bağlı retry alanları request_id/idempotency_key gösterilmez. İlk sütun tanıdık type ile ek type_key değerini gösterir.
| tür | link | quantity | Ek parametreler |
|---|---|---|---|
| Defaulttype_key: default | Evet | Evet | — |
| Custom Commentstype_key: custom_comments | Evet | Optional; derived from list | comments* |
| Custom Comments Packagetype_key: custom_comments_package | Evet | Hayır | comments* |
| Packagetype_key: package | Evet | Hayır | — |
| Invites from Groupstype_key: invites_from_groups | Evet | Evet | groups* |
| Mentionstype_key: mentions | Evet | Evet | usernames* |
| Mentions Hashtagtype_key: mentions_hashtag | Evet | Evet | hashtag*usernames |
| Mentions User Followerstype_key: mentions_user_followers | Evet | Evet | username* |
| Mentions Media Likerstype_key: mentions_media_likers | Evet | Evet | media* |
| Mentions Custom Listtype_key: mentions_custom_list | Evet | Optional; derived from list | usernames* |
| Polltype_key: poll | Evet | Evet | answer_number* |
| Comment Likestype_key: comment_likes | Evet | Evet | — |
| Comment Repliestype_key: comment_replies | Evet | Optional; derived from list | usernamecomments* |
| SEOtype_key: seo | Evet | Evet | keywords* |
| Web Traffictype_key: web_traffic | Evet | Evet | keywordsreferercountrydevicetype_of_trafficgoogle_keyword |
* zorunlu bir parametreyi gösterir. İşaretsiz olanlar isteğe bağlıdır. string (list), JSON dizisi değil, satır başına bir öğe içeren tek bir ham form değeri demektir.
(custom_comments)| commentsZorunlu | string (list) | Comments |
(custom_comments_package)| commentsZorunlu | string (list) | Comments |
(invites_from_groups)| groupsZorunlu | string (list) | Group links |
(mentions)| usernamesZorunlu | string (list) | Usernames |
(mentions_hashtag)| hashtagZorunlu | string | Hashtag |
| usernames | string (list) | Source usernames (optional) |
(mentions_user_followers)| usernameZorunlu | string | Source username |
(mentions_media_likers)| mediaZorunlu | string | Source media URL |
(mentions_custom_list)| usernamesZorunlu | string (list) | Usernames |
(poll)| answer_numberZorunlu | integer | Answer number min: 1 |
(comment_replies)| username | string | Comment username (optional) |
| commentsZorunlu | string (list) | Reply text |
(seo)| keywordsZorunlu | 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) |