Package | Description |
---|---|
com.google.api.services.dfareporting | |
com.google.api.services.dfareporting.model |
Modifier and Type | Method and Description |
---|---|
Dfareporting.CreativeAssets.Insert |
Dfareporting.CreativeAssets.insert(Long profileId,
Long advertiserId,
CreativeAssetMetadata content)
Inserts a new creative asset.
|
Dfareporting.CreativeAssets.Insert |
Dfareporting.CreativeAssets.insert(Long profileId,
Long advertiserId,
CreativeAssetMetadata content,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
Inserts a new creative asset.
|
Constructor and Description |
---|
Insert(Long profileId,
Long advertiserId,
CreativeAssetMetadata content)
Inserts a new creative asset.
|
Insert(Long profileId,
Long advertiserId,
CreativeAssetMetadata content,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
Inserts a new creative asset.
|
Modifier and Type | Method and Description |
---|---|
CreativeAssetMetadata |
CreativeAssetMetadata.clone() |
CreativeAssetMetadata |
CreativeAssetMetadata.set(String fieldName,
Object value) |
CreativeAssetMetadata |
CreativeAssetMetadata.setAssetIdentifier(CreativeAssetId assetIdentifier)
ID of the creative asset.
|
CreativeAssetMetadata |
CreativeAssetMetadata.setClickTags(List<ClickTag> clickTags)
List of detected click tags for assets.
|
CreativeAssetMetadata |
CreativeAssetMetadata.setCounterCustomEvents(List<CreativeCustomEvent> counterCustomEvents)
List of counter events configured for the asset.
|
CreativeAssetMetadata |
CreativeAssetMetadata.setDetectedFeatures(List<String> detectedFeatures)
List of feature dependencies for the creative asset that are detected by Campaign Manager.
|
CreativeAssetMetadata |
CreativeAssetMetadata.setExitCustomEvents(List<CreativeCustomEvent> exitCustomEvents)
List of exit events configured for the asset.
|
CreativeAssetMetadata |
CreativeAssetMetadata.setId(Long id)
Numeric ID of the asset.
|
CreativeAssetMetadata |
CreativeAssetMetadata.setIdDimensionValue(DimensionValue idDimensionValue)
Dimension value for the numeric ID of the asset.
|
CreativeAssetMetadata |
CreativeAssetMetadata.setKind(String kind)
Identifies what kind of resource this is.
|
CreativeAssetMetadata |
CreativeAssetMetadata.setRichMedia(Boolean richMedia)
True if the uploaded asset is a rich media asset.
|
CreativeAssetMetadata |
CreativeAssetMetadata.setTimerCustomEvents(List<CreativeCustomEvent> timerCustomEvents)
List of timer events configured for the asset.
|
CreativeAssetMetadata |
CreativeAssetMetadata.setWarnedValidationRules(List<String> warnedValidationRules)
Rules validated during code generation that generated a warning.
|
Copyright © 2011–2025 Google. All rights reserved.