Cada serviço do catálogo tem um tipo retornado por action=services. O tipo determina quais parâmetros action=add aceita; consulte os campos do serviço antes de integrar.
Aqui ficam de fora key, action e os campos opcionais de retry request_id/idempotency_key. A primeira coluna mostra o type conhecido e o type_key aditivo.
| tipo | link | quantity | Parâmetros extras |
|---|---|---|---|
| Defaulttype_key: default | Sim | Sim | — |
| Custom Commentstype_key: custom_comments | Sim | Optional; derived from list | comments* |
| Custom Comments Packagetype_key: custom_comments_package | Sim | Não | comments* |
| Packagetype_key: package | Sim | Não | — |
| Invites from Groupstype_key: invites_from_groups | Sim | Sim | groups* |
| Mentionstype_key: mentions | Sim | Sim | usernames* |
| Mentions Hashtagtype_key: mentions_hashtag | Sim | Sim | hashtag*usernames |
| Mentions User Followerstype_key: mentions_user_followers | Sim | Sim | username* |
| Mentions Media Likerstype_key: mentions_media_likers | Sim | Sim | media* |
| Mentions Custom Listtype_key: mentions_custom_list | Sim | Optional; derived from list | usernames* |
| Polltype_key: poll | Sim | Sim | answer_number* |
| Comment Likestype_key: comment_likes | Sim | Sim | — |
| Comment Repliestype_key: comment_replies | Sim | Optional; derived from list | usernamecomments* |
| SEOtype_key: seo | Sim | Sim | keywords* |
| Web Traffictype_key: web_traffic | Sim | Sim | keywordsreferercountrydevicetype_of_trafficgoogle_keyword |
* marca um parâmetro obrigatório. O que não está marcado é opcional. string (list) significa um único valor bruto de formulário, com um item por linha, e não um array JSON.
(custom_comments)| commentsObrigatório | string (list) | Comments |
(custom_comments_package)| commentsObrigatório | string (list) | Comments |
(invites_from_groups)| groupsObrigatório | string (list) | Group links |
(mentions)| usernamesObrigatório | string (list) | Usernames |
(mentions_hashtag)| hashtagObrigatório | string | Hashtag |
| usernames | string (list) | Source usernames (optional) |
(mentions_user_followers)| usernameObrigatório | string | Source username |
(mentions_media_likers)| mediaObrigatório | string | Source media URL |
(mentions_custom_list)| usernamesObrigatório | string (list) | Usernames |
(poll)| answer_numberObrigatório | integer | Answer number min: 1 |
(comment_replies)| username | string | Comment username (optional) |
| commentsObrigatório | string (list) | Reply text |
(seo)| keywordsObrigatório | 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) |