Hi Matt,
Have you tried the solution that Christian provided in the said thread and encountering issues? If yes, so I can further investigate the issue, could you provide the following information via Reply privately to author?
Regards,
Hiroyuki
Google Ads Scripts Team
Hi Matt,
Thank you for providing your CID, script name and access to the spreadsheet privately.
You may modify lines below to achieve your use case without using precipitation.
Line 161:
// Wind speed (e.g. above 5)
'id': weatherConditionData[i][3]
Line 274 - 276:
var id = weather.weather[0].id;
return evaluateMatchRules(weatherRules.temperature, temperature) &&
evaluateMatchRules(weatherRules.id, id);
I would suggest that you Preview the script to see the possible changes first.
Please let me know how it goes after trying the suggestion.