View Source Plausible.Stats.Imported (Plausible v0.0.1)
Summary
Functions
Returns a boolean indicating whether the combination of filters and breakdown property is possible to query from the imported tables.
Functions
Link to this function
merge_imported_filter_suggestions(native_q, site, query, filter_name, filter_query)
View SourceReturns a boolean indicating whether the combination of filters and breakdown property is possible to query from the imported tables.
Usually, when no filters are used, the imported schema supports the
query. There is one exception though - breakdown by a custom property.
We are currently importing only two custom properties - url
and path. Both these properties can only be used with their special goal filter (see
@goals_with_urland
@goals_with_path`).