REST Resource: tvCampaignDetails
Stay organized with collections
Save and categorize content based on your preferences.
Resource: TvCampaignDetail
TvCampaignDetail contains data from a TV campaign for specific start dates and date windows.
JSON representation |
{
"id": string,
"timepoints": [
{
object (TvCampaignTimepoint )
}
],
"kind": string
} |
Fields |
id |
string
ID of this TV campaign.
|
timepoints[] |
object (TvCampaignTimepoint )
The timepoints of the TV campaign.
|
kind |
string
Identifies what kind of resource this is. Value: the fixed string
"dfareporting#tvCampaignSummary"
.
|
TvCampaignTimepoint
A single data point for TvCampaignDetail, which holds information about the TV campaign for a specific start date and date window.
JSON representation |
{
"startDate": string,
"dateWindow": enum (TvCampaignDateWindow ),
"spend": number
} |
Fields |
startDate |
string
The start date of the timepoint. A string in the format of "yyyy-MM-dd".
|
dateWindow |
enum (TvCampaignDateWindow )
The date window of the timepoint.
|
spend |
number
The spend within the time range of the timepoint.
|
Methods |
|
Gets one TvCampaignDetail by ID. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-02 UTC.
[null,null,["Last updated 2025-09-02 UTC."],[],[],null,["- [Resource: TvCampaignDetail](#TvCampaignDetail)\n - [JSON representation](#TvCampaignDetail.SCHEMA_REPRESENTATION)\n- [TvCampaignTimepoint](#TvCampaignTimepoint)\n - [JSON representation](#TvCampaignTimepoint.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: TvCampaignDetail TvCampaignDetail contains data from a TV campaign for specific start dates and date windows.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"id\": string, \"timepoints\": [ { object (/doubleclick-advertisers/rest/v5/tvCampaignDetails#TvCampaignTimepoint) } ], \"kind\": string } ``` |\n\n| Fields ||\n|----------------|-----------------------------------------------------------------------------------------------------------------------------------------------|\n| `id` | `string` ID of this TV campaign. |\n| `timepoints[]` | `object (`[TvCampaignTimepoint](/doubleclick-advertisers/rest/v5/tvCampaignDetails#TvCampaignTimepoint)`)` The timepoints of the TV campaign. |\n| `kind` | `string` Identifies what kind of resource this is. Value: the fixed string `\"dfareporting#tvCampaignSummary\"` . |\n\nTvCampaignTimepoint A single data point for TvCampaignDetail, which holds information about the TV campaign for a specific start date and date window.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"startDate\": string, \"dateWindow\": enum (/doubleclick-advertisers/rest/Shared.Types/TvCampaignDateWindow), \"spend\": number } ``` |\n\n| Fields ||\n|--------------|--------------------------------------------------------------------------------------------------------------------------------------|\n| `startDate` | `string` The start date of the timepoint. A string in the format of \"yyyy-MM-dd\". |\n| `dateWindow` | `enum (`[TvCampaignDateWindow](/doubleclick-advertisers/rest/Shared.Types/TvCampaignDateWindow)`)` The date window of the timepoint. |\n| `spend` | `number` The spend within the time range of the timepoint. |\n\n| Methods ||\n|---------------------------------------------------------------|----------------------------------|\n| [get](/doubleclick-advertisers/rest/v5/tvCampaignDetails/get) | Gets one TvCampaignDetail by ID. |"]]