Property | Type | Description | |
---|---|---|---|
$classmap | array | Default class map for wsdl=>php | |
$endpoint | string | The endpoint of the service |
Method | Description | |
---|---|---|
__construct ( string $wsdl, array $options, $user ) | Constructor using wsdl location and options array | |
getAdGroupBidLandscape ( $serviceSelector ) : A | This field is required and should not be {@code null}. | |
getCampaignCriterionBidLandscape ( $serviceSelector ) : A | This field is required and should not be {@code null}. | |
getCriterionBidLandscape ( $serviceSelector ) : A | This field is required and should not be {@code null}. | |
getDomainCategory ( $serviceSelector ) : A | This field is required and should not be {@code null}. | |
queryAdGroupBidLandscape ( $query ) : A | This field is required and should not be {@code null}. | |
queryCampaignCriterionBidLandscape ( $query ) : A | This field is required and should not be {@code null}. | |
queryCriterionBidLandscape ( $query ) : A | This field is required and should not be {@code null}. | |
queryDomainCategory ( $query ) : A | This field is required and should not be {@code null}. |
public __construct ( string $wsdl, array $options, $user ) | ||
$wsdl | string | WSDL location for this service |
$options | array | Options for the SoapClient |
public getAdGroupBidLandscape ( $serviceSelector ) : A | ||
return | A | list of bid landscapes. |
public getCampaignCriterionBidLandscape ( $serviceSelector ) : A | ||
return | A | list of bid landscapes. |
public getCriterionBidLandscape ( $serviceSelector ) : A | ||
return | A | list of bid landscapes. |
public getDomainCategory ( $serviceSelector ) : A | ||
return | A | list of domain categories. |
public queryAdGroupBidLandscape ( $query ) : A | ||
return | A | list of bid landscapes. |
public queryCampaignCriterionBidLandscape ( $query ) : A | ||
return | A | list of bid landscapes. |
public queryCriterionBidLandscape ( $query ) : A | ||
return | A | list of bid landscapes. |
public queryDomainCategory ( $query ) : A | ||
return | A | list of domain categories. |
public static array $classmap | ||
return | array |
public static string $endpoint | ||
return | string |