public interface AssetPerformanceTracker
AssetPerformanceTracker interface provides the methods for
reading and setting the asset performance record.| Modifier and Type | Method and Description |
|---|---|
long |
getAssetClickCount(Asset asset)
Gets the asset impression count for the
asset. |
long |
getAssetImpressionCount(Asset asset)
Gets the asset impression count for the
asset. |
void |
setAssetClick(Asset asset,
java.lang.Long count)
Sets the asset click count for the
asset. |
void |
setAssetImpression(Asset asset,
java.lang.Long count)
Sets the asset click impression for the
asset. |
void |
setAssetPerformance(Asset asset,
java.lang.Long impressionCount,
java.lang.Long clickCount)
Sets the asset click and impression count for the
asset. |
long getAssetImpressionCount(Asset asset)
asset.long getAssetClickCount(Asset asset)
asset.void setAssetClick(Asset asset, java.lang.Long count) throws PersistenceException
asset.PersistenceExceptionvoid setAssetImpression(Asset asset, java.lang.Long count) throws PersistenceException
asset.PersistenceExceptionvoid setAssetPerformance(Asset asset, java.lang.Long impressionCount, java.lang.Long clickCount) throws PersistenceException
asset.PersistenceException"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"