void
between
( $sStart, $sEnd)
Implementation of:
- Inx_Api_DataAccess_ClickDataQuery::between()
- Assigns a between filter (start and end date), overwriting any existing before, after and between filters. result will only contain clicks performed after or at the given start date and before or at the given end date.
void
linkType
( $iLinkType)
Implementation of:
- Inx_Api_DataAccess_ClickDataQuery::linkType()
- Assigns a link type filter for a single link type, overwriting any existing link type filters. only contain clicks on links of the given type.
void
linkTypes
( $aLinkTypes)
Implementation of:
- Inx_Api_DataAccess_ClickDataQuery::linkTypes()
- Assigns a link type filter for several link types, overwriting any existing link type filters. only contain clicks on links of the given types.
void
mailing
( $iMailingId)
Implementation of:
- Inx_Api_DataAccess_ClickDataQuery::mailing()
- Assigns a mailing filter for a single mailing, overwriting any existing mailing filters. contain clicks on links which are part of the given mailing.
void
mailings
( $aMailingIds)
Implementation of:
- Inx_Api_DataAccess_ClickDataQuery::mailings()
- Assigns a mailing filter for several mailings, overwriting any existing mailing filters. contain clicks on links which are part of the given mailings.
void
recipient
( $iRecipientId)
Implementation of:
- Inx_Api_DataAccess_ClickDataQuery::recipient()
- Assigns a recipient filter for a single recipient, overwriting any existing recipient filters. only contain clicks performed by the given recipient.
void
recipients
( $aRecipientIds)
Implementation of:
- Inx_Api_DataAccess_ClickDataQuery::recipients()
- Assigns a recipient filter for several recipients, overwriting any existing recipient filters. only contain clicks performed by the given recipients.
void
sending
( $iSendingId)
Implementation of:
- Inx_Api_DataAccess_ClickDataQuery::sending()
- Assigns a sending ID filter for a single sending ID, overwriting any existing sending ID filters. only contain clicks associated with this sending.
void
sendings
( $aSendingIds)
Implementation of:
- Inx_Api_DataAccess_ClickDataQuery::sendings()
- Assigns a sending ID filter for several sending IDs, overwriting any exsiting sending ID filters. contain only clicks associated with these sendings.