code
stringlengths 17
296k
| 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 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 |
public function ReportSuite_GetTimeZone(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetTimeZone = $this->getSoapClient()->__soapCall('ReportSuite.GetTimeZone', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetTimeZone;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetTimeZone
Meta information extracted from the WSDL
- documentation: Retrieves the Time Zone for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return \StructType\ApiReport_suite_time_zone[]|bool | ReportSuite_GetTimeZone | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetTrafficVars(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetTrafficVars = $this->getSoapClient()->__soapCall('ReportSuite.GetTrafficVars', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetTrafficVars;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetTrafficVars
Meta information extracted from the WSDL
- documentation: Retrieves the Traffic Vars for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return \StructType\ApiReport_suite_traffic_var[]|bool | ReportSuite_GetTrafficVars | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetUIVisibility(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetUIVisibility = $this->getSoapClient()->__soapCall('ReportSuite.GetUIVisibility', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetUIVisibility;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetUIVisibility
Meta information extracted from the WSDL
- documentation: Retrieves the visibility states for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return \StructType\ApiReport_suite_ui_element[]|bool | ReportSuite_GetUIVisibility | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetUniqueVisitorVariable(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetUniqueVisitorVariable = $this->getSoapClient()->__soapCall('ReportSuite.GetUniqueVisitorVariable', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetUniqueVisitorVariable;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named
ReportSuite.GetUniqueVisitorVariable
Meta information extracted from the WSDL
- documentation: Retrieves a list of unique visitor variables
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return \StructType\ApiReport_suite_unique_visitor_variable[]|bool | ReportSuite_GetUniqueVisitorVariable | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetVideoReporting(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetVideoReporting = $this->getSoapClient()->__soapCall('ReportSuite.GetVideoReporting', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetVideoReporting;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetVideoReporting
Meta information extracted from the WSDL
- documentation: Retrieves the Video Tracking settings for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return string|bool | ReportSuite_GetVideoReporting | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_GetVideoTracking(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_GetVideoTracking = $this->getSoapClient()->__soapCall('ReportSuite.GetVideoTracking', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_GetVideoTracking;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.GetVideoTracking
Meta information extracted from the WSDL
- documentation: Retrieves the Video Tracking settings for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return \StructType\ApiReport_suite_video_tracking[]|bool | ReportSuite_GetVideoTracking | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_SaveBaseCurrency($base_currency, array $rsid_list)
{
try {
$this->setResult($resultReportSuite_SaveBaseCurrency = $this->getSoapClient()->__soapCall('ReportSuite.SaveBaseCurrency', [
$base_currency,
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_SaveBaseCurrency;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.SaveBaseCurrency
Meta information extracted from the WSDL
- documentation: Saves the Base Currency setting.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $base_currency
@param string[] $rsid_list
@return int|bool | ReportSuite_SaveBaseCurrency | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_SaveBaseURL($base_url, array $rsid_list)
{
try {
$this->setResult($resultReportSuite_SaveBaseURL = $this->getSoapClient()->__soapCall('ReportSuite.SaveBaseURL', [
$base_url,
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_SaveBaseURL;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.SaveBaseURL
Meta information extracted from the WSDL
- documentation: Saves the base URL for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $base_url
@param string[] $rsid_list
@return int|bool | ReportSuite_SaveBaseURL | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_SaveCalculatedMetrics(array $calculated_metrics, array $rsid_list)
{
try {
$this->setResult($resultReportSuite_SaveCalculatedMetrics = $this->getSoapClient()->__soapCall('ReportSuite.SaveCalculatedMetrics', [
$calculated_metrics,
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_SaveCalculatedMetrics;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.SaveCalculatedMetrics
Meta information extracted from the WSDL
- documentation: Saves 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_SaveCalculatedMetrics | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_SaveClassificationHierarchies(array $c_options, $c_view, $camp_view, $div_num, $name, $parent_div_num, array $rsid_list, $type, $update)
{
try {
$this->setResult($resultReportSuite_SaveClassificationHierarchies = $this->getSoapClient()->__soapCall('ReportSuite.SaveClassificationHierarchies', [
$c_options,
$c_view,
$camp_view,
$div_num,
$name,
$parent_div_num,
$rsid_list,
$type,
$update,
], [], [], $this->outputHeaders));
return $resultReportSuite_SaveClassificationHierarchies;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named
ReportSuite.SaveClassificationHierarchies
Meta information extracted from the WSDL
- documentation: Modifies a classification hierarchy for one or more report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $c_options
@param string $c_view
@param string $camp_view
@param string $div_num
@param string $name
@param string $parent_div_num
@param string[] $rsid_list
@param string $type
@param string $update
@return int|bool | ReportSuite_SaveClassificationHierarchies | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_SaveClassifications(array $c_options, $c_view, $camp_view, $div_num, $name, $parent_div_num, array $rsid_list, $type, $update)
{
try {
$this->setResult($resultReportSuite_SaveClassifications = $this->getSoapClient()->__soapCall('ReportSuite.SaveClassifications', [
$c_options,
$c_view,
$camp_view,
$div_num,
$name,
$parent_div_num,
$rsid_list,
$type,
$update,
], [], [], $this->outputHeaders));
return $resultReportSuite_SaveClassifications;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.SaveClassifications
Meta information extracted from the WSDL
- documentation: Saves a classification for one or more report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $c_options
@param string $c_view
@param string $camp_view
@param string $div_num
@param string $name
@param string $parent_div_num
@param string[] $rsid_list
@param string $type
@param string $update
@return int|bool | ReportSuite_SaveClassifications | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_SaveCustomCalendar($anchor_date, $cal_type, array $rsid_list)
{
try {
$this->setResult($resultReportSuite_SaveCustomCalendar = $this->getSoapClient()->__soapCall('ReportSuite.SaveCustomCalendar', [
$anchor_date,
$cal_type,
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_SaveCustomCalendar;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.SaveCustomCalendar
Meta information extracted from the WSDL
- documentation: Enables custom calendars for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $anchor_date
@param string $cal_type
@param string[] $rsid_list
@return int|bool | ReportSuite_SaveCustomCalendar | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_SaveDefaultPage($default_page, array $rsid_list)
{
try {
$this->setResult($resultReportSuite_SaveDefaultPage = $this->getSoapClient()->__soapCall('ReportSuite.SaveDefaultPage', [
$default_page,
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_SaveDefaultPage;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.SaveDefaultPage
Meta information extracted from the WSDL
- documentation: Saves the default page for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $default_page
@param string[] $rsid_list
@return int|bool | ReportSuite_SaveDefaultPage | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_SaveEVars(array $evars, array $rsid_list)
{
try {
$this->setResult($resultReportSuite_SaveEVars = $this->getSoapClient()->__soapCall('ReportSuite.SaveEVars', [
$evars,
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_SaveEVars;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.SaveEVars
Meta information extracted from the WSDL
- documentation: Saves the conversion variables for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param \StructType\ApiEvar[] $evars
@param string[] $rsid_list
@return int|bool | ReportSuite_SaveEVars | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_SaveEcommerce($ecommerce, array $rsid_list)
{
try {
$this->setResult($resultReportSuite_SaveEcommerce = $this->getSoapClient()->__soapCall('ReportSuite.SaveEcommerce', [
$ecommerce,
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_SaveEcommerce;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.SaveEcommerce
Meta information extracted from the WSDL
- documentation: Saves the conversion level for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $ecommerce
@param string[] $rsid_list
@return int|bool | ReportSuite_SaveEcommerce | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_SaveFindingMethods(array $reports, array $rsid_list)
{
try {
$this->setResult($resultReportSuite_SaveFindingMethods = $this->getSoapClient()->__soapCall('ReportSuite.SaveFindingMethods', [
$reports,
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_SaveFindingMethods;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.SaveFindingMethods
Meta information extracted from the WSDL
- documentation: Saves finding method settings.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param \StructType\ApiFinding_method[] $reports
@param string[] $rsid_list
@return int|bool | ReportSuite_SaveFindingMethods | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_SaveIPAddressExclusions(array $ip_list, array $rsid_list)
{
try {
$this->setResult($resultReportSuite_SaveIPAddressExclusions = $this->getSoapClient()->__soapCall('ReportSuite.SaveIPAddressExclusions', [
$ip_list,
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_SaveIPAddressExclusions;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named
ReportSuite.SaveIPAddressExclusions
Meta information extracted from the WSDL
- documentation: Add an IP exclusion entry for a given report suite.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param \StructType\ApiSave_ip_exclusion[] $ip_list
@param string[] $rsid_list
@return int|bool | ReportSuite_SaveIPAddressExclusions | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_SaveIPObfuscation($ip_obfuscation, array $rsid_list)
{
try {
$this->setResult($resultReportSuite_SaveIPObfuscation = $this->getSoapClient()->__soapCall('ReportSuite.SaveIPObfuscation', [
$ip_obfuscation,
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_SaveIPObfuscation;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.SaveIPObfuscation
Meta information extracted from the WSDL
- documentation: Saves the IP Address Obfuscation setting.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $ip_obfuscation
@param string[] $rsid_list
@return int|bool | ReportSuite_SaveIPObfuscation | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_SaveMarketingChannelCost(\StructType\ApiCost_item $cost_item, array $rsid_list)
{
try {
$this->setResult($resultReportSuite_SaveMarketingChannelCost = $this->getSoapClient()->__soapCall('ReportSuite.SaveMarketingChannelCost', [
$cost_item,
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_SaveMarketingChannelCost;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named
ReportSuite.SaveMarketingChannelCost
Meta information extracted from the WSDL
- documentation: Saves the marketing channel costs for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param \StructType\ApiCost_item $cost_item
@param string[] $rsid_list
@return int|bool | ReportSuite_SaveMarketingChannelCost | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_SaveMarketingChannelExpiration($days, array $rsid_list)
{
try {
$this->setResult($resultReportSuite_SaveMarketingChannelExpiration = $this->getSoapClient()->__soapCall('ReportSuite.SaveMarketingChannelExpiration', [
$days,
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_SaveMarketingChannelExpiration;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named
ReportSuite.SaveMarketingChannelExpiration
Meta information extracted from the WSDL
- documentation: Saves the visitor expiration period. Set the number of days required before the visit expires, or 0 for never expires
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $days
@param string[] $rsid_list
@return int|bool | ReportSuite_SaveMarketingChannelExpiration | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_SaveMarketingChannelRules(array $mchannel_rules, array $rsid_list)
{
try {
$this->setResult($resultReportSuite_SaveMarketingChannelRules = $this->getSoapClient()->__soapCall('ReportSuite.SaveMarketingChannelRules', [
$mchannel_rules,
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_SaveMarketingChannelRules;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named
ReportSuite.SaveMarketingChannelRules
Meta information extracted from the WSDL
- documentation: Saves the marketing channel rules for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param \StructType\ApiMchannel_ruleset[] $mchannel_rules
@param string[] $rsid_list
@return int|bool | ReportSuite_SaveMarketingChannelRules | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_SaveMarketingChannels(array $channels, array $rsid_list)
{
try {
$this->setResult($resultReportSuite_SaveMarketingChannels = $this->getSoapClient()->__soapCall('ReportSuite.SaveMarketingChannels', [
$channels,
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_SaveMarketingChannels;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.SaveMarketingChannels
Meta information extracted from the WSDL
- documentation: Saves a set of marketing channels.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param \StructType\ApiMchannel[] $channels
@param string[] $rsid_list
@return int|bool | ReportSuite_SaveMarketingChannels | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_SaveMobileAppReporting(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_SaveMobileAppReporting = $this->getSoapClient()->__soapCall('ReportSuite.SaveMobileAppReporting', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_SaveMobileAppReporting;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.SaveMobileAppReporting
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return void|bool | ReportSuite_SaveMobileAppReporting | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_SavePaidSearch($filter, array $rsid_list, $rule, $search_engine)
{
try {
$this->setResult($resultReportSuite_SavePaidSearch = $this->getSoapClient()->__soapCall('ReportSuite.SavePaidSearch', [
$filter,
$rsid_list,
$rule,
$search_engine,
], [], [], $this->outputHeaders));
return $resultReportSuite_SavePaidSearch;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.SavePaidSearch
Meta information extracted from the WSDL
- documentation: Saves the paid search settings for the requested report suites.
@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_SavePaidSearch | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_SavePermanentTraffic($new_hits_per_day, array $rsid_list, $start_date)
{
try {
$this->setResult($resultReportSuite_SavePermanentTraffic = $this->getSoapClient()->__soapCall('ReportSuite.SavePermanentTraffic', [
$new_hits_per_day,
$rsid_list,
$start_date,
], [], [], $this->outputHeaders));
return $resultReportSuite_SavePermanentTraffic;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.SavePermanentTraffic
Meta information extracted from the WSDL
- documentation: Saves the permanent traffic settings for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $new_hits_per_day
@param string[] $rsid_list
@param string $start_date
@return int|bool | ReportSuite_SavePermanentTraffic | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_SaveRollup($go_live_date, array $rollup_rsids, $rsid, $time_zone)
{
try {
$this->setResult($resultReportSuite_SaveRollup = $this->getSoapClient()->__soapCall('ReportSuite.SaveRollup', [
$go_live_date,
$rollup_rsids,
$rsid,
$time_zone,
], [], [], $this->outputHeaders));
return $resultReportSuite_SaveRollup;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.SaveRollup
Meta information extracted from the WSDL
- documentation: Saves a rollup for the company.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $go_live_date
@param string[] $rollup_rsids
@param string $rsid
@param string $time_zone
@return int|bool | ReportSuite_SaveRollup | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_SaveSavedFilters(array $savedFilters)
{
try {
$this->setResult($resultReportSuite_SaveSavedFilters = $this->getSoapClient()->__soapCall('ReportSuite.SaveSavedFilters', [
$savedFilters,
], [], [], $this->outputHeaders));
return $resultReportSuite_SaveSavedFilters;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.SaveSavedFilters
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_SaveSavedFilters | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_SaveScheduledSpike($end_date, array $rsid_list, $spike_hits_per_day, $start_date)
{
try {
$this->setResult($resultReportSuite_SaveScheduledSpike = $this->getSoapClient()->__soapCall('ReportSuite.SaveScheduledSpike', [
$end_date,
$rsid_list,
$spike_hits_per_day,
$start_date,
], [], [], $this->outputHeaders));
return $resultReportSuite_SaveScheduledSpike;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.SaveScheduledSpike
Meta information extracted from the WSDL
- documentation: Saves scheduled traffic spikes for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $end_date
@param string[] $rsid_list
@param string $spike_hits_per_day
@param string $start_date
@return int|bool | ReportSuite_SaveScheduledSpike | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_SaveSiteTitle(array $rsid_list, $site_title)
{
try {
$this->setResult($resultReportSuite_SaveSiteTitle = $this->getSoapClient()->__soapCall('ReportSuite.SaveSiteTitle', [
$rsid_list,
$site_title,
], [], [], $this->outputHeaders));
return $resultReportSuite_SaveSiteTitle;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.SaveSiteTitle
Meta information extracted from the WSDL
- documentation: Changes the Site Title of the report suites specified (it is not recommended to update multiple report suites with the same site title)
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@param string $site_title
@return int|bool | ReportSuite_SaveSiteTitle | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_SaveSuccessEvents(array $events, array $rsid_list)
{
try {
$this->setResult($resultReportSuite_SaveSuccessEvents = $this->getSoapClient()->__soapCall('ReportSuite.SaveSuccessEvents', [
$events,
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_SaveSuccessEvents;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.SaveSuccessEvents
Meta information extracted from the WSDL
- documentation: Saves the success events to rsid_list
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param \StructType\ApiEvent[] $events
@param string[] $rsid_list
@return int|bool | ReportSuite_SaveSuccessEvents | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_SaveSurveySettings(array $rsid_list, $survey_display_event_num, $survey_evar_num, $survey_submit_event_num)
{
try {
$this->setResult($resultReportSuite_SaveSurveySettings = $this->getSoapClient()->__soapCall('ReportSuite.SaveSurveySettings', [
$rsid_list,
$survey_display_event_num,
$survey_evar_num,
$survey_submit_event_num,
], [], [], $this->outputHeaders));
return $resultReportSuite_SaveSurveySettings;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.SaveSurveySettings
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@param string $survey_display_event_num
@param string $survey_evar_num
@param string $survey_submit_event_num
@return void|bool | ReportSuite_SaveSurveySettings | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_SaveTimeZone(array $rsid_list, $time_zone)
{
try {
$this->setResult($resultReportSuite_SaveTimeZone = $this->getSoapClient()->__soapCall('ReportSuite.SaveTimeZone', [
$rsid_list,
$time_zone,
], [], [], $this->outputHeaders));
return $resultReportSuite_SaveTimeZone;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.SaveTimeZone
Meta information extracted from the WSDL
- documentation: Changes the timezone (lookup ID) of the report suites specified
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@param string $time_zone
@return int|bool | ReportSuite_SaveTimeZone | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_SaveTrafficVars(array $property, array $rsid_list)
{
try {
$this->setResult($resultReportSuite_SaveTrafficVars = $this->getSoapClient()->__soapCall('ReportSuite.SaveTrafficVars', [
$property,
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_SaveTrafficVars;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.SaveTrafficVars
Meta information extracted from the WSDL
- documentation: Saves the Traffic Vars for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param \StructType\ApiTraffic_var[] $property
@param string[] $rsid_list
@return int|bool | ReportSuite_SaveTrafficVars | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_SaveUIVisibility(array $rsid_list, $state, $ui_element)
{
try {
$this->setResult($resultReportSuite_SaveUIVisibility = $this->getSoapClient()->__soapCall('ReportSuite.SaveUIVisibility', [
$rsid_list,
$state,
$ui_element,
], [], [], $this->outputHeaders));
return $resultReportSuite_SaveUIVisibility;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.SaveUIVisibility
Meta information extracted from the WSDL
- documentation: Changes the visibility state of the UI element given for the requested report suites.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@param string $state
@param string $ui_element
@return boolean|bool | ReportSuite_SaveUIVisibility | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_SaveUniqueVisitorVariable(array $rsid_list, $unique_visitor_variable)
{
try {
$this->setResult($resultReportSuite_SaveUniqueVisitorVariable = $this->getSoapClient()->__soapCall('ReportSuite.SaveUniqueVisitorVariable', [
$rsid_list,
$unique_visitor_variable,
], [], [], $this->outputHeaders));
return $resultReportSuite_SaveUniqueVisitorVariable;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named
ReportSuite.SaveUniqueVisitorVariable
Meta information extracted from the WSDL
- documentation: Sets the unique visitor variable specified
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@param string $unique_visitor_variable
@return int|bool | ReportSuite_SaveUniqueVisitorVariable | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function ReportSuite_SaveVideoReporting(array $rsid_list)
{
try {
$this->setResult($resultReportSuite_SaveVideoReporting = $this->getSoapClient()->__soapCall('ReportSuite.SaveVideoReporting', [
$rsid_list,
], [], [], $this->outputHeaders));
return $resultReportSuite_SaveVideoReporting;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named ReportSuite.SaveVideoReporting
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $rsid_list
@return void|bool | ReportSuite_SaveVideoReporting | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Saint_CheckJobStatus($job_id)
{
try {
$this->setResult($resultSaint_CheckJobStatus = $this->getSoapClient()->__soapCall('Saint.CheckJobStatus', [
$job_id,
], [], [], $this->outputHeaders));
return $resultSaint_CheckJobStatus;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Saint.CheckJobStatus
Meta information extracted from the WSDL
- documentation: Return the current status of a Saint API Job.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $job_id
@return \StructType\ApiSaintresult[]|bool | Saint_CheckJobStatus | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Saint_CreateFTP($description, $email, $export, $overwrite, $relation_id, array $rsid_list)
{
try {
$this->setResult($resultSaint_CreateFTP = $this->getSoapClient()->__soapCall('Saint.CreateFTP', [
$description,
$email,
$export,
$overwrite,
$relation_id,
$rsid_list,
], [], [], $this->outputHeaders));
return $resultSaint_CreateFTP;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Saint.CreateFTP
Meta information extracted from the WSDL
- documentation: Creates an ftp account for the given parameters and returns the ftp account info
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $description
@param string $email
@param string $export
@param string $overwrite
@param string $relation_id
@param string[] $rsid_list
@return \StructType\ApiSaint_ftp_info|bool | Saint_CreateFTP | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Saint_ExportCreateJob($campaign_filter_begin_range, $campaign_filter_end_range, $campaign_filter_option, $date_filter_row_end_date, $date_filter_row_start_date, $email_address, $encoding, $relation_id, array $report_suite_array, $row_match_filter_empty_column_name, $row_match_filter_match_column_name, $row_match_filter_match_column_value, $select_all_rows, $select_number_of_rows)
{
try {
$this->setResult($resultSaint_ExportCreateJob = $this->getSoapClient()->__soapCall('Saint.ExportCreateJob', [
$campaign_filter_begin_range,
$campaign_filter_end_range,
$campaign_filter_option,
$date_filter_row_end_date,
$date_filter_row_start_date,
$email_address,
$encoding,
$relation_id,
$report_suite_array,
$row_match_filter_empty_column_name,
$row_match_filter_match_column_name,
$row_match_filter_match_column_value,
$select_all_rows,
$select_number_of_rows,
], [], [], $this->outputHeaders));
return $resultSaint_ExportCreateJob;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Saint.ExportCreateJob
Meta information extracted from the WSDL
- documentation: Creates Saint Export Job.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $campaign_filter_begin_range
@param string $campaign_filter_end_range
@param string $campaign_filter_option
@param string $date_filter_row_end_date
@param string $date_filter_row_start_date
@param string $email_address
@param string $encoding
@param string $relation_id
@param string[] $report_suite_array
@param string $row_match_filter_empty_column_name
@param string $row_match_filter_match_column_name
@param string $row_match_filter_match_column_value
@param string $select_all_rows
@param string $select_number_of_rows
@return string|bool | Saint_ExportCreateJob | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Saint_ExportGetFileSegment($file_id, $segment_id)
{
try {
$this->setResult($resultSaint_ExportGetFileSegment = $this->getSoapClient()->__soapCall('Saint.ExportGetFileSegment', [
$file_id,
$segment_id,
], [], [], $this->outputHeaders));
return $resultSaint_ExportGetFileSegment;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Saint.ExportGetFileSegment
Meta information extracted from the WSDL
- documentation: Returns the page details of a given file_id
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $file_id
@param string $segment_id
@return \StructType\ApiPagedetail[]|bool | Saint_ExportGetFileSegment | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Saint_GetCompatabiltyMetrics(array $report_suite_array)
{
try {
$this->setResult($resultSaint_GetCompatabiltyMetrics = $this->getSoapClient()->__soapCall('Saint.GetCompatabiltyMetrics', [
$report_suite_array,
], [], [], $this->outputHeaders));
return $resultSaint_GetCompatabiltyMetrics;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Saint.GetCompatabiltyMetrics
Meta information extracted from the WSDL
- documentation: Returns Array of compatability information for a report suite(s),
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string[] $report_suite_array
@return \StructType\ApiCompatability[]|bool | Saint_GetCompatabiltyMetrics | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Saint_GetFilters($relation_id, array $report_suite_array)
{
try {
$this->setResult($resultSaint_GetFilters = $this->getSoapClient()->__soapCall('Saint.GetFilters', [
$relation_id,
$report_suite_array,
], [], [], $this->outputHeaders));
return $resultSaint_GetFilters;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Saint.GetFilters
Meta information extracted from the WSDL
- documentation: Get SAINT export filters.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $relation_id
@param string[] $report_suite_array
@return \StructType\ApiExport_filter[]|bool | Saint_GetFilters | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Saint_GetTemplate($encoding, array $numeric_div_nums, $relation_id, $report_suite, array $text_div_nums)
{
try {
$this->setResult($resultSaint_GetTemplate = $this->getSoapClient()->__soapCall('Saint.GetTemplate', [
$encoding,
$numeric_div_nums,
$relation_id,
$report_suite,
$text_div_nums,
], [], [], $this->outputHeaders));
return $resultSaint_GetTemplate;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Saint.GetTemplate
Meta information extracted from the WSDL
- documentation: Returns the template to be used in the SAINT browser or FTP download
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $encoding
@param int[] $numeric_div_nums
@param string $relation_id
@param string $report_suite
@param int[] $text_div_nums
@return string|bool | Saint_GetTemplate | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Saint_ImportCommitJob($job_id)
{
try {
$this->setResult($resultSaint_ImportCommitJob = $this->getSoapClient()->__soapCall('Saint.ImportCommitJob', [
$job_id,
], [], [], $this->outputHeaders));
return $resultSaint_ImportCommitJob;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Saint.ImportCommitJob
Meta information extracted from the WSDL
- documentation: Commits a specified Saint Import job for processing.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $job_id
@return string|bool | Saint_ImportCommitJob | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Saint_ImportCreateJob($check_divisions, $description, $email_address, $export_results, array $header, $overwrite_conflicts, $relation_id, array $report_suite_array)
{
try {
$this->setResult($resultSaint_ImportCreateJob = $this->getSoapClient()->__soapCall('Saint.ImportCreateJob', [
$check_divisions,
$description,
$email_address,
$export_results,
$header,
$overwrite_conflicts,
$relation_id,
$report_suite_array,
], [], [], $this->outputHeaders));
return $resultSaint_ImportCreateJob;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Saint.ImportCreateJob
Meta information extracted from the WSDL
- documentation: Creates a Saint Import Job
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $check_divisions
@param string $description
@param string $email_address
@param string $export_results
@param string[] $header
@param string $overwrite_conflicts
@param string $relation_id
@param string[] $report_suite_array
@return int|bool | Saint_ImportCreateJob | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Saint_ImportPopulateJob($job_id, $page, array $rows)
{
try {
$this->setResult($resultSaint_ImportPopulateJob = $this->getSoapClient()->__soapCall('Saint.ImportPopulateJob', [
$job_id,
$page,
$rows,
], [], [], $this->outputHeaders));
return $resultSaint_ImportPopulateJob;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Saint.ImportPopulateJob
Meta information extracted from the WSDL
- documentation: Attaches Import data to a given Saint Import job.
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $job_id
@param string $page
@param \StructType\ApiRow[] $rows
@return string|bool | Saint_ImportPopulateJob | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Saint_ListFTP()
{
try {
$this->setResult($resultSaint_ListFTP = $this->getSoapClient()->__soapCall('Saint.ListFTP', [], [], [], $this->outputHeaders));
return $resultSaint_ListFTP;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Saint.ListFTP
Meta information extracted from the WSDL
- documentation: Returns a list of the ftp accounts configured for this company
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@return \StructType\ApiSaint_ftp[]|bool | Saint_ListFTP | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Scheduling_CreatePublishedReport($location, $product, \StructType\ApiScheduledReport $scheduledReport, $workbook)
{
try {
$this->setResult($resultScheduling_CreatePublishedReport = $this->getSoapClient()->__soapCall('Scheduling.CreatePublishedReport', [
$location,
$product,
$scheduledReport,
$workbook,
], [], [], $this->outputHeaders));
return $resultScheduling_CreatePublishedReport;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Scheduling.CreatePublishedReport
Meta information extracted from the WSDL
- documentation: Creates a new published report. (Internal use only.)
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $location
@param string $product
@param \StructType\ApiScheduledReport $scheduledReport
@param string $workbook
@return \StructType\ApiScheduledReport|bool | Scheduling_CreatePublishedReport | php | WsdlToPhp/PackageGenerator | tests/resources/generated/ValidOmnitureApiService.php | https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidOmnitureApiService.php | MIT |
public function Scheduling_DeletePublishedReport($product, array $scheduledReportIds)
{
try {
$this->setResult($resultScheduling_DeletePublishedReport = $this->getSoapClient()->__soapCall('Scheduling.DeletePublishedReport', [
$product,
$scheduledReportIds,
], [], [], $this->outputHeaders));
return $resultScheduling_DeletePublishedReport;
} catch (SoapFault $soapFault) {
$this->saveLastError(__METHOD__, $soapFault);
return false;
}
} | Method to call the operation originally named Scheduling.DeletePublishedReport
Meta information extracted from the WSDL
- documentation: Deletes published reports. (Internal use only)
@uses AbstractSoapClientBase::getSoapClient()
@uses AbstractSoapClientBase::setResult()
@uses AbstractSoapClientBase::saveLastError()
@param string $product
@param int[] $scheduledReportIds
@return boolean|bool | Scheduling_DeletePublishedReport | 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.