Hi,
Google::Ads::GoogleAds::DEFAULT_API_VERSION == :V6
Ruby Gem google-ads-googleads (9.0.0)
SELECT customer.currency_code, customer.descriptive_name,
customer.id, customer.manager, customer.optimization_score, customer.resource_name, metrics.clicks, metrics.cost_micros
FROM customer
WHERE segments.date DURING LAST_30_DAYS AND segments.date BETWEEN '2021-02-01' AND '2021-03-03'
OptiScore in the front end = 84.6%
OptiScore from the API = 0.0
:customer=>
{:resource_name=>"customers/REDACTED",
:id=>REDACTED,
:descriptive_name=>"REDACTED",
:currency_code=>"EUR",
:time_zone=>"",
:tracking_url_template=>"",
:final_url_suffix=>"",
:auto_tagging_enabled=>false,
:has_partners_badge=>false,
:manager=>false,
:test_account=>false,
:call_reporting_setting=>nil,
:conversion_tracking_setting=>nil,
:remarketing_setting=>nil,
:pay_per_conversion_eligibility_failure_reasons=>[],
:optimization_score=>0.0,
:optimization_score_weight=>0.0},
I have the CID of the account. Please let me know what more information you need.
Regards,
Lewis