public static class AdConversionReport.Section extends Object
Constructor | Description |
---|---|
Section(Ad ad,
Rate avgCrCampaign,
Timeline<Rate> crWithAd,
Timeline<Rate> crWithoutAd,
Timeline<Rate> crCampaign) |
Modifier and Type | Method | Description |
---|---|---|
Ad |
ad() |
|
Rate |
averageCampaignConversionRate() |
|
Timeline<Rate> |
conversionRateForCampaign() |
|
Timeline<Rate> |
conversionRateWithAd() |
|
Timeline<Rate> |
conversionRateWithoutAd() |
public Section(Ad ad, Rate avgCrCampaign, Timeline<Rate> crWithAd, Timeline<Rate> crWithoutAd, Timeline<Rate> crCampaign)
ad
- Information about this ad. Can not be null.avgCrCampaign
- Average conversion rate for the campaign that this ad is part of. Use Rate.NaN() if the average
conversion rate can not be calculated.crWithAd
- Conversion rate for visits that has seen this ad. Can not be null.crWithoutAd
- Conversion rate for visits that has not seen this ad. Can not be null.crCampaign
- Conversion rate for the campaign that this ad is part of. Can not be null.public Ad ad()
public Rate averageCampaignConversionRate()
public Timeline<Rate> conversionRateWithAd()
public Timeline<Rate> conversionRateWithoutAd()
Copyright © 2020 Apptus Technologies AB. All rights reserved.