Google Campaign Manager · JSON Structure

Google Campaign Manager Day Part Targeting Structure

Type: object Properties: 3
AdvertisingAnalyticsCampaign ManagementDigital MarketingReporting

DayPartTargeting is a JSON Structure definition published by Google Campaign Manager, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

userLocalTime hoursOfDay daysOfWeek

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DayPartTargeting",
  "type": "object",
  "properties": {
    "userLocalTime": {
      "type": "boolean"
    },
    "hoursOfDay": {
      "type": "array"
    },
    "daysOfWeek": {
      "type": "array"
    }
  }
}