An independent study reference written by Dr Phuc V. Nguyen. It is not official subject material — for assessment requirements always follow your subject outline and vUWS.
Where social data comes from
Social data reaches an analyst by a small number of routes, and each route decides what you can conclude. Platform interfaces return a filtered, rate-limited slice under terms that change without notice. Licensed data providers resell fuller archives at a price. Public web pages can be collected directly, subject to site terms and copyright. First-party channels such as your own pages, reviews, support inbox and app telemetry are the most complete and the least glamorous. Panels and surveys still supply the demographic detail platform data almost never carries. The route sets the coverage, and coverage sets which questions are answerable at all.
Why it matters
Think of the difference between reading every letter your customers send you and standing outside a train station overhearing conversations. The letters are few, but they are complete and clearly yours. The overheard talk is plentiful, but you do not know who those people are or whether any of them buy from you. Most social data projects go wrong when someone treats the second kind as if it were the first.
A team increases its collection from 50,000 to 5 million posts and reports that the margin of error is now negligible, so its sentiment estimate is reliable. What is the strongest objection?
Formulas
Worked examples
A bank wants to measure customer satisfaction and proposes collecting one month of public posts mentioning its name, expecting several hundred thousand items.
Ask who is missing before asking what the posts say. Public posters skew young, urban and connected, and dissatisfied customers post far more readily than satisfied ones, so the collection over-represents complaints and under-represents the silent majority. It is incomplete a second way as well, because the interface returns a slice rather than everything matching. A defensible design pairs the public collection with first-party sources the bank already owns, complaint records and post-call surveys, and reports the social figure as a directional signal about what to investigate rather than as a satisfaction rate.
A team builds a monthly report on a platform interface that changes its access tier, and three months of trend data suddenly cannot be extended.
This is the ordinary risk of building a permanent report on infrastructure you do not own. Treat access as a dependency with a named owner, a documented rate limit, and a stored copy of everything already collected. Record what each query returned as well as what it asked for, with the collection date, because a later re-run against a changed interface will not reproduce it. Where a trend has to survive, anchor it in a first-party source you control and use platform data as the supplement rather than the spine.
Common mistakes
- ✗Public means free to use. Public visibility is not a licence. Site terms, copyright and privacy law can all restrict the collection, storage and republication of material anyone can read, and research ethics adds its own requirement even where the law is silent.
- ✗A very large collection of posts removes sampling worries. Size fixes random error only. If the people posting differ systematically from the people you care about, the bias is identical whether you gather ten thousand posts or ten million.
- ✗What an interface returns is the full set of matching posts. Most return a capped, rate-limited or sampled slice, apply their own relevance filtering, and omit content the author later deleted. Record the query, the limits and the collection date, or the figures are not reproducible.
- ✗First-party data matters less than social data because there is less of it. Your own reviews, support tickets and transaction records are linked to identified customers and to outcomes, which is exactly what anonymous public posts lack. Volume is not the same thing as evidential value.
Revision bullets
- •Routes: platform interfaces, licensed providers, direct web collection, first-party channels, panels
- •Each route sets coverage, and coverage sets which questions are answerable
- •Interfaces return filtered, rate-limited, sometimes sampled slices
- •Sampling error falls as n grows; coverage bias does not move at all
- •Public visibility is not a licence to collect, store or republish
- •Log the query, the limits and the collection date or the result is not reproducible
Quick check
A team increases its collection from 50,000 to 5 million posts and reports that the margin of error is now negligible, so its sentiment estimate is reliable. What is the strongest objection?
Which source is most likely to let you connect what someone said to what they subsequently bought?
Connected topics
More in Text and Social Data
Sources
- Ruths & Pfeffer (2014)Ruths, D., & Pfeffer, J. "Social media for large studies of behavior." Science, 346(6213), 1063-1064, 2014.On platform sampling, non-representative user populations, and the limits they place on inference.
- Zimmer (2010)Zimmer, M. "But the data is already public: on the ethics of research in Facebook." Ethics and Information Technology, 12(4), 313-325, 2010.Case-based argument that public availability does not settle the ethics or the legality of collection.
- Office of the Australian Information Commissioner. Australian Privacy Principles (Privacy Act 1988, Schedule 1).The Australian obligations on collecting, holding and using personal information, including from public sources.