Description Usage Arguments Value References See Also
Lists all filters for an account which the user has access to
1 | list_filters(account.id, start.index = NULL, max.results = NULL, token)
|
account.id |
Account ID to retrieve filters for. |
start.index |
integer. An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter. |
max.results |
integer. The maximum number of filters to include in this response. |
token |
|
A filter collection lists filters created by users in an Analytics account. Each resource in the collection corresponds to a filter.
id |
Filter ID. |
account.id |
Account ID to which this filter belongs. |
name |
Name of this filter. |
type |
Type of this filter. |
created |
Time this filter was created. |
updated |
Time this filter was last modified. |
Other Management API: get_custom_dimension
;
get_custom_metric
;
get_experiment
; get_filter
;
get_goal
; get_profile
;
get_unsampled_report
;
get_webproperty
;
list_accounts
;
list_custom_dimensions
;
list_custom_metrics
;
list_custom_sources
;
list_experiments
; list_goals
;
list_profiles
; list_segments
;
list_unsampled_reports
;
list_webproperties
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.