mjt

Twitter downloaded data readme.txt

mjt
Jun 23rd, 2018
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.27 KB | None | 0 0
  1. INTRODUCTION
  2. ============
  3. This archive consists of machine-readable JSON files containing information associated with your account. We’ve included the information we believe is most relevant and useful to you, including your profile information, your Tweets, your DMs, your Moments, your media (images, videos and GIFs you’ve attached to Tweets, DMs, or Moments), a list of your followers, a list of accounts following you, your address book, Lists that you’ve created, are a member of, or are subscribed to, interest and demographic information that we have inferred about you, information about ads that you’ve seen or engaged with on Twitter, and more.
  4.  
  5. The information contained in this archive reflects the state of the account at the time when the archive was created. In addition, if we do not have any data associated with your account for a particular category (e.g., if you have never created a List), then this archive will not include a file for that category.
  6.  
  7.  
  8. CONTENTS
  9. ========
  10. This archive contains:
  11.  
  12. /moments_tweets_media: Folder containing images, videos, and/or gifs associated with the Tweets in the Moment.
  13. /like.js: Tweets marked as ‘Favorites’ or ‘Likes’ by this account.
  14. /profile_media: Folder containing profile avatar and header image, if provided.
  15. /follower.js: Other accounts that follow this account.
  16. /direct-message.js: Contains the text and associated metadata for Direct Messages (DMs) and Group Direct Messages (GDMs) sent or received by the account.
  17. /ad-online-conversions-attributed.js: All online (website) activities associated with an account in the last 90 days via advertiser website integrations which are attributable to a Promoted Tweet engagement on Twitter.
  18. /screen-name-change.js: Records of changes to this account’s @username.
  19. /protected-history.js: History of a user protecting (that is, restricting only to their followers) and unprotecting their Tweets within the 6 months prior to the date this file was created. At the time of account creation, Tweets are unprotected by default.
  20. /account.js: Basic account information.
  21. /ageinfo.js: Age provided by the user or inferred by Twitter.
  22. /connected-application.js: List of applications authorized by user to connect to this account.
  23. /ad-mobile-conversions-unattributed.js: Mobile application events associated with an account in the last 10 days which may become attributable to a Promoted Tweet engagement on Twitter.
  24. /ad-mobile-conversions-attributed.js: Mobile application events associated with an account in the last 90 days which are attributable to a Promoted Tweet engagement on Twitter.
  25. /contact.js: Contacts imported into this account.
  26. /following.js: Other accounts followed by this account.
  27. /tweet_media: Folder of images, videos, and/or gifs included in the account’s Tweets.
  28. /verified.js: Account’s verification status.
  29. /lists-subscribed.js: Lists subscribed to by this account.
  30. /lists-member.js: Public lists created by other accounts that include this account.
  31. /account-suspension.js: Account’s suspension history. At the time of account creation, accounts are unsuspended by default.
  32. /ni-devices.js: Mobile devices (e.g., mobile phone) associated with the account.
  33. /moments_media: Folder containing image or video included in the moment.
  34. /ad-engagements.js: Promoted Tweets engaged with by the account and any associated metadata.
  35. /ad-impressions.js: Promoted Tweets viewed by the account and associated metadata.
  36. /personalization.js: Contains information Twitter may have inferred about this account.
  37. /tweet.js: Tweets posted to the account.
  38. /email-address-change.js: History of email addresses associated with the account.
  39. /ip-audit.js: IP addresses per session (not per Tweet).
  40. /mute.js: Other accounts muted by this account.
  41. /account-creation-ip.js: IP address used when the account was created.
  42. /profile.js: Profile bio, location, and website associated with the account.
  43. /block.js: Other accounts blocked by this account.
  44. /saved-search.js: Searches saved by this account.
  45. /lists-created.js: Lists created by this account.
  46. /ad-online-conversions-unattributed.js: All online (website) activities associated with an account in the last 10 days via advertiser website integrations which may become attributable to a Promoted Tweet engagement on Twitter.
  47. /moment.js: Twitter Moments (a collection of Tweets that can be shared across the Twitter platform) created by the account.
  48.  
  49.  
  50. DETAILED DOCUMENTATION
  51. ======================
  52. This section documents the data in each file in more detail.
  53.  
  54. moments_tweets_media
  55. --------------------
  56. Folder containing images, videos, and/or gifs uploaded through Twitter’s photo hosting service (if any) for Tweets that have been included in this Moment, including the Moment cover media. This file does not contain images hosted on platforms other than Twitter (e.g., Flickr). Please also note that these images may or may not have been posted by the account holder who created the Moment.
  57.  
  58. like.js
  59. -------
  60. Tweets marked as ‘Favorites’ or ‘Likes’ by this account.
  61.  
  62. profile_media
  63. -------------
  64. Folder containing profile image, header image, and background image, if provided.
  65.  
  66. follower.js
  67. -----------
  68. Other accounts that follow this account.
  69.  
  70. direct-message.js
  71. -----------------
  72. Contains the text and associated metadata for Direct Messages (DMs) and Group Direct Messages (GDMs) sent or received by the account.
  73. * conversationId: DMs are grouped by conversations. The conversation IDs are created by joining two user IDs of the two participants in the conversation. For example, if one participant’s user ID is 1234 and the other participant’s user ID is 7890, the conversation ID will be 1234-7890. The conversation IDs are ordered from the lowest to highest value of the first user ID. Within a conversation, the DMs are ordered in reverse chronological order, meaning that the latest DM will be at the top of the list. DMs contain information (e.g., user ID and text of message) for both the sender and receiver.
  74. * messages: List of each message sent or received by the account. Variables that may be included in any particular Direct Message are defined in our API documentation: https://developer.twitter.com/en/docs/direct-messages/sending-and-receiving/guides/message-create-object
  75.  
  76. NOTE: This data may be split into multiple parts/files depending on the volume of messages. Due to user deletions, the file may not contain comprehensive logs of join events, participants lists, name change events, and message create events.
  77.  
  78. Group Direct Messages (GDMs) contain information (e.g., user ID and text of message) for both the sender and the other participants of the group. Group Direct Messages are grouped by conversations. The conversations will be ordered in chronological order, based on when the conversation was created. This means that the conversation that is created first is listed at the top of the file. Within a conversation, the logged events are ordered in reverse chronological order, meaning that the latest event will be at the top of the list.
  79.  
  80. Additional logged events in the GDM file include:
  81. - Join Conversation event: occurs when a user adds other participants to the conversation.
  82. - Conversation name change events (change the name of the conversation).
  83. - Message create event: this is the actual DM and is shown when a DM message is created by a user.
  84. - Leave event: when a user leaves the group DM conversation.
  85.  
  86.  
  87. ad-online-conversions-attributed.js
  88. -----------------------------------
  89. All online (website) activities associated with an account in the last 90 days via advertiser website integrations which are attributable to a Promoted Tweet engagement on Twitter.
  90. * conversionTime: The UTC time of the event.
  91. * advertiserInfo: The name and Twitter handle of the advertiser.
  92. * conversionPlatform: Mobile or Desktop.
  93. * conversionUrl: The URL of the website on which the event occurred.
  94. * eventType: The raw event type recorded from the website (e.g. pageview, signup).
  95. * attributedConversionType: The type of activity specifically associated with the conversion.
  96. * conversionValue: The value of the conversion.
  97. * additionalParameters: Other optional parameters associated with the event, such as content category, SKU, etc.
  98.  
  99. screen-name-change.js
  100. ---------------------
  101. Records of changes to this account’s @username.
  102. * accountId: Unique identifier for the account that performed the action.
  103. * changedAt: Date and time of action.
  104. * changedFrom: Previous screen name.
  105. * changedTo: New screen name.
  106.  
  107. protected-history.js
  108. --------------------
  109. History of a user protecting (that is, restricting only to their followers) and unprotecting their Tweets. Tweets are unprotected by default.
  110.  
  111. account.js
  112. ----------
  113. Basic account information.
  114. * accountId: Unique identifier for the account.
  115. * createdAt: Date and time of account creation.
  116. * createdVia: Client application used to create account.
  117. * username: Account’s current @username (NOTE: @username may change, but account_id remains the same).
  118. * accountDisplayName: Account’s name as displayed on its profile.
  119. * timeZone: Time zone specified by account holder, if provided.
  120.  
  121. ageinfo.js
  122. ----------
  123. User’s age provided by the user or inferred by Twitter.
  124. * birthDate: date of birth provided by the user.
  125. * age: age range inferred by Twitter.
  126.  
  127. connected-application.js
  128. ------------------------
  129. List of applications authorized by user to connect to this account.
  130. * id: Unique identifier for the application.
  131. * name: Name of the application.
  132. * description: Brief description of the application.
  133. * organization: Name of the developer of the application.
  134. * permissions: List of permissions granted to the application by the user (e.g. read, write).
  135. * approved_at: Time when application was authorized by the user.
  136.  
  137. ad-mobile-conversions-unattributed.js
  138. -------------------------------------
  139. Mobile application events associated with an account in the last 10 days which may become attributable to a Promoted Tweet engagement on Twitter.
  140. * conversionTime: The UTC time of the event.
  141. * applicationName: The name of the application in which the activity occurred.
  142. * mobilePlatform: The mobile platform of the application (e.g., Android, iOS)
  143. * conversionEvent: The raw event type from the application (e.g., install, signup).
  144. * conversionValue: The value of the conversion.
  145. * additionalParameters: Other optional parameters associated with the event.
  146.  
  147. ad-mobile-conversions-attributed.js
  148. -----------------------------------
  149. Mobile application events associated with an account in the last 90 days which are attributable to a Promoted Tweet engagement on Twitter.
  150. * conversionTime: The UTC time of the event.
  151. * applicationName: The name of the application in which the activity occurred.
  152. * mobilePlatform: The mobile platform of the application (e.g, Android, iOS)
  153. * conversionEvent: The raw event type from the application (e.g., install, signup).
  154. * attributedConversionType: The type of activity specifically associated with the conversion.
  155. * conversionValue: The value of the conversion.
  156. * additionalParameters: Other optional parameters associated with the event.
  157.  
  158. contact.js
  159. ----------
  160. Contacts imported into this account.
  161.  
  162. following.js
  163. ------------
  164. Other accounts followed by this account.
  165.  
  166. tweet_media
  167. -----------
  168. Folder of images, videos, and/or gifs included in the account’s Tweets.
  169. NOTE: Does not contain content hosted on platforms other than Twitter (e.g. YouTube, Flickr)
  170.  
  171.  
  172. verified.js
  173. -----------
  174. Account’s verification status.
  175. * accountId: Unique identifier for the account that performed the action.
  176. * verified: Verification status of the account.
  177.  
  178. lists-subscribed.js
  179. -------------------
  180. Lists subscribed to by this account.
  181.  
  182. lists-member.js
  183. ---------------
  184. Public lists created by other accounts that include this account.
  185.  
  186. account-suspension.js
  187. ---------------------
  188. Account’s suspension history. At the time of account creation, accounts are unsuspended by default.
  189.  
  190. ni-devices.js
  191. -------------
  192. Mobile devices (e.g., mobile phone) associated with the account.
  193. * pushDevice: information about mobile devices that can receive a push notification from Twitter.
  194. * messagingDevice: information about phone numbers associated with the account.
  195.  
  196. moments_media
  197. -------------
  198. Folder containing images, videos, and/or gifs uploaded through Twitter’s photo hosting service (if any) for Tweets that have been included in this Moment, including the Moment cover media. This file does not contain images hosted by third parties (e.g., FlickR, TwitPic, etc.). Please also note that these images may or may not have been posted by the account holder who created the Moment.
  199.  
  200. ad-engagements.js
  201. -----------------
  202. Promoted Tweets engaged with by the account and any associated metadata.
  203. * impressionData: Data on which ads were viewed by the account; includes the same data as noted in impressions.js.
  204. * engagementTime: Time when account engaged with the ad.
  205. * engagementType: Type of engagement (e.g., Chargeable impression, Video playback)
  206.  
  207. ad-impressions.js
  208. -----------------
  209. Promoted Tweets viewed by the account and associated metadata.
  210. * impressionTime: Time when ad was viewed.
  211. * deviceInfo: Device where ad was viewed (e.g. Desktop, Mobile).
  212. * displayLocation: Location on Twitter where the ad was viewed (e.g. Timeline).
  213. * advertiserInfo: Information about the advertiser.
  214. * promotedTweet: Unique identifier of the Promoted Tweet used in the ad. Matching & targeting criteria used to deliver the ad to this account.
  215.  
  216. personalization.js
  217. ------------------
  218. Contains information Twitter may have inferred about this account.
  219. * demographic: Inferred age, gender, and language.
  220. * interests: List of interests that Twitter or it’s partners have inferred about the account.
  221. * advertisers: List of Twitter advertisers who have included this account in their tailored audiences.
  222.  
  223. tweet.js
  224. --------
  225. Tweets posted to account. This record contains the API output of Tweets for this account. Definitions for each of the variables that may be included in any particular Tweet are available in our API documentation: https://developer.twitter.com/en/docs/tweets/post-and-engage/api-reference/post-statuses-update.
  226.  
  227. email-address-change.js
  228. -----------------------
  229. History of email addresses associated with the account.
  230. * accountId: Unique identifier for the account that performed the action.
  231. * changedAt: Date and time of action.
  232. * changedFrom: Previous email address.
  233. * changedTo: New email address.
  234.  
  235. ip-audit.js
  236. -----------
  237. IP addresses per session (not per Tweet).
  238. * accountId: Unique identifier for the account.
  239. * createdAt: Time of login.
  240. * loginIp: IP address used for login.
  241.  
  242. mute.js
  243. -------
  244. Other accounts muted by this account.
  245.  
  246. account-creation-ip.js
  247. ----------------------
  248. IP address used when the account was created.
  249.  
  250. profile.js
  251. ----------
  252. Profile bio, location, and website associated with the account.
  253. * bio: Account bio as displayed on account’s public profile.
  254. * website: Account website as displayed on account’s public profile.
  255. * location: Account location as displayed on account’s public profile.
  256. * avatarMediaUrl: Link to profile avatar image.
  257. * headerMediaUrl: Link to profile header image.
  258.  
  259. block.js
  260. --------
  261. Other accounts blocked by this account.
  262.  
  263. saved-search.js
  264. ---------------
  265. Searches saved by this account.
  266. * savedSearchId: Unique identifier for the search.
  267. * query: Actual search query.
  268.  
  269. lists-created.js
  270. ----------------
  271. Lists created by this account.
  272.  
  273. ad-online-conversions-unattributed.js
  274. -------------------------------------
  275. All online (website) activities associated with an account in the last 10 days via advertiser website integrations which may become attributable to a Promoted Tweet engagement on Twitter.
  276. * conversionTime: The UTC time of the event.
  277. * advertiserInfo: The name and Twitter handle of the advertiser.
  278. * conversionPlatform: Mobile or Desktop.
  279. * conversionUrl: The URL of the website on which the event occurred.
  280. * eventType: The raw event type recorded from the website (e.g. pageview, signup).
  281. * conversionValue: The value of the conversion.
  282. * additionalParameters: Other optional parameters associated with the event, such as content category, SKU, etc.
  283.  
  284. moment.js
  285. ---------
  286. Twitter Moments (a collection of Tweets that can be shared across the Twitter platform) created by the account. For more information, please refer to https://help.twitter.com/en/using-twitter/twitter-moments.
  287. * momentId: Unique identifier of the Moment.
  288. * createdAt: Date and time a Moment is created, in Coordinated Universal Time (UTC).
  289. * createdBy: User ID (unique identifier) of the account holder who generated the Moment.
  290. * title: Title attributed to the Moment by the account holder.
  291. * tweets: Tweets selected by the account holder to include in the Moment. Please note that these Tweets may or may not have been posted by the account holder who created the Moment. This record contains the API output of the Tweets added to the Moment and they are ordered according to how they appear in the Moment. Definitions for each of the variables that may be included in any particular Tweet are available in our API documentation: https://developer.twitter.com/en/docs/tweets/post-and-engage/api-reference/post-statuses-update.
  292. * description: Description text on the cover page of the Moment added by the account holder who generated the Moment.
Add Comment
Please, Sign In to add comment