Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the REST Introduction for details.
Stay organized with collections
Save and categorize content based on your preferences.
The possible scopes of a Seasonality Event.
Enums
UNSPECIFIED
No value has been specified.
UNKNOWN
The received value is not known in this version.
This is a response-only value.
CUSTOMER
The seasonality event is applied to all the customer's traffic for supported advertising channel types and device types. The CUSTOMER scope cannot be used in mutates.
CAMPAIGN
The seasonality event is applied to all specified campaigns.
CHANNEL
The seasonality event is applied to all campaigns that belong to specified channel types.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-29 UTC."],[[["Seasonality events can have varying scopes, including customer-wide, campaign-specific, and channel-based impacts on advertising."],["While a customer scope applies the event to all traffic across channels and devices, it cannot be used for modifications."],["Campaign and channel scopes allow for more targeted application of seasonality events, focusing on specific campaigns or channel types, respectively."],["\"Unspecified\" and \"unknown\" values exist to handle cases where a scope hasn't been set or isn't recognized in the current system version."]]],["Seasonality Events can have four scopes: `UNSPECIFIED` (no value), `UNKNOWN` (unrecognized response value), `CUSTOMER` (all customer traffic, read-only), `CAMPAIGN` (specified campaigns), and `CHANNEL` (campaigns within specified channel types). `CUSTOMER` scope is for read-only and can't be modified. The other three, can be specified to filter where the event applies.\n"]]