AI-generated Key Takeaways
-
Retrieves a specific creative field using its unique ID and the associated user profile ID.
-
Requires authorization with the
dfatrafficking
scope for accessing and retrieving the creative field data. -
Employs a
GET
request to a designated endpoint, passing the profile and creative field IDs as path parameters. -
Returns a
CreativeField
object containing detailed information about the requested creative field if the retrieval is successful. -
Provides a link to gRPC Transcoding documentation for further understanding of the URL structure.
Gets one creative field by ID.
HTTP request
GET https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/creativeFields/{id}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
profileId |
User profile ID associated with this request. |
id |
Creative Field ID |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of CreativeField
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/dfatrafficking