AI-generated Key Takeaways
-
Retrieves detailed information for a specific TV campaign using its ID.
-
Requires user profile ID, TV campaign ID, and account ID as parameters.
-
Uses a GET request to the specified endpoint with an empty request body.
-
Returns a
TvCampaignDetail
object containing the campaign's information if successful. -
Needs
dfatrafficking
authorization scope for access.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Gets one TvCampaignDetail by ID.
HTTP request
GET https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/tvCampaignDetails/{id}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
profileId |
Required. User profile ID associated with this request. |
id |
Required. TV Campaign ID. |
Query parameters
Parameters | |
---|---|
accountId |
Required. Account ID associated with this request. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of TvCampaignDetail
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/dfatrafficking