public class Dfareporting.CreativeAssets extends Object
Modifier and Type | Class and Description |
---|---|
class |
Dfareporting.CreativeAssets.Insert |
Constructor and Description |
---|
CreativeAssets() |
Modifier and Type | Method and Description |
---|---|
Dfareporting.CreativeAssets.Insert |
insert(Long profileId,
Long advertiserId,
CreativeAssetMetadata content)
Inserts a new creative asset.
|
Dfareporting.CreativeAssets.Insert |
insert(Long profileId,
Long advertiserId,
CreativeAssetMetadata content,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
Inserts a new creative asset.
|
public Dfareporting.CreativeAssets.Insert insert(Long profileId, Long advertiserId, CreativeAssetMetadata content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.profileId
- User profile ID associated with this request.advertiserId
- Advertiser ID of this creative. This is a required field.content
- the CreativeAssetMetadata
IOException
public Dfareporting.CreativeAssets.Insert insert(Long profileId, Long advertiserId, CreativeAssetMetadata content, com.google.api.client.http.AbstractInputStreamContent mediaContent) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
This method should be used for uploading media content.
profileId
- User profile ID associated with this request.@param advertiserId Advertiser ID of this creative. This is a required field.content
- the CreativeAssetMetadata
media metadata or null
if nonemediaContent
- The media HTTP content.IOException
- if the initialization of the request failsCopyright © 2011–2025 Google. All rights reserved.