A Placement object holds the number of clicks, number of displays and click-through rate for a public panel.
Inheritance Hierarchy
Apptus.ESales.Connector.ReportPlacement
Namespace: Apptus.ESales.Connector.Report
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.0.0
Syntax
C#
public class Placement
The Placement type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Placement | Initializes a new instance of the Placement class |
Properties
| Name | Description | |
|---|---|---|
| Clicks |
The number of clicks on the public panel.
| |
| Ctr |
The click through rate for the public panel.
| |
| Displays |
The number of displays of the public panel.
| |
| Path |
The public panel path.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Overrides ObjectToString.) |
See Also