This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @author Thomas Steiner ([email protected]) | |
* @license CC0 1.0 Universal (CC0 1.0) | |
* | |
* Provides a simple key-value storage API modeled closely after | |
* the localStorage API in Web browsers, but tailored to AdWords Scripts. | |
* AdWords Scripts, due to execution time limits published at | |
* https://developers.google.com/adwords/scripts/docs/limits, | |
* forces users to store the state of a given script using either labels | |
* (https://developers.google.com/adwords/scripts/docs/tips#labels), or |
NewerOlder