當前位置: 首頁>>代碼示例>>PHP>>正文


PHP DfpSoapClient類代碼示例

本文整理匯總了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');
 }
開發者ID:josephbergdoll,項目名稱:berrics,代碼行數:10,代碼來源:LineItemCreativeAssociationService.php

示例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');
 }
開發者ID:venkyanthony,項目名稱:google-api-dfp-php,代碼行數:10,代碼來源:CreativeWrapperService.php

示例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');
 }
開發者ID:RayViljoen,項目名稱:Auto-DFP,代碼行數:10,代碼來源:NetworkService.php

示例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');
 }
開發者ID:venkyanthony,項目名稱:google-api-dfp-php,代碼行數:10,代碼來源:ProposalLineItemService.php

示例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');
 }
開發者ID:venkyanthony,項目名稱:google-api-dfp-php,代碼行數:10,代碼來源:ReconciliationReportRowService.php

示例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');
 }
開發者ID:josephbergdoll,項目名稱:berrics,代碼行數:10,代碼來源:ThirdPartySlotService.php

示例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');
 }
開發者ID:venkyanthony,項目名稱:google-api-dfp-php,代碼行數:10,代碼來源:UserTeamAssociationService.php

示例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');
 }
開發者ID:venkyanthony,項目名稱:google-api-dfp-php,代碼行數:10,代碼來源:RateCardCustomizationService.php

示例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');
 }
開發者ID:venkyanthony,項目名稱:google-api-dfp-php,代碼行數:10,代碼來源:ContentMetadataKeyHierarchyService.php

示例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');
 }
開發者ID:josephbergdoll,項目名稱:berrics,代碼行數:10,代碼來源:AudienceSegmentService.php

示例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');
 }
開發者ID:josephbergdoll,項目名稱:berrics,代碼行數:10,代碼來源:SuggestedAdUnitService.php

示例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');
 }
開發者ID:venkyanthony,項目名稱:google-api-dfp-php,代碼行數:10,代碼來源:ActivityGroupService.php

示例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');
 }
開發者ID:venkyanthony,項目名稱:google-api-dfp-php,代碼行數:10,代碼來源:LineItemTemplateService.php

示例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');
 }
開發者ID:josephbergdoll,項目名稱:berrics,代碼行數:10,代碼來源:CustomFieldService.php

示例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');
 }
開發者ID:josephbergdoll,項目名稱:berrics,代碼行數:10,代碼來源:PublisherQueryLanguageService.php


注:本文中的DfpSoapClient類示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。