Campaign Manager 360 API . tvCampaignSummaries

Instance Methods

close()

Close httplib2 connections.

list(profileId, accountId=None, name=None, x__xgafv=None)

Retrieves a list of TV campaign summaries.

Method Details

close()
Close httplib2 connections.
list(profileId, accountId=None, name=None, x__xgafv=None)
Retrieves a list of TV campaign summaries.

Args:
  profileId: string, Required. User profile ID associated with this request. (required)
  accountId: string, Required. Account ID associated with this request.
  name: string, Required. Search string to filter the list of TV campaign summaries. Matches any substring. Required field.
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Response message for TvCampaignSummariesService.List.
  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#tvCampaignSummariesListResponse".
  "tvCampaignSummaries": [ # List of TV campaign summaries.
    { # TvCampaignSummary contains aggregate data from a TV campaign.
      "endDate": "A String", # The end date of the TV campaign, inclusive. A string of the format: "yyyy-MM-dd".
      "grp": "A String", # GRP of this TV campaign.
      "id": "A String", # ID of this TV campaign.
      "impressions": "A String", # Impressions across the entire TV campaign.
      "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#tvCampaignSummary".
      "name": "A String", # Identifier. Name of this TV campaign.
      "spend": 3.14, # Spend across the entire TV campaign.
      "startDate": "A String", # The start date of the TV campaign, inclusive. A string of the format: "yyyy-MM-dd".
      "type": "A String", # "CampaignComponentType" of this TV campaign.
    },
  ],
}