matchesHoneyPot()
Overview
public boolean function matchesHoneyPot(
any messageId
, any userAgent
, any ipAddress
, any eventDate
)
Returns true if there is a matching "honeypot" click event for the given email send log ID that either matches the provided IP/User agent, or happened within the configured time frame of the honeypot click event.
Arguments
Name | Type | Required | Description |
---|---|---|---|
messageId | any | No | ID of the email send log to which the event belongs |
userAgent | any | No | User agent string used in the event request |
ipAddress | any | No | Client IP of the event request |
eventDate | any | No |