DayPartTargeting

Day part targeting configuration.

AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

Properties

Name Type Description
userLocalTime boolean Whether targeting is based on user's local time.
hoursOfDay array Hours of the day to target (0-23).
daysOfWeek array Days of the week to target.
View JSON Schema on GitHub

JSON Schema

google-campaign-manager-day-part-targeting-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DayPartTargeting",
  "type": "object",
  "description": "Day part targeting configuration.",
  "properties": {
    "userLocalTime": {
      "type": "boolean",
      "description": "Whether targeting is based on user's local time."
    },
    "hoursOfDay": {
      "type": "array",
      "description": "Hours of the day to target (0-23)."
    },
    "daysOfWeek": {
      "type": "array",
      "description": "Days of the week to target."
    }
  }
}