Class: Assistant::GoogleAdsToolBuilder
- Inherits:
-
Object
- Object
- Assistant::GoogleAdsToolBuilder
- Defined in:
- app/services/assistant/google_ads_tool_builder.rb
Constant Summary collapse
- GOOGLE_ADS_DEFAULT_CUSTOMER_ID =
The MCC manager account is used for authentication only (login_customer_id).
Campaign/ad data lives on the child (leaf) account. '9897052886'
Class Method Summary collapse
Class Method Details
.tools ⇒ Object
10 11 12 13 14 15 16 17 18 |
# File 'app/services/assistant/google_ads_tool_builder.rb', line 10 def tools @tools ||= [ build_google_ads_keyword_volume_tool, build_google_ads_execute_gaql_tool ] rescue StandardError => e Rails.logger.warn("[GoogleAdsToolBuilder] Failed to build Google Ads tools: #{e.}") [] end |