Insights > Content Inventory Searches
Menu
Content Inventory Searches
These are fields on the content inventory browser that can be used to filter engagement. The search box will autocomplete field names as you start typing
Field | Description | Example? |
---|---|---|
cleanUrl | The path portion of the post’s URL. This is most useful if you want to write a regular expression pattern to match specific content. | cleanUrl:/\/recipe\/.+/ (regex) |
fullText | The full body text of the post | fullText:Nutmeg AND fullText:pumpkin |
title | The title of the post | title:fresh |
description | The description of the post. This is typically the short blurb about the content that is contained published in meta tags and what appears in social shares. | description:dessert |
hasVideo | This is true or false, depending on whether the article contains an embedded video. | hasVideo:true |
path | The path portion of the content url. | path:\/recipe |
sitemaps | When we are scraping content pages based on your sites sitemap xml files, you can search/filter based on the sitemap(s) that the page appears in. Note, if we are not scraping content pages based on sitemap xml files, this field will always be empty. | sitemaps:http:\/\/example.com\/sitemap.xml |
topic | The name of the topic on the post. Topics are automatically tagged on content by OneSpot using machine reading and natural language processing. | topic:gluten |
device | Search for device or operating system. | device:”OS X” OR device:iphone device:windows |
location | Searches any of these: City, country, state, area code, DMA, postal code. | location:TX location:Texas location:Austin location:512 |
trafficSource | Specifies the source of traffic for this page visit - where did the user come from when they visited the site. Possible values are "search", "internal", "email", "social", "other", "direct", "referral" | trafficSource:"search" trafficSource:"internal" trafficSource:"other" trafficSource:"email" |
userType | Specifies whether this is the users first visit or a return visit. Values are: new or returning | userType:new OR userType:returning |