本文整理汇总了PHP中DfpSoapClient类的典型用法代码示例。如果您正苦于以下问题:PHP DfpSoapClient类的具体用法?PHP DfpSoapClient怎么用?PHP DfpSoapClient使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
在下文中一共展示了DfpSoapClient类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: __construct
/**
* Constructor using wsdl location and options array
* @param string $wsdl WSDL location for this service
* @param array $options Options for the SoapClient
*/
public function __construct($wsdl = null, $options, $user)
{
$options["classmap"] = LineItemCreativeAssociationService::$classmap;
parent::__construct($wsdl, $options, $user, 'LineItemCreativeAssociationService', 'https://www.google.com/apis/ads/publisher/v201108');
}
示例2: __construct
/**
* Constructor using wsdl location and options array
* @param string $wsdl WSDL location for this service
* @param array $options Options for the SoapClient
*/
public function __construct($wsdl = null, $options, $user)
{
$options["classmap"] = CreativeWrapperService::$classmap;
parent::__construct($wsdl, $options, $user, 'CreativeWrapperService', 'https://www.google.com/apis/ads/publisher/v201302');
}
示例3: __construct
/**
* Constructor using wsdl location and options array
* @param string $wsdl WSDL location for this service
* @param array $options Options for the SoapClient
*/
public function __construct($wsdl = null, $options, $user)
{
$options["classmap"] = NetworkService::$classmap;
parent::__construct($wsdl, $options, $user, 'NetworkService', 'https://www.google.com/apis/ads/publisher/v201108');
}
示例4: __construct
/**
* Constructor using wsdl location and options array
* @param string $wsdl WSDL location for this service
* @param array $options Options for the SoapClient
*/
public function __construct($wsdl = null, $options, $user)
{
$options["classmap"] = ProposalLineItemService::$classmap;
parent::__construct($wsdl, $options, $user, 'ProposalLineItemService', 'https://www.google.com/apis/ads/publisher/v201306');
}
示例5: __construct
/**
* Constructor using wsdl location and options array
* @param string $wsdl WSDL location for this service
* @param array $options Options for the SoapClient
*/
public function __construct($wsdl = null, $options, $user)
{
$options["classmap"] = ReconciliationReportRowService::$classmap;
parent::__construct($wsdl, $options, $user, 'ReconciliationReportRowService', 'https://www.google.com/apis/ads/publisher/v201306');
}
示例6: __construct
/**
* Constructor using wsdl location and options array
* @param string $wsdl WSDL location for this service
* @param array $options Options for the SoapClient
*/
public function __construct($wsdl = null, $options, $user)
{
$options["classmap"] = ThirdPartySlotService::$classmap;
parent::__construct($wsdl, $options, $user, 'ThirdPartySlotService', 'https://www.google.com/apis/ads/publisher/v201201');
}
示例7: __construct
/**
* Constructor using wsdl location and options array
* @param string $wsdl WSDL location for this service
* @param array $options Options for the SoapClient
*/
public function __construct($wsdl = null, $options, $user)
{
$options["classmap"] = UserTeamAssociationService::$classmap;
parent::__construct($wsdl, $options, $user, 'UserTeamAssociationService', 'https://www.google.com/apis/ads/publisher/v201311');
}
示例8: __construct
/**
* Constructor using wsdl location and options array
* @param string $wsdl WSDL location for this service
* @param array $options Options for the SoapClient
*/
public function __construct($wsdl = null, $options, $user)
{
$options["classmap"] = RateCardCustomizationService::$classmap;
parent::__construct($wsdl, $options, $user, 'RateCardCustomizationService', 'https://www.google.com/apis/ads/publisher/v201306');
}
示例9: __construct
/**
* Constructor using wsdl location and options array
* @param string $wsdl WSDL location for this service
* @param array $options Options for the SoapClient
*/
public function __construct($wsdl = null, $options, $user)
{
$options["classmap"] = ContentMetadataKeyHierarchyService::$classmap;
parent::__construct($wsdl, $options, $user, 'ContentMetadataKeyHierarchyService', 'https://www.google.com/apis/ads/publisher/v201311');
}
示例10: __construct
/**
* Constructor using wsdl location and options array
* @param string $wsdl WSDL location for this service
* @param array $options Options for the SoapClient
*/
public function __construct($wsdl = null, $options, $user)
{
$options["classmap"] = AudienceSegmentService::$classmap;
parent::__construct($wsdl, $options, $user, 'AudienceSegmentService', 'https://www.google.com/apis/ads/publisher/v201208');
}
示例11: __construct
/**
* Constructor using wsdl location and options array
* @param string $wsdl WSDL location for this service
* @param array $options Options for the SoapClient
*/
public function __construct($wsdl = null, $options, $user)
{
$options["classmap"] = SuggestedAdUnitService::$classmap;
parent::__construct($wsdl, $options, $user, 'SuggestedAdUnitService', 'https://www.google.com/apis/ads/publisher/v201203');
}
示例12: __construct
/**
* Constructor using wsdl location and options array
* @param string $wsdl WSDL location for this service
* @param array $options Options for the SoapClient
*/
public function __construct($wsdl = null, $options, $user)
{
$options["classmap"] = ActivityGroupService::$classmap;
parent::__construct($wsdl, $options, $user, 'ActivityGroupService', 'https://www.google.com/apis/ads/publisher/v201306');
}
示例13: __construct
/**
* Constructor using wsdl location and options array
* @param string $wsdl WSDL location for this service
* @param array $options Options for the SoapClient
*/
public function __construct($wsdl = null, $options, $user)
{
$options["classmap"] = LineItemTemplateService::$classmap;
parent::__construct($wsdl, $options, $user, 'LineItemTemplateService', 'https://www.google.com/apis/ads/publisher/v201311');
}
示例14: __construct
/**
* Constructor using wsdl location and options array
* @param string $wsdl WSDL location for this service
* @param array $options Options for the SoapClient
*/
public function __construct($wsdl = null, $options, $user)
{
$options["classmap"] = CustomFieldService::$classmap;
parent::__construct($wsdl, $options, $user, 'CustomFieldService', 'https://www.google.com/apis/ads/publisher/v201204');
}
示例15: __construct
/**
* Constructor using wsdl location and options array
* @param string $wsdl WSDL location for this service
* @param array $options Options for the SoapClient
*/
public function __construct($wsdl = null, $options, $user)
{
$options["classmap"] = PublisherQueryLanguageService::$classmap;
parent::__construct($wsdl, $options, $user, 'PublisherQueryLanguageService', 'https://www.google.com/apis/ads/publisher/v201111');
}