Netsutie PHP Toolkit
CampaignResponse_marketingTypes.php
Go to the documentation of this file.
1 <?php
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _clickedThrough = "_clickedThrough";
23 
30  const _failedDeliveryFailure = "_failedDeliveryFailure";
31 
38  const _failedInvalidAddress = "_failedInvalidAddress";
39 
46  const _failedOther = "_failedOther";
47 
54  const _failedSpam = "_failedSpam";
55 
62  const _failedTemplateError = "_failedTemplateError";
63 
70  const _failedUnexpectedError = "_failedUnexpectedError";
71 
78  const _invalidSenderAddress = "_invalidSenderAddress";
79 
86  const _mailboxDisabled = "_mailboxDisabled";
87 
94  const _mailboxIsFull = "_mailboxIsFull";
95 
102  const _mailboxNotAcceptingMessages = "_mailboxNotAcceptingMessages";
103 
110  const _mailProtocolIssues = "_mailProtocolIssues";
111 
118  const _mediaError = "_mediaError";
119 
126  const _messageExceedsSizeLengthLimits = "_messageExceedsSizeLengthLimits";
127 
134  const _networkServerIssues = "_networkServerIssues";
135 
142  const _opened = "_opened";
143 
150  const _purchased = "_purchased";
151 
158  const _queued = "_queued";
159 
166  const _received = "_received";
167 
174  const _responded = "_responded";
175 
182  const _securityIssues = "_securityIssues";
183 
190  const _sent = "_sent";
191 
198  const _skippedDueToPreviousHardBounce = "_skippedDueToPreviousHardBounce";
199 
206  const _subscribed = "_subscribed";
207 
214  const _tooManyRecipients = "_tooManyRecipients";
215 
222  const _unsubscribed = "_unsubscribed";
223 
230  const _unsubscribedByFeedbackLoop = "_unsubscribedByFeedbackLoop";
231 
232 }