Skip to content

OldPropertyBehaviour

Zwetan Kjukov edited this page Feb 8, 2019 · 1 revision

Old Property Behaviour

Note:
This is deprecated documentation

When you create new property you will have to chose from

  • a Website Property
  • a Mobile app Property

In general, if you are hosting a SWF file on a website with a domain name you will want to use a Website Property.

And if you are building an AIR application either for mobile or desktop you will want to use a Mobile app Property.

For Redtamarin programs you can chose

  • either a Website Property
    if you want to relay the tracking from the HTML pages
    to actions made on the behalf of the user server-side
  • or a Mobile app Property
    if you want to track a command-line application
    that interacts with the user

Technically you can send all Hit types ('pageview', 'screenview', 'event', 'transaction', 'item', 'social', 'exception', 'timing') to both the Web and Mobile app properties, but the reports view will be slightly different.

See Web Property vs App Property for a full comparison.