\FuelSdkET_DataExtractActivity

This class represents the get operation for SOAP service.

Summary

Methods
Properties
Constants
get()
getMoreResults()
info()
__construct()
start()
extractDataExtension()
extractTrackingData()
$authStub
$props
$filter
$organizationId
$organizationKey
$lastTaskID
No constants found
No protected methods found
$obj
$lastRequestID
N/A
populateExtractType()
$extractmap
N/A

Properties

$authStub

$authStub : \FuelSdk\ET_Client

Type

\FuelSdk\ET_Client — The ET client object which performs the auth token, refresh token using clientID clientSecret

$props

$props : array

Type

array — Dictionary type array which may hold e.g. array('id' => '', 'key' => '')

$filter

$filter : array

Type

array — Dictionary type array which may hold e.g. array("Property"=>"", "SimpleOperator"=>"","Value"=>"")

$organizationId

$organizationId : string

Type

string — Organization Identifier.

$organizationKey

$organizationKey : string

Type

string — Organization Key.

$lastTaskID

$lastTaskID : string|null

Type

string|null — contains last task ID if available

$obj

$obj : string

Type

string — Object name, e.g. "ImportDefinition", "DataExtension", etc

$lastRequestID

$lastRequestID : string

Type

string — last Request identifier.

$extractmap

$extractmap : 

Type

Methods

get()

get() : \FuelSdk\ET_Get

Returns

\FuelSdk\ET_Get

Object of type ET_Get which contains http status code, response, etc from the GET SOAP service

getMoreResults()

getMoreResults() : \FuelSdk\ET_Continue

Returns

\FuelSdk\ET_Continue

returns more response from the SOAP service

info()

info() : \FuelSdk\ET_Info

Returns

\FuelSdk\ET_Info

returns information from the SOAP service

__construct()

__construct() 

Initializes a new instance of the class.

start()

start() : \FuelSdk\ET_PerformExtract

This method start this import process.

Returns

\FuelSdk\ET_PerformExtract

Object of type ET_PerformExtract which contains http status, request ID, etc from the Extract SOAP service

extractDataExtension()

extractDataExtension(string  $deCustomerKey, string  $outputFileName = "PHP_data_extract_DE.csv") : \FuelSdk\ET_PerformExtract

This method start this import process.

Parameters

string $deCustomerKey

data extension customer key

string $outputFileName

name of the ouput file

Returns

\FuelSdk\ET_PerformExtract

Object of type ET_PerformExtract which contains http status, request ID, etc from the Extract SOAP service

extractTrackingData()

extractTrackingData(string  $startDate, string  $endDate, string  $outputFileName = "PHP_data_extract_tracking.csv") : \FuelSdk\ET_PerformExtract

This method start this import process.

Parameters

string $startDate

start date time in YYYY-mm-dd hh:MM AM format

string $endDate

end date time in YYYY-mm-dd hh:MM AM format

string $outputFileName

name of the ouput file

Returns

\FuelSdk\ET_PerformExtract

Object of type ET_PerformExtract which contains http status, request ID, etc from the Extract SOAP service

populateExtractType()

populateExtractType()