list_filters: Lists all filters for an account which the user has access to

Description Usage Arguments Value References See Also

Description

Lists all filters for an account which the user has access to

Usage

1
list_filters(account.id, start.index = NULL, max.results = NULL, token)

Arguments

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

Token2.0 class object with a valid authorization data.

Value

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.

References

Management API - Filters

See Also

authorize

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


jdeboer/RGA-1 documentation built on May 18, 2019, 11:29 p.m.