Method: creativeFieldValues.get

  • This document explains how to get a single creative field value by ID using an HTTP GET request.

  • The request requires specific path parameters: profileId , creativeFieldId , and the id of the creative field value.

  • A successful response will contain an instance of CreativeFieldValue .

  • The request requires the https://www.googleapis.com/auth/dfatrafficking OAuth scope for authorization.

Gets one creative field value by ID.

HTTP request

GET https://dfareporting.googleapis.com/dfareporting/v5/userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues/{id}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
profileId

string ( int64 format)

User profile ID associated with this request.

creativeFieldId

string ( int64 format)

Creative field ID for this creative field value.

id

string ( int64 format)

Creative Field Value ID

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of CreativeFieldValue .

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/dfatrafficking
Create a Mobile Website
View Site in Mobile | Classic
Share by: