The CampaignTrackingService type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| CampaignTrackingService | Initializes a new instance of the CampaignTrackingService class |
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetBounces(String, String, Pagination) |
Get a result set of bounces for a given campaign.
| |
| GetBounces(String, String, String, Nullable Int32 , Nullable DateTime ) |
Get a result set of bounces for a given campaign.
| |
| GetClicks(String, String, Pagination) |
Get clicks for the provided Pagination page.
| |
| GetClicks(String, String, String, Nullable Int32 , Nullable DateTime ) |
Get clicks for a given campaign.
| |
| GetClicks(String, String, String, String, Nullable Int32 , Nullable DateTime ) |
Get clicks for a specific link in a campaign.
| |
| GetForwards(String, String, Nullable DateTime , Pagination) |
Get forwards for a given campaign.
| |
| GetForwards(String, String, String, Nullable Int32 , Nullable DateTime ) |
Get forwards for a given campaign.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetOpens(String, String, Nullable DateTime , Pagination) |
Get opens for a given campaign.
| |
| GetOpens(String, String, String, Nullable Int32 , Nullable DateTime ) |
Get opens for a given campaign.
| |
| GetOptOuts(String, String, Nullable DateTime , Pagination) |
Get opt outs for a given campaign.
| |
| GetOptOuts(String, String, String, Nullable Int32 , Nullable DateTime ) |
Get opt outs for a given campaign.
| |
| GetSends(String, String, Nullable DateTime , Pagination) |
Get sends for a given campaign.
| |
| GetSends(String, String, String, Nullable Int32 , Nullable DateTime ) |
Get sends for a given campaign.
| |
| GetSummary |
Get a summary of reporting data for a given campaign.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| RestClient |
Get the rest client being used by the service.
(Inherited from BaseService.) |
See Also