Glossary
This is a reference of available data types. Please review the key concepts.
Applications and Tools
Applications and tools allow awe.sm to track the creation method of links. Applications define a collection of tools and an application must have at least one tool.
For example, the awe.sm-powered Facebook Like Button is an application that has 3 display modes. Each display mode has a Tool defined. This allows the efficacy of each display mode and the Like button overall to be measured.
Applications and tools are managed defined through Application Settings. The data is retrievable through the Stats API when with_metadata is set to TRUE.
A tool key is required for link creation. This key can be found and reset in Application Settings.
| Name | Description |
|---|---|
| tool (key) | The randomly generated unique identifier of a given tool that is passed in the [Create API](/apis/create/). It can be found on the Application Settings page and is never returned in an API response. |
| tool (label) | The sanitized (i.e. a-z0-9_-) unique label for a given tool based on the application_name and tool_name. It is returned in all [Create API](/apis/create/) and [Stats API](/apis/stats/) responses and can be used as the value for the tool filter parameter in the Stats API. |
| tool_name | The human-readable (i.e. with capitalization, spaces, and special characters) name for a given tool. |
| tool_description | The description text associated with a given tool. |
| application | The sanitized (i.e. a-z0-9_-) unique label for a given application based on the 'application_name'. |
| application_name | The human-readable (i.e. with capitalization, spaces, and special characters) name for a given application. |
| application_icon | A 72x72 pixel image associated with a given application. |
| application_icon_small | A 16x16 pixel image associated with a given application. |
awesm_id Object
{
"awesm_id": "awe.sm_5RvlQ",
"awesm_id_metadata": {
"awesm_url": "http://awe.sm/5RvlQ",
"domain": "awe.sm",
"path": "5RvlQ",
"created_at": "2011-08-26T15:10:11Z",
"redirect_url": "http://dealbook.nytimes.com/2011/08/24/behind-the-glittery-web-start-ups-investors-see-other-gold/",
"original_url": "http://dealbook.nytimes.com/2011/08/24/behind-the-glittery-web-start-ups-investors-see-other-gold/",
"channel": "twitter",
"service": "twitter",
"tool": "awesm-publisher",
"application": "awesm",
"parent": "awe.sm_7gT4",
"sharer_id": "17e9bea0-e98f-012b-399c-12313903be25",
"username": "jonathan",
"service_userid": "twitter:13263",
"service_postid": "twitter:107107582749065216",
"service_postid_metadata": {
"reach": "1982",
"shared_at": "2011-08-26T15:10:12Z"
},
"campaign": "demo",
"campaign_metadata": {
"name": "Demo",
"description": ""
},
"user_id": null,
"user_id_metadata": {
"profile_url": null,
"icon_url": null,
"username": null
},
"tag": null,
"notes": null,
"updated_at": "2011-08-26T15:10:13Z"
}
}
Services and Channels
Services and channels allow awe.sm to track the specific destination of links. Services define a collection of channels.
For example, a user can share on Facebook via the Like button, Share button, wall post, and private message. Each sharing method has a defined channel. This allows the efficacy of each sharing method and Facebook as a whole to be measured.
Services and channels are managed by awe.sm. If you don't see a channel or service in this list that you think we should add, please contact developers@awe.sm with your request. An unlisted channel may be used at your discretion, but it will not map to a service.
Pass the channel parameter during link creation to track services and channels.
| Channel | Channel Description |
|---|---|
| Shared via email. |
| Channel | Channel Description |
|---|---|
| facebook-share | A Link Story shared to Facebook via their standard share dialog, which can theoretically be used to post to the user's wall or send a message. This is the 'channel' value you should use when posting via the Share Endpoint with a 'destination' value of . |
| facebook-post | An Application Story posted directly to a user's Facebook wall either server-side on behalf of a user via the Graph API or client-side using a Feed Dialog. This is the 'channel' value you should use when posting via the Share Endpoint with a 'destination' value of . |
| facebook-like | A Like Story generated by shares from the awe.sm-powered Facebook Like Button. |
| facebook-send | A private message sent to individual Facebook friends and/or Facebook groups to which the user belongs generated either through the awe.sm-powered Facebook Share Button or using a Send Dialog. This is the 'channel' value you should use when posting via the Share Endpoint with a 'destination' value of . |
| Channel | Channel Description |
|---|---|
| linkedin-share | A share posted manually to LinkedIn via their standard share dialog, which can theoretically be used to post to the user's profile, to a group of which they're a member, or send a message directly to specified connections. This is the 'channel' value you should use when posting via the Share Endpoint with a 'destination' value of . |
| linkedin-post | A share posted directly to a user's LinkedIn profile server-side using the LinkedIn REST API. |
Tumblr
| Channel | Channel Description |
|---|---|
| tumblr-link | A Tumblr post of the Link type. This is the 'channel' value you should use when posting via the Share Endpoint with a 'destination' value of . |
| tumblr-photo | A Tumblr post of the Photo type. This is the 'channel' value you should use when posting via the Share Endpoint with a 'destination' value of . |
| tumblr-quote | A Tumblr post of the Quote type. This is the 'channel' value you should use when posting via the Share Endpoint with a 'destination' value of . |
| tumblr-chat | A Tumblr post of the Chat type. |
| tumblr-video | A Tumblr post of the Video type. |
| tumblr-audio | A Tumblr post of the Audio type. |
| Channel | Channel Description |
|---|---|
A standard Tweet. This is the 'channel' value you should use when posting via the Share Endpoint with a destination value of . |
|
| twitter-reply | A Tweet that is in reply to another user and as such will only be seen by followers who also follow that user. |
| twitter-message | A Direct Message sent privately to another user. |
| twitter-promoted | A Tweet that is featured by Twitter in exchange for payment (see Twitter for more details). |
YouTube
| Channel | Channel Description |
|---|---|
| youtube-description | A link posted in the description of a YouTube video. |
| youtube-annotation | A link posted in an annotation on a YouTube video. |
Last updated 2011-10-18