कैटलॉग की हर सेवा का एक प्रकार होता है, जो action=services लौटाता है। यह प्रकार तय करता है कि action=add कौन से पैरामीटर स्वीकार करेगा; एकीकरण से पहले सेवा फ़ील्ड पढ़ें।
key, action तथा optional request_id/idempotency_key retry fields यहाँ नहीं दिखाए गए। पहला column familiar type और additive 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) का अर्थ एक raw form value है जिसमें हर लाइन पर एक आइटम हो, JSON array नहीं।
(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) |