Error codes

You can find the list of all possible error codes

API CodeStatus CodeError Message
QuotasExceeded_TooManyRequestsNumberInt(509)You have exceeded the number of simultaneous calls allowed. Please wait a moment and try again.
InvalidJSONNumberInt(400)Syntax error in url json
InvalidRequestIdForExtractNumberInt(400)The provided request ID is not compatible for Identified Visitors extraction.
UnknownErrorNumberInt(500)Unknown error
InvalidSort_ForbiddenSortNumberInt(400)Sort parameter is not permitted
BadAuthentication_NoHeaderNumberInt(401)Incorrect login or password
InvalidSort_InvalidArrayNumberInt(400)Sort is not an array of string
UnauthorizedSiteNumberInt(403)You are not authorised to access this site.
InvalidSort_HiddenSortNumberInt(400)Sort column must be part of the columns parameter
InvalidSort_MissingSortNumberInt(400)Sort should be set
InvalidSort_SortNotAllowedNumberInt(400)Sort is only available in data mode
BadAuthentication_InvalidAuthTypeNumberInt(401)Incorrect login or password
InvalidIncomingContent_UnknownParamNumberInt(400)The URL contains an unknown parameter.
InvalidSort_OnlyOneSortNumberInt(400)Sort is forbidden on more than 1 element
InvalidSort_UnknownColumnNumberInt(400)Sort column {{column}} doesn’t exist
InvalidColumns_IncoherentColumnsNumberInt(400)Columns does not belong to this analysis.
InvalidColumns_InvalidMultiPeriodMetricNumberInt(400)Param columns {{column}} isn’t allowed in multi period
InvalidColumns_MoreThanOneTableNumberInt(400)Columns must belong to one and only one table
InvalidColumns_InvalidArrayNumberInt(400)The column is not an array
InvalidColumns_NoDimensionNumberInt(400)No property are allowed on this analysis
InvalidColumns_OnlyOneDimensionNumberInt(400)Only one selected property allowed
InvalidColumns_UnknownColumnsNumberInt(400)Param columns {{column}} unknown
InvalidColumns_TooManyColumnsNumberInt(400)The number of columns must be between 0 and 50
InvalidEvolution_DisallowedRootMaxResultsNumberInt(400)max-results is only allowed in the top object
InvalidEvolution_BadGranularityNumberInt(400)The evo granularity is not valid
InvalidEvolution_DisallowedComparisonPeriodNumberInt(400)Comparison periods can’t be used in an evo request
InvalidEvolution_DisallowedRootFilterNumberInt(400)Filter is only allowed in the top object
InvalidEvolution_DisallowedRootPageNumNumberInt(400)page-num is only allowed in the top object
InvalidEvolution_EmptyEvoNumberInt(400)The evo object is empty
InvalidEvolution_MissingGranularityNumberInt(400)The evo granularity hasn’t been specified
InvalidEvolution_DisallowedRootSortNumberInt(400)sort is only allowed in the top object
EvoNotAvailableNumberInt(400)Evolution not available for this mode
InvalidEvolution_MissingTopNumberInt(400)The evo top parameter hasn’t been specified
InvalidEvolution_TopMissingSortNumberInt(400)The evo top sort parameter hasn’t been specified
InvalidEvolution_HourMoreThanTwoMonthsNumberInt(400)The evo hour period lasts for more than two months
InvalidEvolution_TopMissingMaxResultsNumberInt(400)The evo top max-results parameter hasn’t been specified
InvalidEvolution_TopMissingPageNumNumberInt(400)The evo top page-num parameter hasn’t been specified
InvalidIncomingContent_OpOnMetricNumberInt(400)The provided op cannot be used on a metric
InvalidEvolution_MultiPeriodNumberInt(400)The evo is not available for this API call
InvalidIncomingContent_CalculatedColumnOnPropertyNumberInt(400)The calculatedColumn specifies properties
InvalidIncomingContent_ValuesQuantityDiffersNumberInt(400)The {{operator}} operator only allows {{quantity}} values
InvalidIncomingContent_OpOnWrongTypeNumberInt(400)The {{operator}} operator can only be used on the following types: {{types}}
InvalidIncomingContent_CalculatedColumnInvalidMetricFormatNumberInt(400)The calculatedColumn’s metrics must be an array
InvalidIncomingContent_CalculatedColumnWithoutOpNumberInt(400)One of the calculatedColumns does not specify any op
InvalidIncomingContent_CsvNotAvailableNumberInt(400)Csv format not available with shortcode {{shortCode}}
InvalidIncomingContent_CalculatedColumnWithoutMetricNumberInt(400)The calculatedColumn does not specify any metrics
InvalidMaxResults_ForbiddenPaginationNumberInt(400)MaxResult and Pagenum parameters are not permitted
InvalidIncomingContent_VarWithoutMetricsNumberInt(400)One of the var’s values is not a metric
InvalidIncomingContent_CalculatedColumnWithoutKeyNumberInt(400)One of the calculatedColumns does not specify any key
InvalidIncomingContent_UrlFormatNumberInt(400)Invalid format in URL
InvalidIncomingContent_CalculatedColumnInvalidFormatNumberInt(400)One of the calculatedColumns is not an object
InvalidIncomingContent_CalculatedColumnInvalidValuesTypeNumberInt(400)One of the calculatedColumn’s metrics does not specify any “values” array
InvalidIncomingContent_DifWithoutMetricsNumberInt(400)One of the dif’s values is not a metric
InvalidMaxResults_MaxResultIntNumberInt(400)max-results is not an integer
InvalidSegment_EmptyOrAndNumberInt(400)Invalid OR/AND filter
InvalidSegment_CrossTableNumberInt(400)The Segment uses properties from different tables
InvalidSegment_InvalidGranularityNumberInt(400)The period type of segment description must be D
InvalidSegment_InvalidPeriodArrayNumberInt(400)The period value of segment description must be an Array
InvalidSegment_EmptySegmentNumberInt(400)The segment object must contain a filter or a period object
InvalidSegment_InvalidBoolNumberInt(400)Filter value must be a boolean
InvalidSegment_OnlyOnePeriodNumberInt(400)The period object of the segment description must contain 1 period
InvalidSegmentDesc_EndBeforeStartNumberInt(400)The end date cannot be lower than the start date
InvalidSegment_UnknownColumnNumberInt(400)Unknown segment column: {{column}}
InvalidSegmentDesc_MissingDateNumberInt(400)The period must contain a Start date and an End date
InvalidSegment_CrossTableWithoutVisitsNumberInt(400)The Segment uses properties from different tables but visits was not found
InvalidSegment_EmptyFilterArrayNumberInt(400)The filter object of the segment description must contain at least 1 filter
InvalidMaxResults_Over2000NumberInt(400)max-results must be at most 2000
InvalidSpace_EmptySpaceNumberInt(400)No space specified
InvalidGsharpPeriod_MalformedPeriodNumberInt(400)The “period” parameter contains a syntax error.
InvalidPeriod_InvalidArrayNumberInt(400)The period is not an array
InvalidPeriod_InvalidPeriodArrayNumberInt(400)The period value must be an Array
InvalidSegment_InvalidExtractNotEqualFilterNumberInt(400)The filter $neq must be the latest filter’s segment of the extract
InvalidSegmentDesc_InvalidSegmentPartNumberInt(400)The segment contains unrecognized member
InvalidSegment_InvalidOrNumberInt(400)Cannot do an OR filter on different properties
InvalidSegment_NoMetricNumberInt(400)Segmentation on metrics is forbidden
InvalidSegment_UnknownOperatorNumberInt(400)The segment’s {{operator}} operator is unknown
InvalidSegmentDesc_InvalidPeriodsNumberNumberInt(400)The number of periods in segment and main demand should be the same
InvalidSegmentV3_NoSegmentIdNumberInt(400)SegmentId not found
InvalidMaxResults_MaxResultValueNumberInt(400)max-results must be 5, 10, 20, 50, 100 or 200
InvalidMaxResults_Over10000NumberInt(400)max-results must be at most 10000
InvalidPeriod_EmptyPeriodNumberInt(400)No period specified
InvalidPeriod_MalformedDateNumberInt(400)One of the dates is malformed
InvalidPeriod_MalformedPeriodNumberInt(400)The period is malformed
InvalidPeriod_MalformedRelativePeriodNumberInt(400)The relative period is malformed
InvalidMaxResults_NegativeMaxResultNumberInt(400)max-results must be greater than 0
InvalidPeriod_InvalidRelativePeriodUnitNumberInt(400)The relative period unit must be D, W, M, Q or Y
InvalidSegment_MalformedDateNumberInt(400)One of the dates in the period of segment description is malformed
InvalidSegment_InvalidFilterArrayNumberInt(400)The filter of segment description is not an array
InvalidSegment_InvalidPeriodsNumberNumberInt(400)The number of periods in segment and main demand should be the same
InvalidSegment_NoSegmentNumberInt(400)The segment description is undefined
InvalidSegment_StartEndOnlyNumberInt(400)The period of segment description must contain only a Start date or an End date
InvalidSegmentV3_NotEligibleToV3ApiNumberInt(400)Segment is not eligible to v3 api
InvalidMaxResults_MissingPaginationNumberInt(400)MaxResult and Pagenum should be set
InvalidPeriod_StartEndOnlyNumberInt(400)The period must contain only a Start date or an End date
InvalidSegment_InvalidIntNumberInt(400)Filter value must be an integer
InvalidSegmentDesc_WrongArchitectureNumberInt(400)The {{first}} parameter cannot contain {{second}} parameter
InvalidSegmentV3_TooManyKeysNumberInt(400)Segment parameter should contains only one key
InvalidMaxResults_PageNumBelowZeroNumberInt(400)page-num must be greater than 0
InvalidMaxResults_PageNumIntNumberInt(400)page-num is not an integer
InvalidPeriod_MissingDateNumberInt(400)The period must contain a Start date and an End date
InvalidSegment_InvalidColumnNumberInt(400)The property {{property}} is unavailable for segmentation
InvalidSegment_OnlyOneStartEndNumberInt(400)The period of segment description must contain only one Start date and one End date
InvalidSegmentDesc_InvalidArrayNumberInt(400)The period of segment description is not an array
InvalidSegment_InvalidAndNumberInt(400)AND operator must contain an Array
InvalidSegment_InvalidToManyNotEqualFilterNumberInt(400)Only one $neq filter is allowed on the extract
InvalidSegment_PeriodTooLargeNumberInt(400)The Segment period cannot be greater than 31 days
InvalidSegmentDesc_MalformedPeriodNumberInt(400)The period is malformed
InvalidPeriod_EndBeforeStartNumberInt(400)The end date cannot be lower than the start date
InvalidPeriod_InvalidRelativePeriodOffsetNumberInt(400)The relative period offset must be an integer
InvalidPeriod_MissingStartDateNumberInt(400)The period must at least contain a Start date
InvalidSegmentDesc_InvalidScopeNumberInt(400)Given scope is not authorized
InvalidSpace_InvalidArrayNumberInt(400)The space is not an array
InvalidSpace_InvalidIntNumberInt(400)One of the sites is not an integer
InvalidSpace_InvalidStringNumberInt(400)l2name is not a string
InvalidSpace_L2InvalidIntNumberInt(400)Site is not an integer
InvalidSpace_TooManySpaceNumberInt(400)The number of sites must be between 1 and 100
DataFeedQueryFilter_UnknownColumnNumberInt(400)Unknown column filter : {{column}}
InvalidSpaceForRequestId_TooManySitesNumberInt(400)The number of sites exceed the limit for this analysis.
DataFeedQueryFilter_FilterableFalseNumberInt(400)Cannot apply filter on {{column}}. Filterable is set to false
InvalidPeriod_MultiPeriodNotAvailableNumberInt(400)Multi-period mode and evolution mode are not available for this API call
InvalidSpace_l2TooManySpaceNumberInt(400)Only one site can be specified with l2name
InvalidPeriodForRequestId_InvalidPeriodNumberInt(400)The requested period is too large for this analysis.
DataFeedQueryFilter_InvalidValueForBooleanNumberInt(400)Invalid value ({{value}}) for Boolean filter
DataFeedQueryFilter_InvalidNullValueNumberInt(400)null value can only be applied on uid columns and with equality operators
DataFeedQueryFilter_FilterNotInConfigurationNumberInt(400)A step filter does not belongs to the configuration
DataFeedQueryFilter_EmptyOnNonBooleanNumberInt(400)Empty filter contains invalid value: {{value}}
DataFeedQueryFilter_InvalidDateNumberInt(400)Filter value on {{column}} is not a valid timestamp. The expected format is YYYY-MM-DD
DataFeedQueryFilter_InvalidValueForTypeNumberInt(400)Filter value for {{column}} must be a {{type}}
DataFeedQueryFilter_OutOfBoundNumberNumberInt(400)Value range is -2147483648 to +2147483647
DataFeedQueryFilter_UnknownOperatorNumberInt(400)One of the operators is not correct: {{operator}}
DataFeedQueryFilter_ClassicFilterOnFirstStepNumberInt(400)Forbidden classic filter on a first step
DataFeedQueryFilter_ArrayFilterNumberInt(400)Filter value must not be an array
DataFeedQueryFilter_InvalidOperatorForBooleanNumberInt(400)Invalid operator ({{operator}}) for Boolean filter
DataFeedQueryFilter_MissingFilterOnAStepNumberInt(400)Missing filter on a step
DataFeedQueryFilter_ClassicFilterWithoutUidOnPreviousNumberInt(400)Forbidden classic filter without specifying its uid counterpart on the previous step
DataFeedQueryFilter_InvalidOperatorForTypeNumberInt(400)Wrong operator {{operator}} for {{type}} attribute type
Internal_InvalidErrorCodeContract_InvalidStatusCodeNumberInt(422)Invalid statusCode
InvalidLanguage_EmptyNumberInt(400)Language was not provided
DataFeedQueryFilter_EmptyFiltersOnFunnelNumberInt(400)Empty filter for funnel vision
DataFeedQueryFilter_ClassicFilterOnMultipleStepNumberInt(400)Forbidden classic filter on multiple steps
Internal_InvalidErrorCodeContract_InvalidApiCodeNumberInt(422)Invalid apiCode
Internal_InvalidContractNumberInt(400)Invalid contract ({{key}}: {{value}})
InvalidLanguage_UnknownNumberInt(400)The “lng” parameter has been entered incorrectly. Expected values: {{allowedValues}}
Internal_InvalidErrorCodeContract_MismatchErrorCodeNumberInt(422)errorCode should be {{errorCode}} for errorName {{errorName}}
Internal_ElementAlreadyExists_ErrorCodeNumberInt(400)Element already exist ({{keys}}: {{values}})
Internal_InvalidErrorCodeContract_MalformedKeyNumberInt(422)Malformed key {{key}}. Allowed characters are [a-z0-9_-]
Internal_InvalidErrorCodeContract_InvalidDescriptionNumberInt(422)Descriptions should have the same custom parameters
Internal_InvalidErrorCodeContract_MismatchErrorNameNumberInt(422)errorName should be {{errorName}} for errorCode {{errorCode}}
BadRetention_EmptyNumberInt(400)The object of retention is empty
Internal_InvalidErrorCodeContract_apiCodeSWErrorNameNumberInt(422)apiCode should start with errorName
BadRetention_MaxPropertiesNumberInt(400)The object of retention must contains 2, 3 or 4 properties
BadRetention_InvalidReferenceDateFormatNumberInt(400)The retention reference date format must be YYY-MM-DD
BadRetention_EmptyPeriodNumberInt(400)The period of retention is empty
BadRetention_EmptyGranularityNumberInt(400)The granularity of retention is empty
BadRetention_TooMuchOnMonthNumberInt(400)The retention period must not exceed 6 months
BadRetention_InvalidGranularityNumberInt(400)The granularity of retention is not valid
BadRetention_InvalidRetentionTypeNumberInt(400)The retention type (v) should be “ratio” or “value”
InvalidSampling_OnSegmentNumberInt(400)Sampling parameter can not be used with segments
BadRetention_TooMuchOnDayNumberInt(400)The retention period must not exceed 14 days
InvalidSampling_OnSQANumberInt(400)Sampling parameter can not be used with SQA requestid
ElementAlreadyExists_MetricNumberInt(409)The provided metric ({{keys}}) already exists ({{values}})
UnknownColumns_PropertyNumberInt(400)Unknown property: {{key}}
BadRetention_TooMuchOnWeekNumberInt(400)The retention period must not exceed 14 weeks
ResourceNotFound_OrganizationNumberInt(404)Organization {{organization}} does not exist
ElementAlreadyExists_PropertyNumberInt(409)The provided property ({{keys}}) already exists ({{values}})
InvalidFilter_TooManyElementsNumberInt(400)Filter sent too many results
BadRetention_InvalidPeriodTypeNumberInt(400)The period of retention is not an integer
InvalidSampling_InvalidValueNumberInt(400)The sampling parameter has been entered incorrectly. Expected values between 0 and 100
CancelledRequestNumberInt(400)Request aborted.
DataAvailableAfter20170101NumberInt(400)The requested data is not available from before January 1, 2017. Please adjust the date of your request.
DataNotReadyNumberInt(400)The data is not yet available. It is either currently being processed, or relates to a period too far in the past. 
API_REST_1026_V2NumberInt(403)You are not authorised to access this application.
UnknownColumns_CalculatedColumnNumberInt(400)Unknown calculated column: {{key}}
UnknownColumns_MetricNumberInt(400)Unknown metric: {{key}}
SegmentNotFoundNumberInt(400)The requested segment does not exist, or it was closed.
InvalidSpace_L2ForbiddenNumberInt(400)The space cannot contain any second level site
InvalidIncomingContent_SegmentInvalidThenTypeNumberInt(400)Then object should be an array
InvalidIncomingContent_SegmentInvalidThenKeyNumberInt(400)Unknown then parameter identifier: {{key}}
InvalidIncomingContent_SegmentInvalidContentKeyNumberInt(400)Unknown segment section parameter identifier: {{key}}
InvalidIncomingContent_SegmentInvalidOrKeyNumberInt(400)Unknown or parameter identifier: {{key}}
InvalidIncomingContent_SegmentInvalidConditionFilterNumberInt(400)Missing condition’s filter definition
InvalidIncomingContent_SegmentInvalidThenMemberNumberInt(400)Invalid then object construction, should have only one member
InvalidIncomingContent_SegmentInvalidThenNumberInt(400)Then object should contain at least 2 elements
InvalidIncomingContent_SegmentSectionNoPeriodNumberInt(400)No period in section object
InvalidIncomingContent_CalculatedColumnFormulaMalformedNumberInt(400)CalculatedColumn formula malformed
InvalidIncomingContent_SegmentInvalidConditionFilterTypeNumberInt(400)Filter object in condition block should be an object
InvalidIncomingContent_SegmentInvalidConditionNumberInt(400)Condition object is undefined
InvalidIncomingContent_CalculatedColumnComposedMetricMalformedNumberInt(400)CalculatedColumn composedMetric malformed
InvalidIncomingContent_CalculatedColumnUnknownOperatorNumberInt(400)Unknown calculatedColumn operator: {{operator}}
InvalidIncomingContent_SegmentInvalidOrMemberNumberInt(400)Invalid or object construction, should have only one member
InvalidIncomingContent_SegmentSectionNoScopeNumberInt(400)No scope defined in segment object
InvalidIncomingContent_EmptyBodyNumberInt(400)Filter value must be an integer
InvalidIncomingContent_SegmentInvalidOrTypeNumberInt(400)Or object should be an array
InvalidIncomingContent_SegmentInvalidAndMemberNumberInt(400)Invalid and object construction, should have only one member
InvalidIncomingContent_SegmentInvalidAndKeyNumberInt(400)Unknown and parameter identifier: {{key}}
InvalidIncomingContent_SegmentInvalidContentMemberNumberInt(400)Invalid segment section content construction, should have only one member
InvalidIncomingContent_SegmentInvalidAndTypeNumberInt(400)And object should be an array
InvalidIncomingContent_SegmentSectionContentMalformedNumberInt(400)Content in section should be an object
InvalidIncomingContent_CalculatedColumnUnknownMetricNumberInt(400)Unknown calculatedColumns metric: {{key}}
InvalidFilter_WrongParameterNumberInt(400)Only metric or property is allowed in a filter
InvalidIncomingContent_CalculatedColumnMetricMalformedNumberInt(400)CalculatedColumn metric malformed
InvalidSpace_InvalidL2sStringNumberInt(400)The level 2 name must be a string
InvalidFilter_WrongPropertyFilterNumberInt(400)Cannot filter on anything else than a property in property object
InvalidProject_DuplicateKeyNumberInt(400)Unable to save project ‘{{label}}’ because the label already exists.
InvalidSegmentSpace_EmptySpaceNumberInt(400)No space specified in segment
InvalidSpace_MissingSiteNumberInt(400)The space doesn’t contain any site
AbortedRequestNumberInt(204)Request canceled by user.
InvalidProject_ProjectNotFoundNumberInt(400)Unable to load project ‘{{id}}’ because it does not exist or cannot be modified.
InvalidOptions_InvalidIgnoreNullWithRequestIdNumberInt(400)The parameter “ignore_null_properties” is incompatible with the “requestdid” parameter.
InvalidIncomingContent_DivisionWrongValuesQuantityNumberInt(400)A custom metric using a division must be based on two metrics
InvalidSegmentDesc_InvalidFilterNumberInt(400)Given scope is not authorized
InvalidIncomingContent_MissingFilteringParameter400.0The {{param}} parameter is mandatory
InvalidSegmentSpace_InvalidIntNumberInt(400)One of the segment sites is not an integer
InvalidOptions_InvalidEcoModeType400.0The parameter ‘eco_mode’ should be a boolean
demo_test_todayNumberInt(400)updateTESTEN
InvalidParameter_DataSourceNullOrBadValueNumberInt(400)The parameter data-source cannot be undefined and must be have NDF or CDF value
InvalidSpace_InvalidL2sArrayNumberInt(400)The level 2 name cannot an array
InvalidIncomingContent_UnmatchedFilteringParameter400.0The {{param}} parameter has the wrong value. Allowed values: ({{values}})
InvalidSegmentV3_UnknownDefinitionTypeNumberInt(400)Unknown segment definitionType: {{definitionType}}
InvalidOptions_JsonFormatNumberInt(400)The “options” parameter cannot be used in json mode
InvalidSegmentSpace_InvalidStringNumberInt(400)l2name in segment is not a string
InvalidOptions_SameDelimitersNumberInt(400)The “csvDelimiter” and “decimalSeparator” parameter are identical
InvalidProject_DeletedProjectNumberInt(400)Unable to load project ‘{{label}}’ because it have been deleted.
InvalidFilter_MalformedFilterNumberInt(400)Filter is malformed
DataFeedQueryFilter_MissingUidFilterOnAStepNumberInt(400)An uid filter object is missing on a step
InvalidOptions_InvalidDecimalSeparatorNumberInt(400)The “decimalSeparator” parameter is invalid. It must be defined as “,” or “.”.
InvalidSegmentSpace_InvalidArrayNumberInt(400)The segment space is not an array
Internal_InvalidMetricContract_hidden422.0You can’t modify the hidden parameter with another parameter
InvalidSort_EmptyArrayNumberInt(400)The sort parameter cannot be an empty array
InvalidSegmentSpace_TooManySpaceNumberInt(400)The number of segment sites must be between 1 and 100
InvalidWarehouseConfig_DuplicateKeyNumberInt(400)Warehouse {{type}},{{size}} config already exists
InvalidSpace_L2NameEmptyStringNumberInt(400)The level 2 name cannot be an empty string
InvalidSpace_L2NameUndefined400.0The level 2 name must be defined
InvalidSegment_DuplicateKeyNumberInt(400)Unable to save segment {{segmentKey}} because the segmentKey already exists.
InvalidOptions_InvalidIgnoreNullTypeNumberInt(400)The parameter “ignore_null_properties” should be a boolean
InvalidMaxResults_MaxRowsLimitNumberInt(400)You’ve reached the limit of {{maxRowsLimit}} rows for this query.
InvalidIncomingContent_ArithmeticColumnWrongMinimumValuesQuantityNumberInt(400)A custom metric using an addition, substraction, multiplication must be based on a minimum of two metrics
InvalidCombination_SegmentAndSaamNumberInt(400)You are not able to apply a segment on a dataset which contains a segmented metric
mon_test_TEST_API_CODENumberInt(400)Update This is a test. This is the language: {{language}}
InvalidIncomingContent_OldCalculatedColumnWithoutLabelNumberInt(400)(Old Format) One of the calculated columns’ metric does not specify any label
demoErrorApiNumberInt(400)update  Api error
InvalidColumns_TooManySaamsNumberInt(400)A data set contains a maximum of 5 segmented metrics
InvalidSegment_UnknownParameterNumberInt(400)Unknown segment parameter: {{parameter}}
UnknownMetricsNumberInt(400)Unknown metrics: {{keys}}
InvalidColumns_EmptyColumnsNumberInt(400)No columns specified
UnknownPropertiesNumberInt(400)Unknown properties: {{keys}}
InvalidDataSet_DuplicateKeyNumberInt(400)Unable to save dataset ‘{{label}}’ because the label already exists.
InvalidSegmentSpace_l2TooManySpaceNumberInt(400)Only one segment site can be specified with l2name
InvalidSegmentKey_MalformatedSegmentKeyNumberInt(400)Unable to save segment because the segmentKey is malformated
InvalidOptions_InvalidIgnoreNullWithTotalModeNumberInt(400)The parameter “ignore_null_properties” is not available with the Total.
InvalidSegment_InvalidSectionParameterNumberInt(400)The parameter ‘{{parameter}}’ is not allowed for segments with ‘{{scope}}’ scope.
InvalidSpace_NoActiveSite400.0One of the selected sites didn’t exist on the selected period. Please change the list of sites or the period.
InvalidMetric_MalformatedInputeContractNumberInt(400)Unable to save metric because the input contract is wrong
InvalidRequestId_OnGetQuery400.0The provided request ID is not compatible with ‘getQuery’ mode.
InvalidIncomingContent_DuplicatedCalculatedColumnKeysNumberInt(400)A calculated metric key can be only used once in an API call.
InvalidIncomingContent_InvalidFilterTypeNumberInt(400)The filter’s type should be an object
InvalidIncomingContent_CalculatedColumnInvalidSegmentedMetricsFormatNumberInt(400)The calculatedColumn’s segmentedMetrics must be an array
InvalidCalculatedColumn_MisusedLastImportedOperatorNumberInt(400)LAST_IMPORTED_VALUE operator can only be used on a retroactive property
InvalidIncomingContent_LastImportedValueWrongValuesNumberInt(400)A custom property using a last imported value operator must be based on property
InvalidIncomingContent_CalculatedColumnForbiddenOperator400.0One of the calculatedColumn’s metrics have an invalid operator
InvalidMetric_ForbiddenDeleteNumberInt(400)The metric you tried to delete does not exist or you don’t have the permission to perform this operation
InvalidMetric_LiveSegmentedMetricKeyMalformedNumberInt(400)Segmented calculated metric key malformed (should start with ‘_sm_’).
InvalidSegment_InvalidModeNumberInt(400)In the “mode” parameter of the segment, the value include or exclude is needed.
InvalidSegment_MissingFilterNumberInt(400)Segments with scope ‘{{scope}}’ must contain at least one filter.
InvalidSampling_OnGetQuery400.0Sampling parameter can not be used in ‘getQuery’ mode
InvalidSegment_ForbiddenUpdate403.0You can’t update this segment
ResourceNotFound_MetricNumberInt(404)Metric {{metric}} does not exist
InvalidIncomingContent_CalculatedColumnWithoutValidKeyNumberInt(400)The calculatedColumn does not specify any metrics or properties
InvalidSegment_UnauthorizedModeNumberInt(400)The exclusion mode is not authorized for segments with ‘{{scope}}’ scope.
InvalidSegment_ForbiddenDeleteNumberInt(403)The segment you tried to delete does not exist or you don’t have the permission to perform this operation
InvalidSegment_InvalidSectionOperatorNumberInt(400)AND, OR, THEN section operators are not allowed for segments with ‘{{scope}}’ scope.
InvalidMetric_CustomMetricSegmentedNumberInt(400)A segmented metric cannot be saved if one of its elements contains a segment.
InvalidIncomingContent_CalculatedColumnInvalidPropertiesFormatNumberInt(400)The calculatedColumn’s properties must be an array
InvalidIncomingContent_LastImportedValueWrongValuesQuantityNumberInt(400)A custom property using a last imported value operator must be based on one property
InvalidMetric_LiveMetricKeyMalformedNumberInt(400)Calculated metric key malformed (should start with ‘_m_’).
InvalidSegment_UnauthorizedMetricScopeNumberInt(400)The ‘{{scope}}’ scope is not authorized for segments with category ‘metric’.
InvalidMetric_ForbiddenUpdateNumberInt(403)You can’t update this metric
InvalidIncomingContent_InvalidOffsetParametersNumberInt(400)startOffset or endOffset must be integer
InvalidCalculatedColumn_InvalidLastImportedPropertyNumberInt(400)A custom property using a last imported value operator must be based on one property
InvalidIncomingContent_InvalidStartOffsetNumberInt(400)startOffset must be lower or equal to endOffset
InvalidIncomingContent_CalculatedColumnPropertyInvalidKeyNumberInt(400)Calculated properties keys should not start with “_m_”
InvalidMetric_ForbiddenGetNumberInt(400)You do not have the required rights to get the definition of the metric.
InvalidMetric_ForbiddenTranslateNumberInt(400)You can use the function GetMetrics only for the metrics you create and not for the ATI Standard metrics. 
InvalidIncomingContent_CalculatedColumnPropertyInvalidValueNumberInt(400)One of the calculated properties does not specify any “value”
InvalidIncomingContent_InvalidOffsetNumberInt(400)startOffset/endOffset must be a negative number
InvalidRessource_InvalidVisibility400.0The Ressource visibility was incorrect
InvalidIncomingContent_InvalidSegmentCategoryNumberInt(400)The segment’s category value should be ‘metric’ or ‘property’
InvalidSegment_IncompatibleWithNavigationNumberInt(400)Events segments are incompatible with Navigation analyses
InvalidMetric_MetricKeyInValuesNumberInt(400)We can’t use the same metric
InvalidIncomingContent_InvalidMixedDataNumberInt(400)we can’t mix real time data with past data
InvalidSegment_UnauthorizedSegmentOnLiveMetricNumberInt(400)Creating a segment based on a non-saved metric is not authorized
InvalidSegment_InvalidMetricSectionOperatorNumberInt(400)AND, OR, THEN section operators are not allowed for segments with metric category.
InvalidIncomingContent_InvalidCalculatedColumnMetricNumberInt(400)CalculatedColum is not defined
InvalidSegment_UnauthorizedSegmentOnSegmentedMetricNumberInt(400)Using a segmented element into a segment definition is not authorized. ({{element}})
ImportUpdateFailed_InvalidUpdatedElementsNumberNumberInt(400){{updatedElements}} updated elements should be {{expectedElements}}
InvalidSegment_WithRelativePeriodAPNumberInt(400)The visit segmentation is not compatible with cohort based on relative period compared to the analysis period.
InvalidMetric_InvalidMetricKeyNumberInt(400)MetricKey is not defined
InvalidIncomingContent_InvalidConstantNumberInt(400)Value or type of constant is invalid
InvalidMetric_InvalidInputContractNumberInt(400)One of the parameters of the contract is invalid
InvalidMetric_InvalidVisibilityOrUserNumberInt(400)The visibility or creator is undefined
InvalidIncomingContent_DistinctTouchpoint400.0The parameter disctinctTouchpoint should be defined and value must be 0 or 1
InvalidIncomingContent_NoColumnSpecified400.0Request need to specify at least one metric in columns parameter.
InvalidIncomingContent_InvalidConstantValueNumberInt(400)the value can’t be négative
InvalidIncomingContent_CalculatedColumnInvalidConstantsFormatNumberInt(400)The calculatedColumn’s constants must be an array
InvalidSegment_AllVisitsSequencedNumberInt(400)‘All Visits’ coverage is incompatible with sequenced segmentation.
InvalidSegment_IncompatibleModeWithSQANumberInt(400)The exclusion type segment is not compatible with this analysis
InvalidMetric_MalformatedInputContract400.0Unable to save metric because the input contract is wrong
InvalidFunnel_UnknownDefinitionTypeNumberInt(400)Unknown definitionType value: {{definitionType}}
InvalidSegment_InvalidMultiperiodNumberInt(400)Multiperiod is not allowed for saved segments.
NoDataAccessBecauseUnpayment403.0Following a number of unpaid invoices, our accounts department has suspended access to your data and requests that you send us your email address and telephone number as quickly as possible to the following address so that the matter can be resolved as quickly as possible: invoicing@atinternet.com. \r\nYour site will continue to be tracked by AT Internet for the moment: only access to the reports has been suspended until you contact the AT Internet accounting department.\r\nBy clicking on the following URL: https://invoices.atinternet.com, and by going to the section entitled “Contract details” you can enter the required information which is missing. We thank you for your understanding and co-operation in this matter.
InvalidSegment_InvalidCoverageNumberInt(400)Invalid value for parameter “coverage”. Valid values are: {{values}}
InvalidCalculatedColumn_MisusedMultiperiodMetrics400.0The calculatedColumns.multiperiodMetrics parameter is forbidden in a non-multiperiod context
InvalidSegment_InvalidAllVisitsScopeNumberInt(400)‘All Visits’ coverage is incompatible with scope {{scope}}.
InvalidPeriod_IntervalUnder30MinutesNumberInt(400)The difference between startOffset and endOffset must not be less than 30 minutes
InvalidFunnel_InvalidScopeNumberInt(400)Funnel scope is not allowed. Available scopes are {visit_id, visitor_id, user_id}.
InvalidIncomingContent_FunnelInvalidStepsMemberNumberInt(400)Invalid steps object construction, it should contain only one member.
InvalidWatcherAlertTypeNumberInt(400)The type parameter is incorrect. Please specify the required type amongst the values : #values#.
TimeoutNumberInt(400)Time out. The request cannot be processed.
MissingAppIdNumberInt(400)This request needs an app ID to succeed
InvalidWatcherSitesNumberInt(400)The sites parameter is incorrect.
InvalidWatcherAlertNameNumberInt(400)The name parameter is incorrect.
InvalidPeriod_InvalidDateValueNumberInt(400)You have to request https://api.atinternet.io/v3/data/getData in order to retrieve the data related to the requested period 
InvalidIncomingContent_OldFormatNumberInt(400)The format of one of the request parameters is deprecated
InvalidFilter_VisibilityParam400.0Accepted values for “visibility” parameter are {{visibilities}}
InvalidFilter_SearchParam400.0The “Search” parameter must contain at least {{minimum}} characters
InvalidFilter_MaxResultsParam400.0max-results must be at most {{limit}}
InvalidEvolution_InvalidPeriodNumberInt(400)Minute and second granularity are available on a day period.
InvalidPeriod_EndBeforeStart_Updated400.0The end date cannot be lower than the start date
BadRetention_UnknownParameter400.0Unknown retention parameter. Available parameters are “p”, “nb”, “d” and “v”
InvalidAttributionTouchpointNumberInt(400)The touchpoint parameter is incorrect. Please specify the required touchpoint amongst the values : {{values}}.
InvalidIncomingContent_MultiperiodMetricUnknownOperator400.0One of the calculatedColumn’s multiperiodMetric’s operator is invalid
TooManyRowsNumberInt(400)This analysis does not function when multiple dimension values are queried simultaneously. Please restrict your query to a single dimension value.
InvalidIncomingContent_MetricBasedOnMultiperiodMetric400.0One of the calculatedColumn’s metric’s values is a multiperiodMetric
InvalidIncomingContent_FunnelStepsContentMalformedNumberInt(400)Steps in funnel ne to be an array.
InvalidEvolution_MissingEvo400.0The evolution parameter is missing.
InvalidWatcherMailingListNumberInt(400)The mailingList parameter is incorrect.
InvalidWatcherAlertIdNumberInt(400)The id parameter is incorrect.
InvalidWatcherAlertInfoNumberInt(400)The info parameter is incorrect.
InvalidEvolutionDate_Missing400.0The evo-date parameter hasn’t been specified
ResourceNotFound_Path404.0Path does not exist
QuotasExceeded_TooManySimultaneousRequests429.0You have exceeded the number of simultaneous calls allowed. Please wait a moment and try again.
NotWatcherAlertAdminNumberInt(400)You are not administrator of the alert.
InvalidWatcherAlertDescriptionNumberInt(400)The description parameter is incorrect.
InvalidFilter_InvalidValueFilterNumberInt(400)invalid filter value with the operator: $period
InvalidMetric_MalformedKeyNumberInt(400)Malformed key {{key}}. Allowed characters are [a-z0-9_-]
InvalidIncomingContent_FunnelNoScopeNumberInt(400)The « scope » parameter is undefined in « funnel » object. Available scopes are: {visit_id, visitor_id, user_id}. 
StaticRequestCodeInvalid400.0The API call is not recognised, or contains an analysis that no longer exists.
InvalidInputContent_Level2IncompatibilityNumberInt(400)Sources analyses are not available for a level 2 site perimeter.
InvalidIncomingContent_EmptyParamNumberInt(400)The API call can’t contain empty parameters.
InvalidIncomingContent_ForbiddenCalculatedColumnsWithRequestId400.0The calculatedColumns parameter is forbidden alongside a RequestId
InvalidIncomingContent_CalculatedColumnInvalidMultiperiodMetricFormat400.0The calculatedColumn’s multiperiodMetrics must be an array
InvalidFilter_FieldsParamForSegments400.0Accepted values for “fields” parameter for the segments are {{fields}}
BadRetention_EmptyRetentionType400.0The retention type (v) should be set. Possible values are “ratio” or “value”
InvalidIncomingContent_NoPeriodSpecified400.0Request need to specify a period parameter.
InvalidAttributionModelsNumberInt(400)The attribution model parameter is incorrect. Please specify a valid model amongst the following attribution models:  {{values}}.
InvalidIncomingContent_UnavailableMetricNumberInt(400)Metric unavailable in this mode
InvalidAttributionLookbackWindowNumberInt(400)The attribution window parameter is incorrect. Please specify a figure between {{min}} and {{max}}.
TooManyMetricsNumberInt(400)This analysis does not function when multiple metrics are queried simultaneously. Please restrict your query to a single metric.
BadRetention_ForbiddenSegmentScope400.0The scope of your segment is different from the {{scope}} level scope of your analysis: it is not possible to combine scope types, please adjust your segment scope in order to continue.
InvalidFilter_FieldsParamForMetrics400.0Accepted values for “fields” parameter for the metrics are {{fields}}
InvalidFilter_WrongMetricParameter400.0The metric filter parameter should be an object
ContributionInfeasibleNumberInt(400)We are unable to run the contribution algorithm on this anomaly for the time being. This could be due to the fact is has the value “0” or no significant trend stands out in the underlying data. If you would like to be able to run the contribution algorithm on anomalies with the value “0” please inform us via the product feedback tool.
InvalidSegment_InvalidFilterOperatorNumberInt(400)The operator $period cannot be used in a segment
InvalidFilter_VisibilityParamForAdmin400.0The value “admin” for the “visibility” parameter is usable only if the user is Admin
ContributionWithoutAnomalyNumberInt(400)The requested date is not in error, please select a date with an error so that the contribution API can provide results.
InvalidColumns_ForbiddenMultiperiodMetricsDate400.0Forbidden use of a metric with date type in var of dif
InvalidFilter_WrongPropertyParameter400.0The property filter parameter should be an object
InvalidFunnel_ForbiddenParamNumberInt(400){{forbiddenParam}} parameter is forbidden with funnel call
AbsoluteMetricOnlyNumberInt(400)The AXON Contribution algorithm is not configured to work on relative metrics. Please choose an absolute metric (a metric that is not a ratio). If you need AXON Contribution on relative metrics, please mention it in the Product Feedback tool.
InvalidAttributionConversionNumberInt(400)The conversion parameter is incorrect. Please specify the required conversion type amongst the values : {{values}}.
InvalidFunnel_InvalidStepsNumberNumberInt(400)The number of funnel steps must be between 2 and 6
InvalidIncomingContent_MultiperiodMetricBasedOnMultiperiodMetric400.0One of the calculatedColumn’s multiperiodMetric’s values is a multiperiodMetric
InvalidFunnel_ContentMalformedNumberInt(400)Steps in funnel should be an object
InvalidIncomingContent_FunnelInvalidStepsKeyNumberInt(400)Unknown steps parameter identifier: {{key}}
NoRealTimeNumberInt(400)This analysis is not available in real time
InvalidWatcherStatusNumberInt(400)The isActive parameter is incorrect.
InvalidSpace_NavigationL2ForbiddenNumberInt(400)Navigation analyses are not available for a level 2 site.
InvalidMetric_MetricKeyNotFoundNumberInt(400)the requested metric does not exist
InvalidParam_TotalRequest400.0Parameters {{fields}} are not authorized for a Total request
InvalidMetric_MalformedMetricKeyNumberInt(400)the value of metricKey is invalid
InvalidFilter_ModeParam400.0Accepted values for “mode” parameter are {{modes}}
InvalidColumns_OnlyOneMetric400.0Only one metric allowed
InvalidSegmentedMetrics_TooManyDistinctSegmentsNumberInt(400)A dataset can contain up to 6 distinct segments
InvalidFilter_InvalidTypePropertyFilterNumberInt(400)We only filter on a property of type date with the operator $period
InvalidFilter_FieldsParam400.0The “Fields” parameter can not be empty
ResourceNotFound_SegmentNumberInt(404)Segment {{segment}} does not exist
Last update: 20/04/2022