Campaign Manager 360 API . tvCampaignDetails

Instance Methods

close()

Close httplib2 connections.

get(profileId, id, accountId=None, x__xgafv=None)

Gets one TvCampaignDetail by ID.

Method Details

close()
Close httplib2 connections.
get(profileId, id, accountId=None, x__xgafv=None)
Gets one TvCampaignDetail by ID.

Args:
  profileId: string, Required. User profile ID associated with this request. (required)
  id: string, Required. TV Campaign ID. (required)
  accountId: string, Required. Account ID associated with this request.
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # TvCampaignDetail contains data from a TV campaign for specific start dates and date windows.
  "id": "A String", # ID of this TV campaign.
  "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#tvCampaignSummary".
  "timepoints": [ # The timepoints of the TV campaign.
    { # A single data point for TvCampaignDetail, which holds information about the TV campaign for a specific start date and date window.
      "dateWindow": "A String", # The date window of the timepoint.
      "spend": 3.14, # The spend within the time range of the timepoint.
      "startDate": "A String", # The start date of the timepoint. A string in the format of "yyyy-MM-dd".
    },
  ],
}