More than one unit on you site have the same name. This is allowed, but not recommend. Do not use the same name for more than one unit unless you know what you are doing.
#restart
The unit function #restart
has been deprecated. Use #destroy
and then
create a new unit instead.
You have declared a Burt unit without name, which is required. The
name must describe the placement of the Burt unit, e.g. topbanner
”,
skyscraper
, wallpaper
etc.
The cloud key you have entered is not a valid cloud key format. A cloud key must contain 12 characters, numeric 0-9 and/or letters A-Z.
Regular expression: /^[A-Z0-9]{12}$/
You need to call setTracking(key,sitename)
in your
configuration. If you unsure about this, plesae contact your sales
manager at Burt.
setTrackingKey(key, sitename)
was called, but without tracking key.
setTrackingKey(key, sitename)
was called with invalid tracking key
format. A tracking key must contain 12 characters, numeric 0-9 and/or
letters A-Z.
Regular expression: /^[A-Z0-9]{12}$/
setTrackingKey(key, sitename)
was called, but without site name.
You tried to call trackById(id)
on an id that does not exist on the site.
You have specifed a demographics provider we currently do not support.
Supported providers:
The type argument you specified for a unit is not valid. The valid types are:
The domain the script is on was not specified. See documentation for #setDomain for more information.