sub
generate_ad_group_themes {
my
$self
=
shift
;
my
$request_body
=
shift
;
my
$http_method
=
'POST'
;
my
$request_path
=
'v18/customers/{+customerId}:generateAdGroupThemes'
;
my
$response_type
=
'Google::Ads::GoogleAds::V18::Services::KeywordPlanIdeaService::GenerateAdGroupThemesResponse'
;
return
$self
->SUPER::call(
$http_method
,
$request_path
,
$request_body
,
$response_type
);
}
sub
generate_keyword_forecast_metrics {
my
$self
=
shift
;
my
$request_body
=
shift
;
my
$http_method
=
'POST'
;
my
$request_path
=
'v18/customers/{+customerId}:generateKeywordForecastMetrics'
;
my
$response_type
=
'Google::Ads::GoogleAds::V18::Services::KeywordPlanIdeaService::GenerateKeywordForecastMetricsResponse'
;
return
$self
->SUPER::call(
$http_method
,
$request_path
,
$request_body
,
$response_type
);
}
sub
generate_keyword_historical_metrics {
my
$self
=
shift
;
my
$request_body
=
shift
;
my
$http_method
=
'POST'
;
my
$request_path
=
'v18/customers/{+customerId}:generateKeywordHistoricalMetrics'
;
my
$response_type
=
'Google::Ads::GoogleAds::V18::Services::KeywordPlanIdeaService::GenerateKeywordHistoricalMetricsResponse'
;
return
$self
->SUPER::call(
$http_method
,
$request_path
,
$request_body
,
$response_type
);
}
sub
generate_keyword_ideas {
my
$self
=
shift
;
my
$request_body
=
shift
;
my
$http_method
=
'POST'
;
my
$request_path
=
'v18/customers/{+customerId}:generateKeywordIdeas'
;
my
$response_type
=
'Google::Ads::GoogleAds::V18::Services::KeywordPlanIdeaService::GenerateKeywordIdeaResponse'
;
return
$self
->SUPER::call(
$http_method
,
$request_path
,
$request_body
,
$response_type
);
}
1;