The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Google::Ads::AdWords::v201806::DataService::DataServiceInterfacePort - SOAP Interface for the DataService Web Service

SYNOPSIS

 use Google::Ads::AdWords::v201806::DataService::DataServiceInterfacePort;
 my $interface = Google::Ads::AdWords::v201806::DataService::DataServiceInterfacePort->new();

 my $response;
 $response = $interface->getAdGroupBidLandscape();
 $response = $interface->getCampaignCriterionBidLandscape();
 $response = $interface->getCriterionBidLandscape();
 $response = $interface->getDomainCategory();
 $response = $interface->queryAdGroupBidLandscape();
 $response = $interface->queryCampaignCriterionBidLandscape();
 $response = $interface->queryCriterionBidLandscape();
 $response = $interface->queryDomainCategory();

DESCRIPTION

SOAP Interface for the DataService web service located at https://adwords.google.com/api/adwords/cm/v201806/DataService.

SERVICE DataService

Port DataServiceInterfacePort

METHODS

General methods

new

Constructor.

All arguments are forwarded to SOAP::WSDL::Client.

SOAP Service methods

Method synopsis is displayed with hash refs as parameters.

The commented class names in the method's parameters denote that objects of the corresponding class can be passed instead of the marked hash ref.

You may pass any combination of objects, hash and list refs to these methods, as long as you meet the structure.

List items (i.e. multiple occurences) are not displayed in the synopsis. You may generally pass a list ref of hash refs (or objects) instead of a hash ref - this may result in invalid XML if used improperly, though. Note that SOAP::WSDL always expects list references at maximum depth position.

XML attributes are not displayed in this synopsis and cannot be set using hash refs. See the respective class' documentation for additional information.

getAdGroupBidLandscape

Returns a list of {@link AdGroupBidLandscape}s for the ad groups specified in the selector. In the result, the returned {@link LandscapePoint}s are grouped into {@link AdGroupBidLandscape}s by their ad groups, and numberResults of paging limits the total number of {@link LandscapePoint}s instead of number of {@link AdGroupBidLandscape}s. @param serviceSelector Selects the entities to return bid landscapes for. @return A list of bid landscapes. @throws ApiException when there is at least one error with the request.

Returns a Google::Ads::AdWords::v201806::DataService::getAdGroupBidLandscapeResponse object.

 $response = $interface->getAdGroupBidLandscape( {
    serviceSelector =>  $a_reference_to, # see Google::Ads::AdWords::v201806::Selector
  },,
 );

getCampaignCriterionBidLandscape

Returns a list of {@link CriterionBidLandscape}s for the campaign criteria specified in the selector. In the result, the returned {@link LandscapePoint}s are grouped into {@link CriterionBidLandscape}s by their campaign id and criterion id, and numberResults of paging limits the total number of {@link LandscapePoint}s instead of number of {@link CriterionBidLandscape}s. @param serviceSelector Selects the entities to return bid landscapes for. @return A list of bid landscapes. @throws ApiException when there is at least one error with the request.

Returns a Google::Ads::AdWords::v201806::DataService::getCampaignCriterionBidLandscapeResponse object.

 $response = $interface->getCampaignCriterionBidLandscape( {
    serviceSelector =>  $a_reference_to, # see Google::Ads::AdWords::v201806::Selector
  },,
 );

getCriterionBidLandscape

Returns a list of {@link CriterionBidLandscape}s for the criteria specified in the selector. In the result, the returned {@link LandscapePoint}s are grouped into {@link CriterionBidLandscape}s by their criteria, and numberResults of paging limits the total number of {@link LandscapePoint}s instead of number of {@link CriterionBidLandscape}s. @param serviceSelector Selects the entities to return bid landscapes for. @return A list of bid landscapes. @throws ApiException when there is at least one error with the request.

Returns a Google::Ads::AdWords::v201806::DataService::getCriterionBidLandscapeResponse object.

 $response = $interface->getCriterionBidLandscape( {
    serviceSelector =>  $a_reference_to, # see Google::Ads::AdWords::v201806::Selector
  },,
 );

getDomainCategory

Returns a list of domain categories that can be used to create {@link WebPage} criterion. @param serviceSelector Selects the entities to return domain categories for. @return A list of domain categories. @throws ApiException when there is at least one error with the request.

Returns a Google::Ads::AdWords::v201806::DataService::getDomainCategoryResponse object.

 $response = $interface->getDomainCategory( {
    serviceSelector =>  $a_reference_to, # see Google::Ads::AdWords::v201806::Selector
  },,
 );

queryAdGroupBidLandscape

Returns a list of {@link AdGroupBidLandscape}s for the ad groups that match the query. In the result, the returned {@link LandscapePoint}s are grouped into {@link AdGroupBidLandscape}s by their ad groups, and numberResults of paging limits the total number of {@link LandscapePoint}s instead of number of {@link AdGroupBidLandscape}s. @param query The SQL-like AWQL query string. @return A list of bid landscapes. @throws ApiException if problems occur while parsing the query or fetching bid landscapes.

Returns a Google::Ads::AdWords::v201806::DataService::queryAdGroupBidLandscapeResponse object.

 $response = $interface->queryAdGroupBidLandscape( {
    query =>  $some_value, # string
  },,
 );

queryCampaignCriterionBidLandscape

Returns a list of {@link CriterionBidLandscape}s for the campaign criteria that match the query. In the result, the returned {@link LandscapePoint}s are grouped into {@link CriterionBidLandscape}s by their campaign id and criterion id, and numberResults of paging limits the total number of {@link LandscapePoint}s instead of number of {@link CriterionBidLandscape}s. @param query The SQL-like AWQL query string. @return A list of bid landscapes. @throws ApiException if problems occur while parsing the query or fetching bid landscapes.

Returns a Google::Ads::AdWords::v201806::DataService::queryCampaignCriterionBidLandscapeResponse object.

 $response = $interface->queryCampaignCriterionBidLandscape( {
    query =>  $some_value, # string
  },,
 );

queryCriterionBidLandscape

Returns a list of {@link CriterionBidLandscape}s for the criteria that match the query. In the result, the returned {@link LandscapePoint}s are grouped into {@link CriterionBidLandscape}s by their criteria, and numberResults of paging limits the total number of {@link LandscapePoint}s instead of number of {@link CriterionBidLandscape}s. @param query The SQL-like AWQL query string. @return A list of bid landscapes. @throws ApiException if problems occur while parsing the query or fetching bid landscapes.

Returns a Google::Ads::AdWords::v201806::DataService::queryCriterionBidLandscapeResponse object.

 $response = $interface->queryCriterionBidLandscape( {
    query =>  $some_value, # string
  },,
 );

queryDomainCategory

Returns a list of domain categories that can be used to create {@link WebPage} criterion. @param query The SQL-like AWQL query string. @return A list of domain categories. @throws ApiException if problems occur while parsing the query or fetching domain categories.

Returns a Google::Ads::AdWords::v201806::DataService::queryDomainCategoryResponse object.

 $response = $interface->queryDomainCategory( {
    query =>  $some_value, # string
  },,
 );

AUTHOR

Generated by SOAP::WSDL on Thu Jul 19 11:23:17 2018