$authStub
$authStub : \FuelSdk\ET_Client
This class represents the get operation for SOAP service.
$authStub : \FuelSdk\ET_Client
get() : \FuelSdk\ET_Get
Object of type ET_Get which contains http status code, response, etc from the GET SOAP service
getMoreResults() : \FuelSdk\ET_Continue
returns more response from the SOAP service
info() : \FuelSdk\ET_Info
returns information from the SOAP service
start() : \FuelSdk\ET_PerformExtract
This method start this import process.
Object of type ET_PerformExtract which contains http status, request ID, etc from the Extract SOAP service
extractDataExtension(string $deCustomerKey, string $outputFileName = "PHP_data_extract_DE.csv") : \FuelSdk\ET_PerformExtract
This method start this import process.
string | $deCustomerKey | data extension customer key |
string | $outputFileName | name of the ouput file |
Object of type ET_PerformExtract which contains http status, request ID, etc from the Extract SOAP service
extractTrackingData(string $startDate, string $endDate, string $outputFileName = "PHP_data_extract_tracking.csv") : \FuelSdk\ET_PerformExtract
This method start this import process.
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 |
Object of type ET_PerformExtract which contains http status, request ID, etc from the Extract SOAP service