AI-generated Key Takeaways
-
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/dfatraffickingOAuth 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 |
User profile ID associated with this request. |
advertiserId |
Advertiser ID of this creative. This is a required field. |
Request body
The request body contains an instance of CreativeAssetMetadata.
Response body
CreativeAssets contains properties of a creative asset file which will be uploaded or has already been uploaded. Refer to the creative sample code for how to upload assets and insert a creative.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{ "assetIdentifier": { object ( |
| Fields | |
|---|---|
assetIdentifier |
ID of the creative asset. This is a required field. |
detectedFeatures[] |
List of feature dependencies for the creative asset that are detected by Campaign Manager. Feature dependencies are features that a browser must be able to support in order to render your HTML5 creative correctly. This is a read-only, auto-generated field. |
warnedValidationRules[] |
Rules validated during code generation that generated a warning. This is a read-only, auto-generated field.
|
clickTags[] |
List of detected click tags for assets. This is a read-only, auto-generated field. This field is empty for a rich media asset. |
id |
Numeric ID of the asset. This is a read-only, auto-generated field. |
idDimensionValue |
Dimension value for the numeric ID of the asset. This is a read-only, auto-generated field. |
richMedia |
True if the uploaded asset is a rich media asset. This is a read-only, auto-generated field. |
counterCustomEvents[] |
List of counter events configured for the asset. This is a read-only, auto-generated field and only applicable to a rich media asset. |
exitCustomEvents[] |
List of exit events configured for the asset. This is a read-only, auto-generated field and only applicable to a rich media asset. |
timerCustomEvents[] |
List of timer events configured for the asset. This is a read-only, auto-generated field and only applicable to a rich media asset. |
kind |
Identifies what kind of resource this is. Value: the fixed string
. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/dfatrafficking