Method: creativeAssets.insert

  • Creative assets can be inserted using either a media upload URI for file uploads or a metadata URI for metadata-only requests.

  • Path parameters for inserting a creative asset include the user's profile ID and the advertiser ID.

  • The request body requires an instance of CreativeAssetMetadata .

  • The response body contains properties of the creative asset file, including its ID, detected features, validation warnings, and custom events.

  • Authorization for this action requires the https://www.googleapis.com/auth/dfatrafficking OAuth scope.

Inserts a new creative asset.

HTTP request

  • Upload URI, for media upload requests:
    POST https://dfareporting.googleapis.com/upload/dfareporting/v4/userprofiles/{profileId}/creativeAssets/{advertiserId}/creativeAssets
  • Metadata URI, for metadata-only requests:
    POST https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/creativeAssets/{advertiserId}/creativeAssets

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
profileId

string ( int64 format)

User profile ID associated with this request.

advertiserId

string ( int64 format)

Advertiser ID of this creative. This is a required field.

Request body

The request body contains an instance of CreativeAssetMetadata .

Response body

Authorization scopes

Requires the following OAuth scope:

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