Skip to content

Instantly share code, notes, and snippets.

@richcaudle
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richcaudle/2f5455acacf2a372ca55 to your computer and use it in GitHub Desktop.
Save richcaudle/2f5455acacf2a372ca55 to your computer and use it in GitHub Desktop.
// Limit to twitter + english social data
interaction.type == "twitter"
and (twitter.lang == "en" or twitter.retweet.lang == "en")
// Use FOCUS to collect data from the entire industry
and focus.content.levels.level3 any "Automotive Vehicles"
and focus.content.levels.last exists
// Exclude generic automotive categories as we want to focus on brands
and not focus.content.levels.last in "Travel Trailers,Used Vehicles,Van & Minivan Price,Van & Minivan Specifications,Vintage,Trucks,Drag Racing Car,Kit Cars,Salvage Vehicles,Truck Specifications,New General Motors Vehicles,Diesel Trucks,Hot Rods,Gasoline Prices,Armored Cars,Oldsmobile,Campers & RVs,Trucks,Cars,GM,Soccer Scores & Statistics,Geo"
// Limit to twitter + english social data
interaction.type == "twitter"
and (twitter.lang == "en" or twitter.retweet.lang == "en")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment