@Deprecated public class CTRReport extends Report
CTRReport implements a report that returns a click through rate
report about a page.| Constructor and Description |
|---|
CTRReport(String dataPath,
Page page)
Deprecated.
Creates a new report.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<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 Iterator<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 - 2017 Adobe Systems Incorporated. All Rights Reserved"