media_list_targets {civis} | R Documentation |
List all Media Targets
Description
List all Media Targets
Usage
media_list_targets(name = NULL, identifier = NULL, data_source = NULL)
Arguments
name |
string optional. The name of the target. |
identifier |
string optional. A unique identifier for this target. |
data_source |
string optional. The source of viewership data for this target. |
Value
An array containing the following fields:
name |
string, The name of the target. |
identifier |
string, A unique identifier for this target. |
dataSource |
string, The source of viewership data for this target. |
[Package civis version 3.1.2 Index]