Chaque service du catalogue possède un type renvoyé par action=services. Ce type détermine les paramètres acceptés par action=add ; consultez les champs du service avant l'intégration.
key, action et les champs de retry facultatifs request_id/idempotency_key sont omis ici. La première colonne montre le type familier et le type_key additif.
| type | link | quantity | Paramètres supplémentaires |
|---|---|---|---|
| Defaulttype_key: default | Oui | Oui | — |
| Custom Commentstype_key: custom_comments | Oui | Optional; derived from list | comments* |
| Custom Comments Packagetype_key: custom_comments_package | Oui | Non | comments* |
| Packagetype_key: package | Oui | Non | — |
| Invites from Groupstype_key: invites_from_groups | Oui | Oui | groups* |
| Mentionstype_key: mentions | Oui | Oui | usernames* |
| Mentions Hashtagtype_key: mentions_hashtag | Oui | Oui | hashtag*usernames |
| Mentions User Followerstype_key: mentions_user_followers | Oui | Oui | username* |
| Mentions Media Likerstype_key: mentions_media_likers | Oui | Oui | media* |
| Mentions Custom Listtype_key: mentions_custom_list | Oui | Optional; derived from list | usernames* |
| Polltype_key: poll | Oui | Oui | answer_number* |
| Comment Likestype_key: comment_likes | Oui | Oui | — |
| Comment Repliestype_key: comment_replies | Oui | Optional; derived from list | usernamecomments* |
| SEOtype_key: seo | Oui | Oui | keywords* |
| Web Traffictype_key: web_traffic | Oui | Oui | keywordsreferercountrydevicetype_of_trafficgoogle_keyword |
* signale un paramètre requis. Ce qui n'est pas marqué est facultatif. string (list) désigne une seule valeur de formulaire avec un élément par ligne, et non un tableau JSON.
(custom_comments)| commentsRequis | string (list) | Comments |
(custom_comments_package)| commentsRequis | string (list) | Comments |
(invites_from_groups)| groupsRequis | string (list) | Group links |
(mentions)| usernamesRequis | string (list) | Usernames |
(mentions_hashtag)| hashtagRequis | string | Hashtag |
| usernames | string (list) | Source usernames (optional) |
(mentions_user_followers)| usernameRequis | string | Source username |
(mentions_media_likers)| mediaRequis | string | Source media URL |
(mentions_custom_list)| usernamesRequis | string (list) | Usernames |
(poll)| answer_numberRequis | integer | Answer number min: 1 |
(comment_replies)| username | string | Comment username (optional) |
| commentsRequis | string (list) | Reply text |
(seo)| keywordsRequis | 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) |