@Deprecated
public class CTRReport
extends Report
CTRReport implements a report that returns a click through rate
report about a page.| Constructor and Description |
|---|
CTRReport(java.lang.String dataPath,
Page page)
Deprecated.
Creates a new report.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<java.lang.Object[]> |
getResult(Session session)
Deprecated.
Returns result rows with the following objects:
Path
String of the image/banner.
Long impressions: how many times the image/banner was shown
Long clicks: how many times the image/banner was clicked
Double the click-through-rate
|
public CTRReport(java.lang.String dataPath,
Page page)
dataPath - the location where the result statistics are stored.page - the page that was viewedpublic java.util.Iterator<java.lang.Object[]> getResult(Session session)
throws RepositoryException
String of the image/banner.Long impressions: how many times the image/banner was shownLong clicks: how many times the image/banner was clickedDouble the click-through-rateRepositoryException"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"