Cada servicio del catálogo tiene un tipo devuelto por action=services. El tipo determina qué parámetros acepta action=add; consulte los campos del servicio antes de integrarlo.
Aquí se omiten key, action y los campos opcionales de retry request_id/idempotency_key. La primera columna muestra el type conocido y el type_key aditivo.
| tipo | link | quantity | Parámetros adicionales |
|---|---|---|---|
| Defaulttype_key: default | Sí | Sí | — |
| Custom Commentstype_key: custom_comments | Sí | Optional; derived from list | comments* |
| Custom Comments Packagetype_key: custom_comments_package | Sí | No | comments* |
| Packagetype_key: package | Sí | No | — |
| Invites from Groupstype_key: invites_from_groups | Sí | Sí | groups* |
| Mentionstype_key: mentions | Sí | Sí | usernames* |
| Mentions Hashtagtype_key: mentions_hashtag | Sí | Sí | hashtag*usernames |
| Mentions User Followerstype_key: mentions_user_followers | Sí | Sí | username* |
| Mentions Media Likerstype_key: mentions_media_likers | Sí | Sí | media* |
| Mentions Custom Listtype_key: mentions_custom_list | Sí | Optional; derived from list | usernames* |
| Polltype_key: poll | Sí | Sí | answer_number* |
| Comment Likestype_key: comment_likes | Sí | Sí | — |
| Comment Repliestype_key: comment_replies | Sí | Optional; derived from list | usernamecomments* |
| SEOtype_key: seo | Sí | Sí | keywords* |
| Web Traffictype_key: web_traffic | Sí | Sí | keywordsreferercountrydevicetype_of_trafficgoogle_keyword |
* marca un parámetro obligatorio. Lo que no lleva marca es opcional. string (list) significa un único valor de formulario con un elemento por línea, no un array JSON.
(custom_comments)| commentsObligatorio | string (list) | Comments |
(custom_comments_package)| commentsObligatorio | string (list) | Comments |
(invites_from_groups)| groupsObligatorio | string (list) | Group links |
(mentions)| usernamesObligatorio | string (list) | Usernames |
(mentions_hashtag)| hashtagObligatorio | string | Hashtag |
| usernames | string (list) | Source usernames (optional) |
(mentions_user_followers)| usernameObligatorio | string | Source username |
(mentions_media_likers)| mediaObligatorio | string | Source media URL |
(mentions_custom_list)| usernamesObligatorio | string (list) | Usernames |
(poll)| answer_numberObligatorio | integer | Answer number min: 1 |
(comment_replies)| username | string | Comment username (optional) |
| commentsObligatorio | string (list) | Reply text |
(seo)| keywordsObligatorio | 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) |