public static class SearchStatisticsReport.SearchConversion extends Object
Constructor | Description |
---|---|
SearchConversion(String phrase,
int count,
Rate conversionRate,
Rate impact,
int rank) |
Modifier and Type | Method | Description |
---|---|---|
Rate |
conversionRate() |
|
int |
count() |
|
Rate |
impact() |
|
String |
phrase() |
|
int |
rank() |
public SearchConversion(String phrase, int count, Rate conversionRate, Rate impact, int rank)
phrase
- The search phrase. Can not be null.count
- Number of time this phrase was searched on.conversionRate
- Ratio between number of purchases and number of searches on this phrase. Can not be null.impact
- How this phrase affects the total conversion rate of the site. Can not be null.rank
- The popularity position for this search phrase in the table.public String phrase()
public int count()
public Rate conversionRate()
public Rate impact()
public int rank()
Copyright © 2020 Apptus Technologies AB. All rights reserved.