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)
Creates a new report.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Object[]> |
getResult(Session session)
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 © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"