简体   繁体   English

检索优化分数

[英]Retrieving OptimisationScore

Recently I have been trying to create a script to retrieve either an accounts or individual campaigns optimisation scores and subsequently send a email including this.最近,我一直在尝试创建一个脚本来检索帐户或单个广告系列的优化分数,然后发送包含此内容的 email。 My problem is that I cannot find optimisation score in stats or metrics anyway I try.我的问题是无论如何我都无法在统计信息或指标中找到优化分数。

Does anyone know if this is even a retrievable variable in scripts?有谁知道这是否是脚本中的可检索变量?

You have to calculate this yourself.你必须自己计算这个。 https://developers.google.com/google-ads/api/docs/recommendations https://developers.google.com/google-ads/api/docs/recommendations

The Customer.optimization_score_weight is only available for non-manager accounts and is used to compute the overall optimization score of multiple accounts. Customer.optimization_score_weight 仅适用于非经理帐号,用于计算多个帐号的整体优化得分。 Retrieve the optimization score and optimization score weight of the accounts and multiply them together (Customer.optimization_score * Customer.optimization_score_weight) to compute the overall optimization score.检索帐户的优化分数和优化分数权重并将它们相乘 (Customer.optimization_score * Customer.optimization_score_weight) 以计算整体优化分数。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM