Methods summary
public
Ctct\Components\ResultSet
|
#
getBounces( string $accessToken, string $contactId, array $params = array() )
Get bounces for a given contact
Get bounces for a given contact
Parameters
- $accessToken
- Constant Contact OAuth2 access token
- $contactId
- $params
- associative array of query parameters and values to append to the request.
Allowed parameters include:
limit - Specifies the number of results displayed per page of output, from 1 - 500, default = 50.
created_since - Used to retrieve a list of events since the date and time specified (in ISO-8601 format).
next - the next link returned from a previous paginated call. May only be used by itself.
Returns
Throws
|
public
Ctct\Components\ResultSet
|
#
getClicks( string $accessToken, string $contactId, array $params = array() )
Get clicks for a given contact
Get clicks for a given contact
Parameters
- $accessToken
- Constant Contact OAuth2 access token
- $contactId
- $params
- associative array of query parameters and values to append to the request.
Allowed parameters include:
limit - Specifies the number of results displayed per page of output, from 1 - 500, default = 50.
created_since - Used to retrieve a list of events since the date and time specified (in ISO-8601 format).
next - the next link returned from a previous paginated call. May only be used by itself.
Returns
Throws
|
public
Ctct\Components\ResultSet
|
#
getForwards( string $accessToken, string $contactId, array $params = array() )
Get forwards for a given contact
Get forwards for a given contact
Parameters
- $accessToken
- Constant Contact OAuth2 access token
- $contactId
- $params
- associative array of query parameters and values to append to the request.
Allowed parameters include:
limit - Specifies the number of results displayed per page of output, from 1 - 500, default = 50.
created_since - Used to retrieve a list of events since the date and time specified (in ISO-8601 format).
next - the next link returned from a previous paginated call. May only be used by itself.
Returns
Throws
|
public
Ctct\Components\ResultSet
|
#
getOpens( string $accessToken, string $contactId, array $params = array() )
Get opens for a given contact
Get opens for a given contact
Parameters
- $accessToken
- Constant Contact OAuth2 access token
- $contactId
- $params
- associative array of query parameters and values to append to the request.
Allowed parameters include:
limit - Specifies the number of results displayed per page of output, from 1 - 500, default = 50.
created_since - Used to retrieve a list of events since the date and time specified (in ISO-8601 format).
next - the next link returned from a previous paginated call. May only be used by itself.
Returns
Throws
|
public
Ctct\Components\ResultSet
|
#
getSends( string $accessToken, string $contactId, array $params = array() )
Get sends for a given contact
Get sends for a given contact
Parameters
- $accessToken
- Constant Contact OAuth2 access token
- $contactId
- $params
- associative array of query parameters and values to append to the request.
Allowed parameters include:
limit - Specifies the number of results displayed per page of output, from 1 - 500, default = 50.
created_since - Used to retrieve a list of events since the date and time specified (in ISO-8601 format).
next - the next link returned from a previous paginated call. May only be used by itself.
Returns
Throws
|
public
Ctct\Components\ResultSet
|
#
getUnsubscribes( string $accessToken, string $contactId, array $params = array() )
Get unsubscribes for a given contact
Get unsubscribes for a given contact
Parameters
- $accessToken
- Constant Contact OAuth2 access token
- $contactId
- $params
- associative array of query parameters and values to append to the request.
Allowed parameters include:
limit - Specifies the number of results displayed per page of output, from 1 - 500, default = 50.
created_since - Used to retrieve a list of events since the date and time specified (in ISO-8601 format).
next - the next link returned from a previous paginated call. May only be used by itself.
Returns
Throws
|
public
Ctct\Components\Tracking\TrackingSummary
|
#
getSummary( string $accessToken, string $contactId )
Get a summary of reporting data for a given contact
Get a summary of reporting data for a given contact
Parameters
- $accessToken
- Constant Contact OAuth2 access token
- $contactId
Returns
Throws
|