Overview

Namespaces

  • Ctct
    • Auth
    • Components
      • Account
      • Activities
      • Contacts
      • EmailMarketing
      • Library
      • Tracking
    • Exceptions
    • Services
    • Util
    • WebHooks

Classes

  • Campaign
  • ClickThroughDetails
  • MessageFooter
  • Schedule
  • TestSend
  • Overview
  • Namespace
  • Class

Class ClickThroughDetails

Represents a click through detail

Ctct\Components\Component
Extended by Ctct\Components\EmailMarketing\ClickThroughDetails
Namespace: Ctct\Components\EmailMarketing
Package: EmailMarketing\Campaigns
Author: Constant Contact
Located at Components/EmailMarketing/ClickThroughDetails.php
Methods summary
public static Ctct\Components\EmailMarketing\ClickThroughDetails
# create( array $props )

Factory method to create a ClickThroughDetails object from an array

Factory method to create a ClickThroughDetails object from an array

Parameters

$props
  • associative array of initial properties to set

Returns

Ctct\Components\EmailMarketing\ClickThroughDetails
Methods inherited from Ctct\Components\Component
getValue()
Properties summary
public string $url

the actual url that was clicked on

the actual url that was clicked on

#
public string $url_uid

url unique identifier

url unique identifier

#
public integer $click_count

number of times the url was clicked on

number of times the url was clicked on

#
API documentation generated by ApiGen