code
stringlengths 17
247k
| docstring
stringlengths 30
30.3k
| func_name
stringlengths 1
89
| language
stringclasses 1
value | repo
stringlengths 7
63
| path
stringlengths 7
153
| url
stringlengths 51
209
| license
stringclasses 4
values |
---|---|---|---|---|---|---|---|
public function DataWarehouse_GetSegments($rsid)
{
try {
$this->setResult($resultDataWarehouse_GetSegments = $this->getSoapClient()->__soapCall('DataWarehouse.GetSegments', [
$rsid,
], [], [], $this->outputHeaders));
return $resultDataWarehouse_GetSegments;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named DataWarehouse.GetSegments
Meta information extracted from the WSDL
- documentation: Gets available segments.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $rsid
@return \StructType\ApiDwsegment[]|bool | DataWarehouse_GetSegments | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function DataWarehouse_ReplaceSegment($id, $rsid, \StructType\ApiData_warehouse_segment $segment)
{
try {
$this->setResult($resultDataWarehouse_ReplaceSegment = $this->getSoapClient()->__soapCall('DataWarehouse.ReplaceSegment', [
$id,
$rsid,
$segment,
], [], [], $this->outputHeaders));
return $resultDataWarehouse_ReplaceSegment;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named DataWarehouse.ReplaceSegment
Meta information extracted from the WSDL
- documentation: Replace a data warehouse segment of the given id with the given segment.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $id
@param string $rsid
@param \StructType\ApiData_warehouse_segment $segment
@return int|bool | DataWarehouse_ReplaceSegment | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function DataWarehouse_Request(array $breakdown_List, $contact_Name, $contact_Phone, $date_From, $date_Granularity, $date_Preset, $date_To, $date_Type, $email_Subject, $email_To, $fTP_Dir, $fTP_Host, $fTP_Password, $fTP_Port, $fTP_UserName, $file_Name, array $metric_List, $report_Description, $report_Name, $segment_Id, $rsid)
{
try {
$this->setResult($resultDataWarehouse_Request = $this->getSoapClient()->__soapCall('DataWarehouse.Request', [
$breakdown_List,
$contact_Name,
$contact_Phone,
$date_From,
$date_Granularity,
$date_Preset,
$date_To,
$date_Type,
$email_Subject,
$email_To,
$fTP_Dir,
$fTP_Host,
$fTP_Password,
$fTP_Port,
$fTP_UserName,
$file_Name,
$metric_List,
$report_Description,
$report_Name,
$segment_Id,
$rsid,
], [], [], $this->outputHeaders));
return $resultDataWarehouse_Request;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named DataWarehouse.Request
Meta information extracted from the WSDL
- documentation: Creates a Data Warehouse Request.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $breakdown_List
@param string $contact_Name
@param string $contact_Phone
@param string $date_From
@param string $date_Granularity
@param string $date_Preset
@param string $date_To
@param string $date_Type
@param string $email_Subject
@param string $email_To
@param string $fTP_Dir
@param string $fTP_Host
@param string $fTP_Password
@param string $fTP_Port
@param string $fTP_UserName
@param string $file_Name
@param string[] $metric_List
@param string $report_Description
@param string $report_Name
@param string $segment_Id
@param string $rsid
@return int|bool | DataWarehouse_Request | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function DataWarehouse_VerifySegment(\StructType\ApiData_warehouse_segment $segment)
{
try {
$this->setResult($resultDataWarehouse_VerifySegment = $this->getSoapClient()->__soapCall('DataWarehouse.VerifySegment', [
$segment,
], [], [], $this->outputHeaders));
return $resultDataWarehouse_VerifySegment;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named DataWarehouse.VerifySegment
Meta information extracted from the WSDL
- documentation: Verify the correctness of the given data warehouse segment
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param \StructType\ApiData_warehouse_segment $segment
@return boolean|bool | DataWarehouse_VerifySegment | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function DeliveryList_Delete($dist_list_id)
{
try {
$this->setResult($resultDeliveryList_Delete = $this->getSoapClient()->__soapCall('DeliveryList.Delete', [
$dist_list_id,
], [], [], $this->outputHeaders));
return $resultDeliveryList_Delete;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named DeliveryList.Delete
Meta information extracted from the WSDL
- documentation: Delete a distribution list.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $dist_list_id
@return int|bool | DeliveryList_Delete | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function DeliveryList_Get($search_name)
{
try {
$this->setResult($resultDeliveryList_Get = $this->getSoapClient()->__soapCall('DeliveryList.Get', [
$search_name,
], [], [], $this->outputHeaders));
return $resultDeliveryList_Get;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named DeliveryList.Get
Meta information extracted from the WSDL
- documentation: Gets Publishing list.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $search_name
@return \StructType\ApiPublishingList[]|bool | DeliveryList_Get | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function DeliveryList_Save($delivery_list_name, $dist_list_id)
{
try {
$this->setResult($resultDeliveryList_Save = $this->getSoapClient()->__soapCall('DeliveryList.Save', [
$delivery_list_name,
$dist_list_id,
], [], [], $this->outputHeaders));
return $resultDeliveryList_Save;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named DeliveryList.Save
Meta information extracted from the WSDL
- documentation: Save delivery list.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $delivery_list_name
@param string $dist_list_id
@return int|bool | DeliveryList_Save | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Discover_GetSegments($end_date, $rsid, $start_date)
{
try {
$this->setResult($resultDiscover_GetSegments = $this->getSoapClient()->__soapCall('Discover.GetSegments', [
$end_date,
$rsid,
$start_date,
], [], [], $this->outputHeaders));
return $resultDiscover_GetSegments;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Discover.GetSegments
Meta information extracted from the WSDL
- documentation: Retrieve a list of Discover segments for a given report suite.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $end_date
@param string $rsid
@param string $start_date
@return \StructType\ApiSegment_folder[]|bool | Discover_GetSegments | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Discover_QueueDiscoverOvertime(\StructType\ApiReportDescription $reportDescription)
{
try {
$this->setResult($resultDiscover_QueueDiscoverOvertime = $this->getSoapClient()->__soapCall('Discover.QueueDiscoverOvertime', [
$reportDescription,
], [], [], $this->outputHeaders));
return $resultDiscover_QueueDiscoverOvertime;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Discover.QueueDiscoverOvertime
Meta information extracted from the WSDL
- documentation: Queue a Discover overtime report.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param \StructType\ApiReportDescription $reportDescription
@return \StructType\ApiReportQueueResponse|bool | Discover_QueueDiscoverOvertime | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Discover_QueueDiscoverRanked(\StructType\ApiReportDescription $reportDescription)
{
try {
$this->setResult($resultDiscover_QueueDiscoverRanked = $this->getSoapClient()->__soapCall('Discover.QueueDiscoverRanked', [
$reportDescription,
], [], [], $this->outputHeaders));
return $resultDiscover_QueueDiscoverRanked;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Discover.QueueDiscoverRanked
Meta information extracted from the WSDL
- documentation: Queue a Discover ranked report.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param \StructType\ApiReportDescription $reportDescription
@return \StructType\ApiReportQueueResponse|bool | Discover_QueueDiscoverRanked | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Discover_QueueDiscoverTrended(\StructType\ApiReportDescription $reportDescription)
{
try {
$this->setResult($resultDiscover_QueueDiscoverTrended = $this->getSoapClient()->__soapCall('Discover.QueueDiscoverTrended', [
$reportDescription,
], [], [], $this->outputHeaders));
return $resultDiscover_QueueDiscoverTrended;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Discover.QueueDiscoverTrended
Meta information extracted from the WSDL
- documentation: Queue a Discover trended report.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param \StructType\ApiReportDescription $reportDescription
@return \StructType\ApiReportQueueResponse|bool | Discover_QueueDiscoverTrended | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Logs_GetAdminConsoleCompanyLog($company, $end_date, $filter_rule, array $filters, array $rsid_list, $start_date)
{
try {
$this->setResult($resultLogs_GetAdminConsoleCompanyLog = $this->getSoapClient()->__soapCall('Logs.GetAdminConsoleCompanyLog', [
$company,
$end_date,
$filter_rule,
$filters,
$rsid_list,
$start_date,
], [], [], $this->outputHeaders));
return $resultLogs_GetAdminConsoleCompanyLog;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Logs.GetAdminConsoleCompanyLog
Meta information extracted from the WSDL
- documentation: Get console logs.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $company
@param string $end_date
@param string $filter_rule
@param \StructType\ApiLog_filter[] $filters
@param string[] $rsid_list
@param string $start_date
@return \StructType\ApiLog_entry[]|bool | Logs_GetAdminConsoleCompanyLog | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Logs_GetAdminConsoleLog($company, $end_date, $filter_rule, array $filters, array $rsid_list, $start_date)
{
try {
$this->setResult($resultLogs_GetAdminConsoleLog = $this->getSoapClient()->__soapCall('Logs.GetAdminConsoleLog', [
$company,
$end_date,
$filter_rule,
$filters,
$rsid_list,
$start_date,
], [], [], $this->outputHeaders));
return $resultLogs_GetAdminConsoleLog;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Logs.GetAdminConsoleLog
Meta information extracted from the WSDL
- documentation: Get console logs.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $company
@param string $end_date
@param string $filter_rule
@param \StructType\ApiLog_filter[] $filters
@param string[] $rsid_list
@param string $start_date
@return \StructType\ApiLog_entry[]|bool | Logs_GetAdminConsoleLog | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Logs_GetUsageLog($date_from, $date_to, $event_details, $event_type, $ip, $login, $report_suite)
{
try {
$this->setResult($resultLogs_GetUsageLog = $this->getSoapClient()->__soapCall('Logs.GetUsageLog', [
$date_from,
$date_to,
$event_details,
$event_type,
$ip,
$login,
$report_suite,
], [], [], $this->outputHeaders));
return $resultLogs_GetUsageLog;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Logs.GetUsageLog
Meta information extracted from the WSDL
- documentation: Retrieve usage log information for the given company.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $date_from
@param string $date_to
@param string $event_details
@param string $event_type
@param string $ip
@param string $login
@param string $report_suite
@return \StructType\ApiUsage_log_entry[]|bool | Logs_GetUsageLog | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Permissions_AddLogin($admin, $change_password, $create_dashboards, $dashboard_rsid, $email, $first_name, $last_name, $login, $password, $phone_number, array $selected_group_list, $temp_login, $temp_login_end, $temp_login_start, $title)
{
try {
$this->setResult($resultPermissions_AddLogin = $this->getSoapClient()->__soapCall('Permissions.AddLogin', [
$admin,
$change_password,
$create_dashboards,
$dashboard_rsid,
$email,
$first_name,
$last_name,
$login,
$password,
$phone_number,
$selected_group_list,
$temp_login,
$temp_login_end,
$temp_login_start,
$title,
], [], [], $this->outputHeaders));
return $resultPermissions_AddLogin;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Permissions.AddLogin
Meta information extracted from the WSDL
- documentation: Creates a new login for the company.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $admin
@param string $change_password
@param string $create_dashboards
@param string $dashboard_rsid
@param string $email
@param string $first_name
@param string $last_name
@param string $login
@param string $password
@param string $phone_number
@param \StructType\ApiPermission_group[] $selected_group_list
@param string $temp_login
@param string $temp_login_end
@param string $temp_login_start
@param string $title
@return int|bool | Permissions_AddLogin | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Permissions_Authenticate($login, $password)
{
try {
$this->setResult($resultPermissions_Authenticate = $this->getSoapClient()->__soapCall('Permissions.Authenticate', [
$login,
$password,
], [], [], $this->outputHeaders));
return $resultPermissions_Authenticate;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Permissions.Authenticate
Meta information extracted from the WSDL
- documentation: Indicates whether or not the login is valid for this company.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $login
@param string $password
@return boolean|bool | Permissions_Authenticate | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Permissions_DeleteGroup($groupid)
{
try {
$this->setResult($resultPermissions_DeleteGroup = $this->getSoapClient()->__soapCall('Permissions.DeleteGroup', [
$groupid,
], [], [], $this->outputHeaders));
return $resultPermissions_DeleteGroup;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Permissions.DeleteGroup
Meta information extracted from the WSDL
- documentation: Removes the requested group from the company.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $groupid
@return int|bool | Permissions_DeleteGroup | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Permissions_DeleteLogin($login)
{
try {
$this->setResult($resultPermissions_DeleteLogin = $this->getSoapClient()->__soapCall('Permissions.DeleteLogin', [
$login,
], [], [], $this->outputHeaders));
return $resultPermissions_DeleteLogin;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Permissions.DeleteLogin
Meta information extracted from the WSDL
- documentation: Removes a user login from the company.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $login
@return int|bool | Permissions_DeleteLogin | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Permissions_GetCRMInfo($company, $login)
{
try {
$this->setResult($resultPermissions_GetCRMInfo = $this->getSoapClient()->__soapCall('Permissions.GetCRMInfo', [
$company,
$login,
], [], [], $this->outputHeaders));
return $resultPermissions_GetCRMInfo;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Permissions.GetCRMInfo
Meta information extracted from the WSDL
- documentation: Retrieves CRM login information for a specific user.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $company
@param string $login
@return \StructType\ApiCrm_info|bool | Permissions_GetCRMInfo | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Permissions_GetCategories($categoryid, $groupid)
{
try {
$this->setResult($resultPermissions_GetCategories = $this->getSoapClient()->__soapCall('Permissions.GetCategories', [
$categoryid,
$groupid,
], [], [], $this->outputHeaders));
return $resultPermissions_GetCategories;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Permissions.GetCategories
Meta information extracted from the WSDL
- documentation: Retrieves subgroups for a category.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $categoryid
@param string $groupid
@return \StructType\ApiParent_category[]|bool | Permissions_GetCategories | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Permissions_GetGroup($group_type, $groupid)
{
try {
$this->setResult($resultPermissions_GetGroup = $this->getSoapClient()->__soapCall('Permissions.GetGroup', [
$group_type,
$groupid,
], [], [], $this->outputHeaders));
return $resultPermissions_GetGroup;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Permissions.GetGroup
Meta information extracted from the WSDL
- documentation: Retrieves information about a particular group.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $group_type
@param string $groupid
@return \StructType\ApiGroup_data|bool | Permissions_GetGroup | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Permissions_GetGroups($field, $search)
{
try {
$this->setResult($resultPermissions_GetGroups = $this->getSoapClient()->__soapCall('Permissions.GetGroups', [
$field,
$search,
], [], [], $this->outputHeaders));
return $resultPermissions_GetGroups;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Permissions.GetGroups
Meta information extracted from the WSDL
- documentation: Retrieves all available groups for the company.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $field
@param string $search
@return \StructType\ApiPermission_group[]|bool | Permissions_GetGroups | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Permissions_GetLogin($login)
{
try {
$this->setResult($resultPermissions_GetLogin = $this->getSoapClient()->__soapCall('Permissions.GetLogin', [
$login,
], [], [], $this->outputHeaders));
return $resultPermissions_GetLogin;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Permissions.GetLogin
Meta information extracted from the WSDL
- documentation: Retrieves a user login for the company.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $login
@return \StructType\ApiLogin|bool | Permissions_GetLogin | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Permissions_GetLogins($login_search_field, $login_search_value)
{
try {
$this->setResult($resultPermissions_GetLogins = $this->getSoapClient()->__soapCall('Permissions.GetLogins', [
$login_search_field,
$login_search_value,
], [], [], $this->outputHeaders));
return $resultPermissions_GetLogins;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Permissions.GetLogins
Meta information extracted from the WSDL
- documentation: Retrieves user logins for the company.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $login_search_field
@param string $login_search_value
@return \StructType\ApiPerm_login[]|bool | Permissions_GetLogins | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Permissions_GetReportBuilderLogin($locale)
{
try {
$this->setResult($resultPermissions_GetReportBuilderLogin = $this->getSoapClient()->__soapCall('Permissions.GetReportBuilderLogin', [
$locale,
], [], [], $this->outputHeaders));
return $resultPermissions_GetReportBuilderLogin;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Permissions.GetReportBuilderLogin
Meta information extracted from the WSDL
- documentation: ReportBuilder login (Internal use only.)
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $locale
@return \StructType\ApiReportBuilderLogin|bool | Permissions_GetReportBuilderLogin | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Permissions_GetReportSuiteGroupCount($search_field, $search_val)
{
try {
$this->setResult($resultPermissions_GetReportSuiteGroupCount = $this->getSoapClient()->__soapCall('Permissions.GetReportSuiteGroupCount', [
$search_field,
$search_val,
], [], [], $this->outputHeaders));
return $resultPermissions_GetReportSuiteGroupCount;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named
Permissions.GetReportSuiteGroupCount
Meta information extracted from the WSDL
- documentation: Retrieves all available accounts for the company.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $search_field
@param string $search_val
@return \StructType\ApiPermissions_account[]|bool | Permissions_GetReportSuiteGroupCount | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Permissions_GetReportSuiteGroups($rsid)
{
try {
$this->setResult($resultPermissions_GetReportSuiteGroups = $this->getSoapClient()->__soapCall('Permissions.GetReportSuiteGroups', [
$rsid,
], [], [], $this->outputHeaders));
return $resultPermissions_GetReportSuiteGroups;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Permissions.GetReportSuiteGroups
Meta information extracted from the WSDL
- documentation: Returns the groups that this report suite is a part of.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $rsid
@return \StructType\ApiPermissions_account_groups|bool | Permissions_GetReportSuiteGroups | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Permissions_HasPrivilege($privilegeToken)
{
try {
$this->setResult($resultPermissions_HasPrivilege = $this->getSoapClient()->__soapCall('Permissions.HasPrivilege', [
$privilegeToken,
], [], [], $this->outputHeaders));
return $resultPermissions_HasPrivilege;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Permissions.HasPrivilege
Meta information extracted from the WSDL
- documentation: Determines if the current user has the given privilegeToken
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $privilegeToken
@return string|bool | Permissions_HasPrivilege | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Permissions_SaveGroup($group_description, $group_name, $group_type, $groupid, array $perm_info, \StructType\ApiReport_categories $report_access_list, array $report_id_list, array $rsid_list, array $user_list)
{
try {
$this->setResult($resultPermissions_SaveGroup = $this->getSoapClient()->__soapCall('Permissions.SaveGroup', [
$group_description,
$group_name,
$group_type,
$groupid,
$perm_info,
$report_access_list,
$report_id_list,
$rsid_list,
$user_list,
], [], [], $this->outputHeaders));
return $resultPermissions_SaveGroup;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Permissions.SaveGroup
Meta information extracted from the WSDL
- documentation: Saves group setting - if the group does not exist it creates a new one.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $group_description
@param string $group_name
@param string $group_type
@param string $groupid
@param \StructType\ApiPerm_data[] $perm_info
@param \StructType\ApiReport_categories $report_access_list
@param int[] $report_id_list
@param string[] $rsid_list
@param string[] $user_list
@return int|bool | Permissions_SaveGroup | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Permissions_SaveLogin($admin, $change_password, $email, $first_name, $last_name, $login, $password, $phone_number, array $selected_group_list, $send_welcome_email, $temp_end_date, $temp_login, $temp_start_date, $title)
{
try {
$this->setResult($resultPermissions_SaveLogin = $this->getSoapClient()->__soapCall('Permissions.SaveLogin', [
$admin,
$change_password,
$email,
$first_name,
$last_name,
$login,
$password,
$phone_number,
$selected_group_list,
$send_welcome_email,
$temp_end_date,
$temp_login,
$temp_start_date,
$title,
], [], [], $this->outputHeaders));
return $resultPermissions_SaveLogin;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Permissions.SaveLogin
Meta information extracted from the WSDL
- documentation: Saves the login for the company.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $admin
@param string $change_password
@param string $email
@param string $first_name
@param string $last_name
@param string $login
@param string $password
@param string $phone_number
@param \StructType\ApiPermission_group[] $selected_group_list
@param string $send_welcome_email
@param string $temp_end_date
@param string $temp_login
@param string $temp_start_date
@param string $title
@return int|bool | Permissions_SaveLogin | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Permissions_SaveReportSuiteGroups($rsid, array $selected_groups)
{
try {
$this->setResult($resultPermissions_SaveReportSuiteGroups = $this->getSoapClient()->__soapCall('Permissions.SaveReportSuiteGroups', [
$rsid,
$selected_groups,
], [], [], $this->outputHeaders));
return $resultPermissions_SaveReportSuiteGroups;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Permissions.SaveReportSuiteGroups
Meta information extracted from the WSDL
- documentation: Assigns the provided groups to the indicated report suite ID.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $rsid
@param int[] $selected_groups
@return int|bool | Permissions_SaveReportSuiteGroups | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Report_CancelReport($reportID)
{
try {
$this->setResult($resultReport_CancelReport = $this->getSoapClient()->__soapCall('Report.CancelReport', [
$reportID,
], [], [], $this->outputHeaders));
return $resultReport_CancelReport;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Report.CancelReport
Meta information extracted from the WSDL
- documentation: Cancel a report request.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $reportID
@return int|bool | Report_CancelReport | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Report_GetElementNames(\StructType\ApiReportDescription $reportDescription)
{
try {
$this->setResult($resultReport_GetElementNames = $this->getSoapClient()->__soapCall('Report.GetElementNames', [
$reportDescription,
], [], [], $this->outputHeaders));
return $resultReport_GetElementNames;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Report.GetElementNames
Meta information extracted from the WSDL
- documentation: Retrieve element names
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param \StructType\ApiReportDescription $reportDescription
@return \StructType\ApiReport_element_mapping[]|bool | Report_GetElementNames | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Report_GetOvertimeReport(\StructType\ApiReportDescription $reportDescription)
{
try {
$this->setResult($resultReport_GetOvertimeReport = $this->getSoapClient()->__soapCall('Report.GetOvertimeReport', [
$reportDescription,
], [], [], $this->outputHeaders));
return $resultReport_GetOvertimeReport;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Report.GetOvertimeReport
Meta information extracted from the WSDL
- documentation: Runs an overtime report.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param \StructType\ApiReportDescription $reportDescription
@return \StructType\ApiReportResponse|bool | Report_GetOvertimeReport | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Report_GetRankedReport(\StructType\ApiReportDescription $reportDescription)
{
try {
$this->setResult($resultReport_GetRankedReport = $this->getSoapClient()->__soapCall('Report.GetRankedReport', [
$reportDescription,
], [], [], $this->outputHeaders));
return $resultReport_GetRankedReport;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Report.GetRankedReport
Meta information extracted from the WSDL
- documentation: Runs a ranked report.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param \StructType\ApiReportDescription $reportDescription
@return \StructType\ApiReportResponse|bool | Report_GetRankedReport | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Report_GetReport($reportID)
{
try {
$this->setResult($resultReport_GetReport = $this->getSoapClient()->__soapCall('Report.GetReport', [
$reportID,
], [], [], $this->outputHeaders));
return $resultReport_GetReport;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Report.GetReport
Meta information extracted from the WSDL
- documentation: Get status and data for a queued report.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $reportID
@return \StructType\ApiReportResponse|bool | Report_GetReport | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Report_GetReportQueue()
{
try {
$this->setResult($resultReport_GetReportQueue = $this->getSoapClient()->__soapCall('Report.GetReportQueue', [], [], [], $this->outputHeaders));
return $resultReport_GetReportQueue;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Report.GetReportQueue
Meta information extracted from the WSDL
- documentation: Retrieve the report queue for a given company.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@return \StructType\ApiReport_queue_item[]|bool | Report_GetReportQueue | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Report_GetStatus($reportID)
{
try {
$this->setResult($resultReport_GetStatus = $this->getSoapClient()->__soapCall('Report.GetStatus', [
$reportID,
], [], [], $this->outputHeaders));
return $resultReport_GetStatus;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Report.GetStatus
Meta information extracted from the WSDL
- documentation: Get status for a queued report.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $reportID
@return \StructType\ApiReport_status|bool | Report_GetStatus | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Report_GetTrendedReport(\StructType\ApiReportDescription $reportDescription)
{
try {
$this->setResult($resultReport_GetTrendedReport = $this->getSoapClient()->__soapCall('Report.GetTrendedReport', [
$reportDescription,
], [], [], $this->outputHeaders));
return $resultReport_GetTrendedReport;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Report.GetTrendedReport
Meta information extracted from the WSDL
- documentation: Runs a trended report.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param \StructType\ApiReportDescription $reportDescription
@return \StructType\ApiReportResponse|bool | Report_GetTrendedReport | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Report_QueueOvertime(\StructType\ApiReportDescription $reportDescription)
{
try {
$this->setResult($resultReport_QueueOvertime = $this->getSoapClient()->__soapCall('Report.QueueOvertime', [
$reportDescription,
], [], [], $this->outputHeaders));
return $resultReport_QueueOvertime;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Report.QueueOvertime
Meta information extracted from the WSDL
- documentation: Queue an overtime report.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param \StructType\ApiReportDescription $reportDescription
@return \StructType\ApiReportQueueResponse|bool | Report_QueueOvertime | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Report_QueueRanked(\StructType\ApiReportDescription $reportDescription)
{
try {
$this->setResult($resultReport_QueueRanked = $this->getSoapClient()->__soapCall('Report.QueueRanked', [
$reportDescription,
], [], [], $this->outputHeaders));
return $resultReport_QueueRanked;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Report.QueueRanked
Meta information extracted from the WSDL
- documentation: Queue an ranked report.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param \StructType\ApiReportDescription $reportDescription
@return \StructType\ApiReportQueueResponse|bool | Report_QueueRanked | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Report_QueueSCMRanked(\StructType\ApiSCM_reportDescription $reportDescription)
{
try {
$this->setResult($resultReport_QueueSCMRanked = $this->getSoapClient()->__soapCall('Report.QueueSCMRanked', [
$reportDescription,
], [], [], $this->outputHeaders));
return $resultReport_QueueSCMRanked;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Report.QueueSCMRanked
Meta information extracted from the WSDL
- documentation: Queue a ranked report that is optimized for SearchCenter classifications.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param \StructType\ApiSCM_reportDescription $reportDescription
@return \StructType\ApiReportQueueResponse|bool | Report_QueueSCMRanked | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Report_QueueTrended(\StructType\ApiReportDescription $reportDescription)
{
try {
$this->setResult($resultReport_QueueTrended = $this->getSoapClient()->__soapCall('Report.QueueTrended', [
$reportDescription,
], [], [], $this->outputHeaders));
return $resultReport_QueueTrended;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Report.QueueTrended
Meta information extracted from the WSDL
- documentation: Queue an trended report.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param \StructType\ApiReportDescription $reportDescription
@return \StructType\ApiReportQueueResponse|bool | Report_QueueTrended | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_AddCorrelations(array $rel_ids, array $rsid_list, $size)
{
try {
$this->setResult($resultReportSuite_AddCorrelations = $this->getSoapClient()->__soapCall('ReportSuite.AddCorrelations', [
$rel_ids,
$rsid_list,
$size,
], [], [], $this->outputHeaders));
return $resultReportSuite_AddCorrelations;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.AddCorrelations
Meta information extracted from the WSDL
- documentation: Saves the given correlation for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param int[] $rel_ids
@param string[] $rsid_list
@param string $size
@return int|bool | ReportSuite_AddCorrelations | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_AddInternalURLFilters(array $filters, array $rsid_list)
{
try {
$this->setResult($resultReportSuite_AddInternalURLFilters = $this->getSoapClient()->__soapCall('ReportSuite.AddInternalURLFilters', [
$filters,
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_AddInternalURLFilters;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.AddInternalURLFilters
Meta information extracted from the WSDL
- documentation: Adds the internal URL filters for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $filters
@param string[] $rsid_list
@return int|bool | ReportSuite_AddInternalURLFilters | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_AddKeyVisitors(array $key_visitors, array $rsid_list)
{
try {
$this->setResult($resultReportSuite_AddKeyVisitors = $this->getSoapClient()->__soapCall('ReportSuite.AddKeyVisitors', [
$key_visitors,
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_AddKeyVisitors;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.AddKeyVisitors
Meta information extracted from the WSDL
- documentation: Adds a key visitors for the selected report suites
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $key_visitors
@param string[] $rsid_list
@return boolean|bool | ReportSuite_AddKeyVisitors | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_AddSavedFilters(array $savedFilters)
{
try {
$this->setResult($resultReportSuite_AddSavedFilters = $this->getSoapClient()->__soapCall('ReportSuite.AddSavedFilters', [
$savedFilters,
], [], [], $this->outputHeaders));
return $resultReportSuite_AddSavedFilters;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.AddSavedFilters
Meta information extracted from the WSDL
- documentation: Saves filter. (Internal use only.)
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param \StructType\ApiSaved_filter[] $savedFilters
@return \StructType\ApiSaved_filter[]|bool | ReportSuite_AddSavedFilters | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_Create($base_currency, $base_url, $default_page, $duplicate_rsid, $go_live_date, $hits_per_day, $latin1, $rsid, $site_title, $time_zone)
{
try {
$this->setResult($resultReportSuite_Create = $this->getSoapClient()->__soapCall('ReportSuite.Create', [
$base_currency,
$base_url,
$default_page,
$duplicate_rsid,
$go_live_date,
$hits_per_day,
$latin1,
$rsid,
$site_title,
$time_zone,
], [], [], $this->outputHeaders));
return $resultReportSuite_Create;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.Create
Meta information extracted from the WSDL
- documentation: Creates a new report suite with the values specified
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $base_currency
@param string $base_url
@param string $default_page
@param string $duplicate_rsid
@param string $go_live_date
@param string $hits_per_day
@param string $latin1
@param string $rsid
@param string $site_title
@param string $time_zone
@return boolean|bool | ReportSuite_Create | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_DeleteBaseURL(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_DeleteBaseURL = $this->getSoapClient()->__soapCall('ReportSuite.DeleteBaseURL', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_DeleteBaseURL;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.DeleteBaseURL
Meta information extracted from the WSDL
- documentation: Deletes the base URL for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return int|bool | ReportSuite_DeleteBaseURL | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_DeleteCalculatedMetrics(array $calculated_metrics, array $rsid_list)
{
try {
$this->setResult($resultReportSuite_DeleteCalculatedMetrics = $this->getSoapClient()->__soapCall('ReportSuite.DeleteCalculatedMetrics', [
$calculated_metrics,
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_DeleteCalculatedMetrics;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named
ReportSuite.DeleteCalculatedMetrics
Meta information extracted from the WSDL
- documentation: Deletes a calculated metric for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param \StructType\ApiCalculated_metric[] $calculated_metrics
@param string[] $rsid_list
@return int|bool | ReportSuite_DeleteCalculatedMetrics | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_DeleteClassifications($c_view, $div_num, $parent_div_num, array $rsid_list)
{
try {
$this->setResult($resultReportSuite_DeleteClassifications = $this->getSoapClient()->__soapCall('ReportSuite.DeleteClassifications', [
$c_view,
$div_num,
$parent_div_num,
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_DeleteClassifications;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.DeleteClassifications
Meta information extracted from the WSDL
- documentation: Deletes a classification for one report suite.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $c_view
@param string $div_num
@param string $parent_div_num
@param string[] $rsid_list
@return boolean|bool | ReportSuite_DeleteClassifications | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_DeleteCorrelations(array $rel_ids, array $rsid_list, $size)
{
try {
$this->setResult($resultReportSuite_DeleteCorrelations = $this->getSoapClient()->__soapCall('ReportSuite.DeleteCorrelations', [
$rel_ids,
$rsid_list,
$size,
], [], [], $this->outputHeaders));
return $resultReportSuite_DeleteCorrelations;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.DeleteCorrelations
Meta information extracted from the WSDL
- documentation: Deletes the specified data correlations
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param int[] $rel_ids
@param string[] $rsid_list
@param string $size
@return boolean|bool | ReportSuite_DeleteCorrelations | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_DeleteDefaultPage(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_DeleteDefaultPage = $this->getSoapClient()->__soapCall('ReportSuite.DeleteDefaultPage', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_DeleteDefaultPage;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.DeleteDefaultPage
Meta information extracted from the WSDL
- documentation: Deletes the default page for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return int|bool | ReportSuite_DeleteDefaultPage | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_DeleteIPAddressExclusions(array $ip_list, array $rsid_list)
{
try {
$this->setResult($resultReportSuite_DeleteIPAddressExclusions = $this->getSoapClient()->__soapCall('ReportSuite.DeleteIPAddressExclusions', [
$ip_list,
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_DeleteIPAddressExclusions;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named
ReportSuite.DeleteIPAddressExclusions
Meta information extracted from the WSDL
- documentation: Delete an IP exclusion entry for a given report suite.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $ip_list
@param string[] $rsid_list
@return int|bool | ReportSuite_DeleteIPAddressExclusions | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_DeleteInternalURLFilters(array $filters, array $rsid_list)
{
try {
$this->setResult($resultReportSuite_DeleteInternalURLFilters = $this->getSoapClient()->__soapCall('ReportSuite.DeleteInternalURLFilters', [
$filters,
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_DeleteInternalURLFilters;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named
ReportSuite.DeleteInternalURLFilters
Meta information extracted from the WSDL
- documentation: Deletes the specified internal URL filters
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $filters
@param string[] $rsid_list
@return boolean|bool | ReportSuite_DeleteInternalURLFilters | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_DeleteKeyVisitors(array $key_visitors, array $rsid_list)
{
try {
$this->setResult($resultReportSuite_DeleteKeyVisitors = $this->getSoapClient()->__soapCall('ReportSuite.DeleteKeyVisitors', [
$key_visitors,
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_DeleteKeyVisitors;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.DeleteKeyVisitors
Meta information extracted from the WSDL
- documentation: deletes a list of key visitors for the selected report suites
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $key_visitors
@param string[] $rsid_list
@return boolean|bool | ReportSuite_DeleteKeyVisitors | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_DeleteMarketingChannelCost($channel_type, $cost_group, $id, array $rsid_list)
{
try {
$this->setResult($resultReportSuite_DeleteMarketingChannelCost = $this->getSoapClient()->__soapCall('ReportSuite.DeleteMarketingChannelCost', [
$channel_type,
$cost_group,
$id,
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_DeleteMarketingChannelCost;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named
ReportSuite.DeleteMarketingChannelCost
Meta information extracted from the WSDL
- documentation: Deletes a cost item for the selected report suites
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $channel_type
@param string $cost_group
@param string $id
@param string[] $rsid_list
@return boolean|bool | ReportSuite_DeleteMarketingChannelCost | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_DeleteMarketingChannels(array $channel_ids, array $rsid_list)
{
try {
$this->setResult($resultReportSuite_DeleteMarketingChannels = $this->getSoapClient()->__soapCall('ReportSuite.DeleteMarketingChannels', [
$channel_ids,
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_DeleteMarketingChannels;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named
ReportSuite.DeleteMarketingChannels
Meta information extracted from the WSDL
- documentation: Delete marketing channels.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param int[] $channel_ids
@param string[] $rsid_list
@return int|bool | ReportSuite_DeleteMarketingChannels | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_DeletePages(array $page_id_list, array $rsid_list)
{
try {
$this->setResult($resultReportSuite_DeletePages = $this->getSoapClient()->__soapCall('ReportSuite.DeletePages', [
$page_id_list,
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_DeletePages;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.DeletePages
Meta information extracted from the WSDL
- documentation: Deletes the given pages from the requested report suites
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param int[] $page_id_list
@param string[] $rsid_list
@return int|bool | ReportSuite_DeletePages | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_DeletePaidSearch($filter, array $rsid_list, $rule, $search_engine)
{
try {
$this->setResult($resultReportSuite_DeletePaidSearch = $this->getSoapClient()->__soapCall('ReportSuite.DeletePaidSearch', [
$filter,
$rsid_list,
$rule,
$search_engine,
], [], [], $this->outputHeaders));
return $resultReportSuite_DeletePaidSearch;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.DeletePaidSearch
Meta information extracted from the WSDL
- documentation: Removes the specified paid search rule.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $filter
@param string[] $rsid_list
@param string $rule
@param string $search_engine
@return int|bool | ReportSuite_DeletePaidSearch | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_DeleteSavedFilter(array $savedFilterIds)
{
try {
$this->setResult($resultReportSuite_DeleteSavedFilter = $this->getSoapClient()->__soapCall('ReportSuite.DeleteSavedFilter', [
$savedFilterIds,
], [], [], $this->outputHeaders));
return $resultReportSuite_DeleteSavedFilter;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.DeleteSavedFilter
Meta information extracted from the WSDL
- documentation: Deletes a saved filter. (Internal use only.)
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param int[] $savedFilterIds
@return boolean|bool | ReportSuite_DeleteSavedFilter | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetActivation(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetActivation = $this->getSoapClient()->__soapCall('ReportSuite.GetActivation', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetActivation;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetActivation
Meta information extracted from the WSDL
- documentation: Retrieves the activated status for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return \StructType\ApiReport_suite_activation[]|bool | ReportSuite_GetActivation | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetAvailableElements($return_datawarehouse_elements, array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetAvailableElements = $this->getSoapClient()->__soapCall('ReportSuite.GetAvailableElements', [
$return_datawarehouse_elements,
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetAvailableElements;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetAvailableElements
Meta information extracted from the WSDL
- documentation: Returns available elements for a given report suite.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $return_datawarehouse_elements
@param string[] $rsid_list
@return \StructType\ApiReport_suite_elements[]|bool | ReportSuite_GetAvailableElements | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetAvailableMetrics($return_datawarehouse_metrics, array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetAvailableMetrics = $this->getSoapClient()->__soapCall('ReportSuite.GetAvailableMetrics', [
$return_datawarehouse_metrics,
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetAvailableMetrics;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetAvailableMetrics
Meta information extracted from the WSDL
- documentation: Returns available metrics for a given report suite.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $return_datawarehouse_metrics
@param string[] $rsid_list
@return \StructType\ApiReport_suite_metrics[]|bool | ReportSuite_GetAvailableMetrics | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetAxleStartDate(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetAxleStartDate = $this->getSoapClient()->__soapCall('ReportSuite.GetAxleStartDate', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetAxleStartDate;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetAxleStartDate
Meta information extracted from the WSDL
- documentation: Retrieves the axle start date for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return \StructType\ApiRs_axle_start_date[]|bool | ReportSuite_GetAxleStartDate | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetBaseCurrency(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetBaseCurrency = $this->getSoapClient()->__soapCall('ReportSuite.GetBaseCurrency', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetBaseCurrency;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetBaseCurrency
Meta information extracted from the WSDL
- documentation: Retrieves the base URL for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return \StructType\ApiReport_suite_base_currency[]|bool | ReportSuite_GetBaseCurrency | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetBaseURL(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetBaseURL = $this->getSoapClient()->__soapCall('ReportSuite.GetBaseURL', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetBaseURL;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetBaseURL
Meta information extracted from the WSDL
- documentation: Retrieves the base URL for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return \StructType\ApiReport_suite_base_url[]|bool | ReportSuite_GetBaseURL | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetCalculatedMetrics(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetCalculatedMetrics = $this->getSoapClient()->__soapCall('ReportSuite.GetCalculatedMetrics', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetCalculatedMetrics;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetCalculatedMetrics
Meta information extracted from the WSDL
- documentation: Retrieves the calculated metrics for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return \StructType\ApiReport_suite_calculated_metric[]|bool | ReportSuite_GetCalculatedMetrics | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetClassificationHierarchies($c_view, array $rel_id, array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetClassificationHierarchies = $this->getSoapClient()->__soapCall('ReportSuite.GetClassificationHierarchies', [
$c_view,
$rel_id,
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetClassificationHierarchies;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named
ReportSuite.GetClassificationHierarchies
Meta information extracted from the WSDL
- documentation: Retrieves the requested classifications from the requested report suites
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $c_view
@param string[] $rel_id
@param string[] $rsid_list
@return \StructType\ApiReport_suite_hierarchies[]|bool | ReportSuite_GetClassificationHierarchies | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetClassifications($c_view, array $rel_id, array $rsid_list, $type)
{
try {
$this->setResult($resultReportSuite_GetClassifications = $this->getSoapClient()->__soapCall('ReportSuite.GetClassifications', [
$c_view,
$rel_id,
$rsid_list,
$type,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetClassifications;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetClassifications
Meta information extracted from the WSDL
- documentation: Retrieves the requested classifications from the requested report suites
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $c_view
@param string[] $rel_id
@param string[] $rsid_list
@param string $type
@return \StructType\ApiReport_suite_classification[]|bool | ReportSuite_GetClassifications | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetCorrelations(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetCorrelations = $this->getSoapClient()->__soapCall('ReportSuite.GetCorrelations', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetCorrelations;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetCorrelations
Meta information extracted from the WSDL
- documentation: Retrieves the correlations for the specified report suites
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return \StructType\ApiReport_suite_correlation[]|bool | ReportSuite_GetCorrelations | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetCustomCalendar(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetCustomCalendar = $this->getSoapClient()->__soapCall('ReportSuite.GetCustomCalendar', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetCustomCalendar;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetCustomCalendar
Meta information extracted from the WSDL
- documentation: Retrieves the custom calendar for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return \StructType\ApiReport_suite_custom_calendar[]|bool | ReportSuite_GetCustomCalendar | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetDefaultPage(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetDefaultPage = $this->getSoapClient()->__soapCall('ReportSuite.GetDefaultPage', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetDefaultPage;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetDefaultPage
Meta information extracted from the WSDL
- documentation: Retrieves the default page for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return \StructType\ApiReport_suite_default_page[]|bool | ReportSuite_GetDefaultPage | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetEVars(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetEVars = $this->getSoapClient()->__soapCall('ReportSuite.GetEVars', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetEVars;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetEVars
Meta information extracted from the WSDL
- documentation: Retrieves the conversion variables for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return \StructType\ApiReport_suite_evar[]|bool | ReportSuite_GetEVars | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetEcommerce(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetEcommerce = $this->getSoapClient()->__soapCall('ReportSuite.GetEcommerce', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetEcommerce;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetEcommerce
Meta information extracted from the WSDL
- documentation: Retrieves the Conversion level for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return \StructType\ApiReport_suite_ecommerce[]|bool | ReportSuite_GetEcommerce | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetFindingMethods(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetFindingMethods = $this->getSoapClient()->__soapCall('ReportSuite.GetFindingMethods', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetFindingMethods;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetFindingMethods
Meta information extracted from the WSDL
- documentation: Retrieves the finding methods for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return \StructType\ApiReport_suite_finding_method[]|bool | ReportSuite_GetFindingMethods | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetIPAddressExclusions(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetIPAddressExclusions = $this->getSoapClient()->__soapCall('ReportSuite.GetIPAddressExclusions', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetIPAddressExclusions;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetIPAddressExclusions
Meta information extracted from the WSDL
- documentation: Returns the IP address exclusions for a given report suite.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return \StructType\ApiReport_suite_ip_exclusions[]|bool | ReportSuite_GetIPAddressExclusions | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetIPObfuscation(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetIPObfuscation = $this->getSoapClient()->__soapCall('ReportSuite.GetIPObfuscation', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetIPObfuscation;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetIPObfuscation
Meta information extracted from the WSDL
- documentation: Retrieves the IP Address Obfuscation setting.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return \StructType\ApiReport_suite_ip_obfuscation[]|bool | ReportSuite_GetIPObfuscation | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetInternalURLFilters(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetInternalURLFilters = $this->getSoapClient()->__soapCall('ReportSuite.GetInternalURLFilters', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetInternalURLFilters;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetInternalURLFilters
Meta information extracted from the WSDL
- documentation: Retrieves the internal URL filters for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return \StructType\ApiReport_suite_internal_url_filter[]|bool | ReportSuite_GetInternalURLFilters | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetKeyVisitors(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetKeyVisitors = $this->getSoapClient()->__soapCall('ReportSuite.GetKeyVisitors', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetKeyVisitors;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetKeyVisitors
Meta information extracted from the WSDL
- documentation: Retrieves a list of Key visitors for the specified report suites
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return \StructType\ApiReport_suite_key_visitor[]|bool | ReportSuite_GetKeyVisitors | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetLocalization(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetLocalization = $this->getSoapClient()->__soapCall('ReportSuite.GetLocalization', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetLocalization;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetLocalization
Meta information extracted from the WSDL
- documentation: Retrieves the status of the multibyte character setting for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return \StructType\ApiReport_suite_localization[]|bool | ReportSuite_GetLocalization | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetMarketingChannelCost(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetMarketingChannelCost = $this->getSoapClient()->__soapCall('ReportSuite.GetMarketingChannelCost', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetMarketingChannelCost;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named
ReportSuite.GetMarketingChannelCost
Meta information extracted from the WSDL
- documentation: Retrieves the marketing channel cost metrics for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return \StructType\ApiReport_suite_costs[]|bool | ReportSuite_GetMarketingChannelCost | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetMarketingChannelExpiration(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetMarketingChannelExpiration = $this->getSoapClient()->__soapCall('ReportSuite.GetMarketingChannelExpiration', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetMarketingChannelExpiration;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named
ReportSuite.GetMarketingChannelExpiration
Meta information extracted from the WSDL
- documentation: Retrieves the marketing channel engagement period expiration information for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return \StructType\ApiExpiration_event[]|bool | ReportSuite_GetMarketingChannelExpiration | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetMarketingChannelRules(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetMarketingChannelRules = $this->getSoapClient()->__soapCall('ReportSuite.GetMarketingChannelRules', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetMarketingChannelRules;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named
ReportSuite.GetMarketingChannelRules
Meta information extracted from the WSDL
- documentation: Retrieves the marketing channel rules for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return \StructType\ApiRs_mchannel_rulesets[]|bool | ReportSuite_GetMarketingChannelRules | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetMarketingChannels(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetMarketingChannels = $this->getSoapClient()->__soapCall('ReportSuite.GetMarketingChannels', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetMarketingChannels;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetMarketingChannels
Meta information extracted from the WSDL
- documentation: Retrieves the marketing channels for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return \StructType\ApiMchannels[]|bool | ReportSuite_GetMarketingChannels | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetMarketingChannelsCustomSubRelations($rel_id, $rsid)
{
try {
$this->setResult($resultReportSuite_GetMarketingChannelsCustomSubRelations = $this->getSoapClient()->__soapCall('ReportSuite.GetMarketingChannelsCustomSubRelations', [
$rel_id,
$rsid,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetMarketingChannelsCustomSubRelations;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named
ReportSuite.GetMarketingChannelsCustomSubRelations
Meta information extracted from the WSDL
- documentation: Retrieves the available custom subrelations for the marketing channels in the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $rel_id
@param string $rsid
@return \StructType\ApiChannel_sub_relations_element|bool | ReportSuite_GetMarketingChannelsCustomSubRelations | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetMobileAppReporting(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetMobileAppReporting = $this->getSoapClient()->__soapCall('ReportSuite.GetMobileAppReporting', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetMobileAppReporting;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetMobileAppReporting
Meta information extracted from the WSDL
- documentation: Retrieves the Mobile Application Tracking settings for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return string|bool | ReportSuite_GetMobileAppReporting | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetPages($limit, $page_search, array $rsid_list, $sc_period, $start_point)
{
try {
$this->setResult($resultReportSuite_GetPages = $this->getSoapClient()->__soapCall('ReportSuite.GetPages', [
$limit,
$page_search,
$rsid_list,
$sc_period,
$start_point,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetPages;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetPages
Meta information extracted from the WSDL
- documentation: Retrieves a list of pages for the specified report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $limit
@param string $page_search
@param string[] $rsid_list
@param string $sc_period
@param string $start_point
@return \StructType\ApiReport_suite_pages[]|bool | ReportSuite_GetPages | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetPaidSearch(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetPaidSearch = $this->getSoapClient()->__soapCall('ReportSuite.GetPaidSearch', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetPaidSearch;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetPaidSearch
Meta information extracted from the WSDL
- documentation: Retrieves the paid search settings for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return \StructType\ApiReport_suite_paid_search[]|bool | ReportSuite_GetPaidSearch | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetPermanentTraffic(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetPermanentTraffic = $this->getSoapClient()->__soapCall('ReportSuite.GetPermanentTraffic', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetPermanentTraffic;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetPermanentTraffic
Meta information extracted from the WSDL
- documentation: Retrieves the permanent traffic settings for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return \StructType\ApiPermanent_traffic[]|bool | ReportSuite_GetPermanentTraffic | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetProcessingStatus(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetProcessingStatus = $this->getSoapClient()->__soapCall('ReportSuite.GetProcessingStatus', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetProcessingStatus;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetProcessingStatus
Meta information extracted from the WSDL
- documentation: Returns processing status for the given report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return \StructType\ApiReport_suite_processing_status[]|bool | ReportSuite_GetProcessingStatus | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetRollupDates(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetRollupDates = $this->getSoapClient()->__soapCall('ReportSuite.GetRollupDates', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetRollupDates;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetRollupDates
Meta information extracted from the WSDL
- documentation: Returns rollup dates for the given rollup report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return \StructType\ApiReport_suite_rollup_dates[]|bool | ReportSuite_GetRollupDates | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetRollups()
{
try {
$this->setResult($resultReportSuite_GetRollups = $this->getSoapClient()->__soapCall('ReportSuite.GetRollups', [], [], [], $this->outputHeaders));
return $resultReportSuite_GetRollups;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetRollups
Meta information extracted from the WSDL
- documentation: Retrieves the rollups for the company.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@return \StructType\ApiRollup[]|bool | ReportSuite_GetRollups | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetSavedFilters()
{
try {
$this->setResult($resultReportSuite_GetSavedFilters = $this->getSoapClient()->__soapCall('ReportSuite.GetSavedFilters', [], [], [], $this->outputHeaders));
return $resultReportSuite_GetSavedFilters;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetSavedFilters
Meta information extracted from the WSDL
- documentation: Gets the saved filters for a report suite. (Internal use only.)
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@return \StructType\ApiSaved_filter[]|bool | ReportSuite_GetSavedFilters | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetScheduledSpike(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetScheduledSpike = $this->getSoapClient()->__soapCall('ReportSuite.GetScheduledSpike', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetScheduledSpike;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetScheduledSpike
Meta information extracted from the WSDL
- documentation: Retrieves the scheduled traffic changes for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return \StructType\ApiSchedule_spike[]|bool | ReportSuite_GetScheduledSpike | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetSegments(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetSegments = $this->getSoapClient()->__soapCall('ReportSuite.GetSegments', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetSegments;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetSegments
Meta information extracted from the WSDL
- documentation: Retrieves the requested classifications from the requested report suites
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return \StructType\ApiRs_sc_segments[]|bool | ReportSuite_GetSegments | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetSettings($locale, array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetSettings = $this->getSoapClient()->__soapCall('ReportSuite.GetSettings', [
$locale,
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetSettings;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetSettings
Meta information extracted from the WSDL
- documentation: Returns report suite settings.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $locale
@param string[] $rsid_list
@return \StructType\ApiReport_suite_settings[]|bool | ReportSuite_GetSettings | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetSiteTitle(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetSiteTitle = $this->getSoapClient()->__soapCall('ReportSuite.GetSiteTitle', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetSiteTitle;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetSiteTitle
Meta information extracted from the WSDL
- documentation: Retrieves the Site Title for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return \StructType\ApiReport_suite_site_title[]|bool | ReportSuite_GetSiteTitle | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetSuccessEvents(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetSuccessEvents = $this->getSoapClient()->__soapCall('ReportSuite.GetSuccessEvents', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetSuccessEvents;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetSuccessEvents
Meta information extracted from the WSDL
- documentation: Retrieves the success events for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return \StructType\ApiReport_suite_event[]|bool | ReportSuite_GetSuccessEvents | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetTemplate(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetTemplate = $this->getSoapClient()->__soapCall('ReportSuite.GetTemplate', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetTemplate;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetTemplate
Meta information extracted from the WSDL
- documentation: Retrieves the templates for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return \StructType\ApiReport_suite_template[]|bool | ReportSuite_GetTemplate | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.