# Active On site - Attribuly SS

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths: {}
components:
  schemas:
    Active On site - Attribuly SS:
      type: object
      properties:
        type:
          type: string
          description: Event
        attributes:
          type: object
          properties:
            time:
              type: string
              description: Event Date
            value:
              type: integer
              description: Value
            value_currency:
              type: string
              description: Currency
            unique_id:
              type: string
              description: Event unique id
            properties:
              type: object
              properties:
                $extra:
                  type: object
                  properties:
                    Browser:
                      type: string
                      description: 'Browser '
                    OS:
                      type: string
                      description: Browser Os
                  required:
                    - Browser
                    - OS
                  x-apifox-orders:
                    - Browser
                    - OS
                _ip:
                  type: string
                  description: Ip
                URL:
                  type: string
                  description: Event url
              required:
                - $extra
                - _ip
                - URL
              x-apifox-orders:
                - $extra
                - _ip
                - URL
            metric:
              type: object
              properties:
                data:
                  type: object
                  properties:
                    type:
                      type: string
                      description: metric
                    attributes:
                      type: object
                      properties:
                        name:
                          type: string
                          description: Event name
                        service:
                          type: string
                          description: api
                      required:
                        - name
                        - service
                      x-apifox-orders:
                        - name
                        - service
                  required:
                    - type
                    - attributes
                  x-apifox-orders:
                    - type
                    - attributes
              required:
                - data
              x-apifox-orders:
                - data
            profile:
              type: object
              properties:
                data:
                  type: object
                  properties:
                    type:
                      type: string
                      description: profile
                    attributes:
                      type: object
                      properties:
                        email:
                          type: string
                          description: Email
                        phone_number:
                          type: string
                          description: Phone
                        first_name:
                          type: string
                          description: First name
                        last_name:
                          type: string
                          description: Last name
                        location:
                          type: object
                          properties:
                            address1:
                              type: string
                              description: Address
                            address2:
                              type: string
                            city:
                              type: string
                              description: City
                            country:
                              type: string
                              description: Country
                            region:
                              type: string
                              description: Region
                            zip:
                              type: string
                              description: Zip
                          required:
                            - address1
                            - address2
                            - city
                            - country
                            - region
                            - zip
                          x-apifox-orders:
                            - address1
                            - address2
                            - city
                            - country
                            - region
                            - zip
                          description: Location
                      required:
                        - email
                        - phone_number
                        - first_name
                        - last_name
                        - location
                      x-apifox-orders:
                        - email
                        - phone_number
                        - first_name
                        - last_name
                        - location
                  required:
                    - type
                    - attributes
                  x-apifox-orders:
                    - type
                    - attributes
              required:
                - data
              x-apifox-orders:
                - data
          required:
            - time
            - value
            - value_currency
            - unique_id
            - properties
            - metric
            - profile
          x-apifox-orders:
            - time
            - value
            - value_currency
            - unique_id
            - properties
            - metric
            - profile
      required:
        - type
        - attributes
      x-apifox-orders:
        - type
        - attributes
      x-apifox-folder: ''
  securitySchemes: {}
servers:
  - url: https://data-api.test.attribuly.com
    description: test
  - url: https://data.api.attribuly.com
    description: prod
security: []

```
