Close httplib2 connections.
get(profileId, id, accountId=None, countryDartId=None, tvDataProvider=None, x__xgafv=None)
Gets one TvCampaignDetail by ID.
close()
Close httplib2 connections.
get(profileId, id, accountId=None, countryDartId=None, tvDataProvider=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.
countryDartId: string, Optional. Country Dart ID. If not specified, defaults to 256 (US).
tvDataProvider: string, Optional. TV data provider. If not specified, defaults to `COMSCORE_NATIONAL_US`.
Allowed values
INVALID_TV_DATA_PROVIDER -
IBOPE_AR -
IBOPE_BR -
IBOPE_CL -
IBOPE_CO -
TNS_VN -
COMSCORE_NATIONAL_US -
COMSCORE_CA -
SAMBA_AU -
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".
},
],
}