AI-generated Key Takeaways
-
Retrieves a specific creative using its unique ID and the user's profile ID.
-
Employs a
GET
request with path parameters for profile and creative identification. -
Returns the details of the requested creative if authorized and successful.
-
Requires
dfatrafficking
OAuth scope for access and authorization.
Gets one creative by ID.
HTTP request
GET https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/creatives/{id}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
profileId |
User profile ID associated with this request. |
id |
Creative ID. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Creative
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/dfatrafficking