Enum describing possible url field errors.
Enums | |
---|---|
|
Enum unspecified. |
|
The received error code is not known in this version. |
|
The tracking url template is invalid. |
|
The tracking url template contains invalid tag. |
|
The tracking url template must contain at least one tag (for example, {lpurl}), This applies only to tracking url template associated with website ads or product ads. |
|
The tracking url template must start with a valid protocol (or lpurl tag). |
|
The tracking url template starts with an invalid protocol. |
|
The tracking url template contains illegal characters. |
|
The tracking url template must contain a host name (or lpurl tag). |
|
The tracking url template has an invalid or missing top level domain extension. |
|
The tracking url template contains nested occurrences of the same conditional tag (for example, {ifmobile:{ifmobile:x}}). |
|
The final url is invalid. |
|
The final url contains invalid tag. |
|
The final url contains nested occurrences of the same conditional tag (for example, {ifmobile:{ifmobile:x}}). |
|
The final url must start with a valid protocol. |
|
The final url starts with an invalid protocol. |
|
The final url contains illegal characters. |
|
The final url must contain a host name. |
|
The tracking url template has an invalid or missing top level domain extension. |
|
The final mobile url is invalid. |
|
The final mobile url contains invalid tag. |
|
The final mobile url contains nested occurrences of the same conditional tag (for example, {ifmobile:{ifmobile:x}}). |
|
The final mobile url must start with a valid protocol. |
|
The final mobile url starts with an invalid protocol. |
|
The final mobile url contains illegal characters. |
|
The final mobile url must contain a host name. |
|
The tracking url template has an invalid or missing top level domain extension. |
|
The final app url is invalid. |
|
The final app url contains invalid tag. |
|
The final app url contains nested occurrences of the same conditional tag (for example, {ifmobile:{ifmobile:x}}). |
|
More than one app url found for the same OS type. |
|
The OS type given for an app url is not valid. |
|
The protocol given for an app url is not valid. (For example, "android-app://") |
|
The package id (app id) given for an app url is not valid. |
|
The number of url custom parameters for an resource exceeds the maximum limit allowed. |
|
An invalid character appears in the parameter key. |
|
An invalid character appears in the parameter value. |
|
The url custom parameter value fails url tag validation. |
|
The custom parameter contains nested occurrences of the same conditional tag (for example, {ifmobile:{ifmobile:x}}). |
|
The protocol (http:// or https://) is missing. |
|
Unsupported protocol in URL. Only http and https are supported. |
|
The url is invalid. |
|
Destination Url is deprecated. |
|
The url contains invalid tag. |
|
The url must contain at least one tag (for example, {lpurl}). |
|
Duplicate url id. |
|
Invalid url id. |
|
The final url suffix cannot begin with '?' or '&' characters and must be a valid query string. |
|
The final url suffix cannot contain {lpurl} related or {ignore} tags. |
|
The top level domain is invalid, for example, not a public top level domain listed in publicsuffix.org. |
|
Malformed top level domain in URL. |
|
Malformed URL. |
|
No host found in URL. |
|
Custom parameter value cannot be null. |
|
Track parameter is not supported. |