| 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(java.lang.Long profileId,
java.lang.Long advertiserId,
CreativeAssetMetadata content)
Inserts a new creative asset.
|
Dfareporting.CreativeAssets.Insert |
Dfareporting.CreativeAssets.insert(java.lang.Long profileId,
java.lang.Long advertiserId,
CreativeAssetMetadata content,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
Inserts a new creative asset.
|
| Constructor and Description |
|---|
Dfareporting.CreativeAssets.Insert(java.lang.Long profileId,
java.lang.Long advertiserId,
CreativeAssetMetadata content)
Inserts a new creative asset.
|
Dfareporting.CreativeAssets.Insert(java.lang.Long profileId,
java.lang.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(java.lang.String fieldName,
java.lang.Object value) |
CreativeAssetMetadata |
CreativeAssetMetadata.setAssetIdentifier(CreativeAssetId assetIdentifier)
ID of the creative asset.
|
CreativeAssetMetadata |
CreativeAssetMetadata.setClickTags(java.util.List<ClickTag> clickTags)
List of detected click tags for assets.
|
CreativeAssetMetadata |
CreativeAssetMetadata.setDetectedFeatures(java.util.List<java.lang.String> detectedFeatures)
List of feature dependencies for the creative asset that are detected by DCM.
|
CreativeAssetMetadata |
CreativeAssetMetadata.setId(java.lang.Long id)
Numeric ID of the asset.
|
CreativeAssetMetadata |
CreativeAssetMetadata.setIdDimensionValue(DimensionValue idDimensionValue)
Dimension value for the numeric ID of the asset.
|
CreativeAssetMetadata |
CreativeAssetMetadata.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
CreativeAssetMetadata |
CreativeAssetMetadata.setWarnedValidationRules(java.util.List<java.lang.String> warnedValidationRules)
Rules validated during code generation that generated a warning.
|