Propertyware · Schema

CampaignSource

CampaignSource

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

Properties

Name Type Description
callTrackingGroupID string Call tracking group id.
default boolean
id integer Unique identifier.
name string Name of the campaign source.
referrerDomain string Referrer domain.
View JSON Schema on GitHub

JSON Schema

campaign-source.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CampaignSource",
  "description": "CampaignSource",
  "type": "object",
  "properties": {
    "callTrackingGroupID": {
      "type": "string",
      "description": "Call tracking group id."
    },
    "default": {
      "type": "boolean"
    },
    "id": {
      "type": "integer",
      "format": "int64",
      "description": "Unique identifier."
    },
    "name": {
      "type": "string",
      "description": "Name of the campaign source."
    },
    "referrerDomain": {
      "type": "string",
      "description": "Referrer domain."
    }
  }
}