Package software.xdev.brevo.model
Class GetCampaignStats
java.lang.Object
software.xdev.brevo.model.GetCampaignStats
GetCampaignStats
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappleMppOpens(Long appleMppOpens) complaints(Long complaints) booleanestimatedViews(Long estimatedViews) Numbers of times your email has been opened automatically through Apple MPP.Number of total clicks for the campaignNumber of complaints (Spam reports) for the campaignNumber of deferred emails for the campaignNumber of delivered emails for the campaignRate of recipients without any privacy protection option enabled in their email client, applied to all delivered emailsNumber of harbounce for the campaignList Id of email campaign (only in case of get email campaign(s)(not for global stats))Percentage of recipients who open the email out of your total number of recipients.Total number of non-delivered campaigns for a particular campaign id.getSent()Number of sent emails for the campaignNumber of softbounce for the campaignRecipients without any privacy protection option enabled in their email clientRate of recipients without any privacy protection option enabled in their email clientNumber of unique clicks for the campaignNumber of unique openings for the campaignNumber of unsubscription for the campaignNumber of openings for the campaignhardBounces(Long hardBounces) inthashCode()returnBounce(Long returnBounce) voidsetAppleMppOpens(Long appleMppOpens) voidsetClickers(Long clickers) voidsetComplaints(Long complaints) voidsetDeferred(Long deferred) voidsetDelivered(Long delivered) voidsetEstimatedViews(Long estimatedViews) voidsetHardBounces(Long hardBounces) voidvoidsetOpensRate(Float opensRate) voidsetReturnBounce(Long returnBounce) voidvoidsetSoftBounces(Long softBounces) voidsetTrackableViews(Long trackableViews) voidsetTrackableViewsRate(Float trackableViewsRate) voidsetUniqueClicks(Long uniqueClicks) voidsetUniqueViews(Long uniqueViews) voidsetUnsubscriptions(Long unsubscriptions) voidsoftBounces(Long softBounces) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.trackableViews(Long trackableViews) trackableViewsRate(Float trackableViewsRate) uniqueClicks(Long uniqueClicks) uniqueViews(Long uniqueViews) unsubscriptions(Long unsubscriptions)
-
Field Details
-
JSON_PROPERTY_LIST_ID
- See Also:
-
JSON_PROPERTY_UNIQUE_CLICKS
- See Also:
-
JSON_PROPERTY_CLICKERS
- See Also:
-
JSON_PROPERTY_COMPLAINTS
- See Also:
-
JSON_PROPERTY_DELIVERED
- See Also:
-
JSON_PROPERTY_SENT
- See Also:
-
JSON_PROPERTY_SOFT_BOUNCES
- See Also:
-
JSON_PROPERTY_HARD_BOUNCES
- See Also:
-
JSON_PROPERTY_UNIQUE_VIEWS
- See Also:
-
JSON_PROPERTY_TRACKABLE_VIEWS
- See Also:
-
JSON_PROPERTY_TRACKABLE_VIEWS_RATE
- See Also:
-
JSON_PROPERTY_ESTIMATED_VIEWS
- See Also:
-
JSON_PROPERTY_UNSUBSCRIPTIONS
- See Also:
-
JSON_PROPERTY_VIEWED
- See Also:
-
JSON_PROPERTY_DEFERRED
- See Also:
-
JSON_PROPERTY_RETURN_BOUNCE
- See Also:
-
JSON_PROPERTY_OPENS_RATE
- See Also:
-
JSON_PROPERTY_APPLE_MPP_OPENS
- See Also:
-
-
Constructor Details
-
GetCampaignStats
public GetCampaignStats()
-
-
Method Details
-
listId
-
getListId
List Id of email campaign (only in case of get email campaign(s)(not for global stats))- Returns:
- listId
-
setListId
-
uniqueClicks
-
getUniqueClicks
Number of unique clicks for the campaign- Returns:
- uniqueClicks
-
setUniqueClicks
-
clickers
-
getClickers
Number of total clicks for the campaign- Returns:
- clickers
-
setClickers
-
complaints
-
getComplaints
Number of complaints (Spam reports) for the campaign- Returns:
- complaints
-
setComplaints
-
delivered
-
getDelivered
Number of delivered emails for the campaign- Returns:
- delivered
-
setDelivered
-
sent
-
getSent
Number of sent emails for the campaign- Returns:
- sent
-
setSent
-
softBounces
-
getSoftBounces
Number of softbounce for the campaign- Returns:
- softBounces
-
setSoftBounces
-
hardBounces
-
getHardBounces
Number of harbounce for the campaign- Returns:
- hardBounces
-
setHardBounces
-
uniqueViews
-
getUniqueViews
Number of unique openings for the campaign- Returns:
- uniqueViews
-
setUniqueViews
-
trackableViews
-
getTrackableViews
Recipients without any privacy protection option enabled in their email client- Returns:
- trackableViews
-
setTrackableViews
-
trackableViewsRate
-
getTrackableViewsRate
Rate of recipients without any privacy protection option enabled in their email client- Returns:
- trackableViewsRate
-
setTrackableViewsRate
-
estimatedViews
-
getEstimatedViews
Rate of recipients without any privacy protection option enabled in their email client, applied to all delivered emails- Returns:
- estimatedViews
-
setEstimatedViews
-
unsubscriptions
-
getUnsubscriptions
Number of unsubscription for the campaign- Returns:
- unsubscriptions
-
setUnsubscriptions
-
viewed
-
getViewed
Number of openings for the campaign- Returns:
- viewed
-
setViewed
-
deferred
-
getDeferred
Number of deferred emails for the campaign- Returns:
- deferred
-
setDeferred
-
returnBounce
-
getReturnBounce
Total number of non-delivered campaigns for a particular campaign id.- Returns:
- returnBounce
-
setReturnBounce
-
opensRate
-
getOpensRate
Percentage of recipients who open the email out of your total number of recipients. Depending on your Campaign settings, they may include Apple MPP opens.- Returns:
- opensRate
-
setOpensRate
-
appleMppOpens
-
getAppleMppOpens
Numbers of times your email has been opened automatically through Apple MPP.- Returns:
- appleMppOpens
-
setAppleMppOpens
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-