client.media.list_targets

A method of the Media endpoint.

list_targets(*, name: str = None, identifier: str = None, data_source: str = None) ListResponse

List all Media Targets

API URL: GET /media/targets

import civis
client = civis.APIClient()
response = client.media.list_targets(...)
Parameters:
namestr, optional

The name of the target.

identifierstr, optional

A unique identifier for this target.

data_sourcestr, optional

The source of viewership data for this target.

Returns:
civis.ListResponse
  • namestr

    The name of the target.

  • identifierstr

    A unique identifier for this target.

  • data_sourcestr

    The source of viewership data for this target.