如何检索一个月中每一天的天气状况和位修饰符?
how to retrieve weather conditions and bit modifier for each day of the month?
我目前正在为 Google Adwords 中的一个活动编写报告摘要,我已经很容易地检索了点击次数、点击率等信息
但现在我正在尝试获取与广告系列相关的天气状况(晴天或雨天)以及与天气变化相对应的中间调节器或出价调整。
我在 Google Developpers 上找到了一个 link,它提供了相关信息,但代码示例在 Java,而不是 JavaScript 中。
好像很难找到与这个主题相关的信息。
有人知道这个话题吗?
在 Google 开发人员网站中有一个 link 可以为您提供脚本,以对您的 adWords 广告系列进行基于天气的广告系列管理。当然,您需要设置一个 AdWords 帐户。如果您转到 this link,您将看到为您提供的脚本和分步说明。
您需要遵循的步骤概述如下:(请参阅提供的 link 以获得更详细的说明)
Register for an API key at http://openweathermap.org/appid.
Make a copy of the template spreadsheet and edit your campaign and weather rules.
Create a new script with the source code below. (source code is provided in the original link of this answer).
Update the OPEN_WEATHER_MAP_API_KEY and SPREADSHEET_URL variables in the script.
Schedule to run as required.
我目前正在为 Google Adwords 中的一个活动编写报告摘要,我已经很容易地检索了点击次数、点击率等信息
但现在我正在尝试获取与广告系列相关的天气状况(晴天或雨天)以及与天气变化相对应的中间调节器或出价调整。
我在 Google Developpers 上找到了一个 link,它提供了相关信息,但代码示例在 Java,而不是 JavaScript 中。
好像很难找到与这个主题相关的信息。
有人知道这个话题吗?
在 Google 开发人员网站中有一个 link 可以为您提供脚本,以对您的 adWords 广告系列进行基于天气的广告系列管理。当然,您需要设置一个 AdWords 帐户。如果您转到 this link,您将看到为您提供的脚本和分步说明。
您需要遵循的步骤概述如下:(请参阅提供的 link 以获得更详细的说明)
Register for an API key at http://openweathermap.org/appid.
Make a copy of the template spreadsheet and edit your campaign and weather rules.
Create a new script with the source code below. (source code is provided in the original link of this answer).
Update the OPEN_WEATHER_MAP_API_KEY and SPREADSHEET_URL variables in the script.
Schedule to run as required.