Developers » Data API » Reporting API v3 » Technical information » Error codes
Error codes
You can find the list of all possible error codes
API Code | Status Code | Error Message |
---|---|---|
QuotasExceeded_TooManyRequests | NumberInt(509) | You have exceeded the number of simultaneous calls allowed. Please wait a moment and try again. |
InvalidJSON | NumberInt(400) | Syntax error in url json |
InvalidRequestIdForExtract | NumberInt(400) | The provided request ID is not compatible for Identified Visitors extraction. |
UnknownError | NumberInt(500) | Unknown error |
InvalidSort_ForbiddenSort | NumberInt(400) | Sort parameter is not permitted |
BadAuthentication_NoHeader | NumberInt(401) | Incorrect login or password |
InvalidSort_InvalidArray | NumberInt(400) | Sort is not an array of string |
UnauthorizedSite | NumberInt(403) | You are not authorised to access this site. |
InvalidSort_HiddenSort | NumberInt(400) | Sort column must be part of the columns parameter |
InvalidSort_MissingSort | NumberInt(400) | Sort should be set |
InvalidSort_SortNotAllowed | NumberInt(400) | Sort is only available in data mode |
BadAuthentication_InvalidAuthType | NumberInt(401) | Incorrect login or password |
InvalidIncomingContent_UnknownParam | NumberInt(400) | The URL contains an unknown parameter. |
InvalidSort_OnlyOneSort | NumberInt(400) | Sort is forbidden on more than 1 element |
InvalidSort_UnknownColumn | NumberInt(400) | Sort column {{column}} doesn’t exist |
InvalidColumns_IncoherentColumns | NumberInt(400) | Columns does not belong to this analysis. |
InvalidColumns_InvalidMultiPeriodMetric | NumberInt(400) | Param columns {{column}} isn’t allowed in multi period |
InvalidColumns_MoreThanOneTable | NumberInt(400) | Columns must belong to one and only one table |
InvalidColumns_InvalidArray | NumberInt(400) | The column is not an array |
InvalidColumns_NoDimension | NumberInt(400) | No property are allowed on this analysis |
InvalidColumns_OnlyOneDimension | NumberInt(400) | Only one selected property allowed |
InvalidColumns_UnknownColumns | NumberInt(400) | Param columns {{column}} unknown |
InvalidColumns_TooManyColumns | NumberInt(400) | The number of columns must be between 0 and 50 |
InvalidEvolution_DisallowedRootMaxResults | NumberInt(400) | max-results is only allowed in the top object |
InvalidEvolution_BadGranularity | NumberInt(400) | The evo granularity is not valid |
InvalidEvolution_DisallowedComparisonPeriod | NumberInt(400) | Comparison periods can’t be used in an evo request |
InvalidEvolution_DisallowedRootFilter | NumberInt(400) | Filter is only allowed in the top object |
InvalidEvolution_DisallowedRootPageNum | NumberInt(400) | page-num is only allowed in the top object |
InvalidEvolution_EmptyEvo | NumberInt(400) | The evo object is empty |
InvalidEvolution_MissingGranularity | NumberInt(400) | The evo granularity hasn’t been specified |
InvalidEvolution_DisallowedRootSort | NumberInt(400) | sort is only allowed in the top object |
EvoNotAvailable | NumberInt(400) | Evolution not available for this mode |
InvalidEvolution_MissingTop | NumberInt(400) | The evo top parameter hasn’t been specified |
InvalidEvolution_TopMissingSort | NumberInt(400) | The evo top sort parameter hasn’t been specified |
InvalidEvolution_HourMoreThanTwoMonths | NumberInt(400) | The evo hour period lasts for more than two months |
InvalidEvolution_TopMissingMaxResults | NumberInt(400) | The evo top max-results parameter hasn’t been specified |
InvalidEvolution_TopMissingPageNum | NumberInt(400) | The evo top page-num parameter hasn’t been specified |
InvalidIncomingContent_OpOnMetric | NumberInt(400) | The provided op cannot be used on a metric |
InvalidEvolution_MultiPeriod | NumberInt(400) | The evo is not available for this API call |
InvalidIncomingContent_CalculatedColumnOnProperty | NumberInt(400) | The calculatedColumn specifies properties |
InvalidIncomingContent_ValuesQuantityDiffers | NumberInt(400) | The {{operator}} operator only allows {{quantity}} values |
InvalidIncomingContent_OpOnWrongType | NumberInt(400) | The {{operator}} operator can only be used on the following types: {{types}} |
InvalidIncomingContent_CalculatedColumnInvalidMetricFormat | NumberInt(400) | The calculatedColumn’s metrics must be an array |
InvalidIncomingContent_CalculatedColumnWithoutOp | NumberInt(400) | One of the calculatedColumns does not specify any op |
InvalidIncomingContent_CsvNotAvailable | NumberInt(400) | Csv format not available with shortcode {{shortCode}} |
InvalidIncomingContent_CalculatedColumnWithoutMetric | NumberInt(400) | The calculatedColumn does not specify any metrics |
InvalidMaxResults_ForbiddenPagination | NumberInt(400) | MaxResult and Pagenum parameters are not permitted |
InvalidIncomingContent_VarWithoutMetrics | NumberInt(400) | One of the var’s values is not a metric |
InvalidIncomingContent_CalculatedColumnWithoutKey | NumberInt(400) | One of the calculatedColumns does not specify any key |
InvalidIncomingContent_UrlFormat | NumberInt(400) | Invalid format in URL |
InvalidIncomingContent_CalculatedColumnInvalidFormat | NumberInt(400) | One of the calculatedColumns is not an object |
InvalidIncomingContent_CalculatedColumnInvalidValuesType | NumberInt(400) | One of the calculatedColumn’s metrics does not specify any “values” array |
InvalidIncomingContent_DifWithoutMetrics | NumberInt(400) | One of the dif’s values is not a metric |
InvalidMaxResults_MaxResultInt | NumberInt(400) | max-results is not an integer |
InvalidSegment_EmptyOrAnd | NumberInt(400) | Invalid OR/AND filter |
InvalidSegment_CrossTable | NumberInt(400) | The Segment uses properties from different tables |
InvalidSegment_InvalidGranularity | NumberInt(400) | The period type of segment description must be D |
InvalidSegment_InvalidPeriodArray | NumberInt(400) | The period value of segment description must be an Array |
InvalidSegment_EmptySegment | NumberInt(400) | The segment object must contain a filter or a period object |
InvalidSegment_InvalidBool | NumberInt(400) | Filter value must be a boolean |
InvalidSegment_OnlyOnePeriod | NumberInt(400) | The period object of the segment description must contain 1 period |
InvalidSegmentDesc_EndBeforeStart | NumberInt(400) | The end date cannot be lower than the start date |
InvalidSegment_UnknownColumn | NumberInt(400) | Unknown segment column: {{column}} |
InvalidSegmentDesc_MissingDate | NumberInt(400) | The period must contain a Start date and an End date |
InvalidSegment_CrossTableWithoutVisits | NumberInt(400) | The Segment uses properties from different tables but visits was not found |
InvalidSegment_EmptyFilterArray | NumberInt(400) | The filter object of the segment description must contain at least 1 filter |
InvalidMaxResults_Over2000 | NumberInt(400) | max-results must be at most 2000 |
InvalidSpace_EmptySpace | NumberInt(400) | No space specified |
InvalidGsharpPeriod_MalformedPeriod | NumberInt(400) | The “period” parameter contains a syntax error. |
InvalidPeriod_InvalidArray | NumberInt(400) | The period is not an array |
InvalidPeriod_InvalidPeriodArray | NumberInt(400) | The period value must be an Array |
InvalidSegment_InvalidExtractNotEqualFilter | NumberInt(400) | The filter $neq must be the latest filter’s segment of the extract |
InvalidSegmentDesc_InvalidSegmentPart | NumberInt(400) | The segment contains unrecognized member |
InvalidSegment_InvalidOr | NumberInt(400) | Cannot do an OR filter on different properties |
InvalidSegment_NoMetric | NumberInt(400) | Segmentation on metrics is forbidden |
InvalidSegment_UnknownOperator | NumberInt(400) | The segment’s {{operator}} operator is unknown |
InvalidSegmentDesc_InvalidPeriodsNumber | NumberInt(400) | The number of periods in segment and main demand should be the same |
InvalidSegmentV3_NoSegmentId | NumberInt(400) | SegmentId not found |
InvalidMaxResults_MaxResultValue | NumberInt(400) | max-results must be 5, 10, 20, 50, 100 or 200 |
InvalidMaxResults_Over10000 | NumberInt(400) | max-results must be at most 10000 |
InvalidPeriod_EmptyPeriod | NumberInt(400) | No period specified |
InvalidPeriod_MalformedDate | NumberInt(400) | One of the dates is malformed |
InvalidPeriod_MalformedPeriod | NumberInt(400) | The period is malformed |
InvalidPeriod_MalformedRelativePeriod | NumberInt(400) | The relative period is malformed |
InvalidMaxResults_NegativeMaxResult | NumberInt(400) | max-results must be greater than 0 |
InvalidPeriod_InvalidRelativePeriodUnit | NumberInt(400) | The relative period unit must be D, W, M, Q or Y |
InvalidSegment_MalformedDate | NumberInt(400) | One of the dates in the period of segment description is malformed |
InvalidSegment_InvalidFilterArray | NumberInt(400) | The filter of segment description is not an array |
InvalidSegment_InvalidPeriodsNumber | NumberInt(400) | The number of periods in segment and main demand should be the same |
InvalidSegment_NoSegment | NumberInt(400) | The segment description is undefined |
InvalidSegment_StartEndOnly | NumberInt(400) | The period of segment description must contain only a Start date or an End date |
InvalidSegmentV3_NotEligibleToV3Api | NumberInt(400) | Segment is not eligible to v3 api |
InvalidMaxResults_MissingPagination | NumberInt(400) | MaxResult and Pagenum should be set |
InvalidPeriod_StartEndOnly | NumberInt(400) | The period must contain only a Start date or an End date |
InvalidSegment_InvalidInt | NumberInt(400) | Filter value must be an integer |
InvalidSegmentDesc_WrongArchitecture | NumberInt(400) | The {{first}} parameter cannot contain {{second}} parameter |
InvalidSegmentV3_TooManyKeys | NumberInt(400) | Segment parameter should contains only one key |
InvalidMaxResults_PageNumBelowZero | NumberInt(400) | page-num must be greater than 0 |
InvalidMaxResults_PageNumInt | NumberInt(400) | page-num is not an integer |
InvalidPeriod_MissingDate | NumberInt(400) | The period must contain a Start date and an End date |
InvalidSegment_InvalidColumn | NumberInt(400) | The property {{property}} is unavailable for segmentation |
InvalidSegment_OnlyOneStartEnd | NumberInt(400) | The period of segment description must contain only one Start date and one End date |
InvalidSegmentDesc_InvalidArray | NumberInt(400) | The period of segment description is not an array |
InvalidSegment_InvalidAnd | NumberInt(400) | AND operator must contain an Array |
InvalidSegment_InvalidToManyNotEqualFilter | NumberInt(400) | Only one $neq filter is allowed on the extract |
InvalidSegment_PeriodTooLarge | NumberInt(400) | The Segment period cannot be greater than 31 days |
InvalidSegmentDesc_MalformedPeriod | NumberInt(400) | The period is malformed |
InvalidPeriod_EndBeforeStart | NumberInt(400) | The end date cannot be lower than the start date |
InvalidPeriod_InvalidRelativePeriodOffset | NumberInt(400) | The relative period offset must be an integer |
InvalidPeriod_MissingStartDate | NumberInt(400) | The period must at least contain a Start date |
InvalidSegmentDesc_InvalidScope | NumberInt(400) | Given scope is not authorized |
InvalidSpace_InvalidArray | NumberInt(400) | The space is not an array |
InvalidSpace_InvalidInt | NumberInt(400) | One of the sites is not an integer |
InvalidSpace_InvalidString | NumberInt(400) | l2name is not a string |
InvalidSpace_L2InvalidInt | NumberInt(400) | Site is not an integer |
InvalidSpace_TooManySpace | NumberInt(400) | The number of sites must be between 1 and 100 |
DataFeedQueryFilter_UnknownColumn | NumberInt(400) | Unknown column filter : {{column}} |
InvalidSpaceForRequestId_TooManySites | NumberInt(400) | The number of sites exceed the limit for this analysis. |
DataFeedQueryFilter_FilterableFalse | NumberInt(400) | Cannot apply filter on {{column}}. Filterable is set to false |
InvalidPeriod_MultiPeriodNotAvailable | NumberInt(400) | Multi-period mode and evolution mode are not available for this API call |
InvalidSpace_l2TooManySpace | NumberInt(400) | Only one site can be specified with l2name |
InvalidPeriodForRequestId_InvalidPeriod | NumberInt(400) | The requested period is too large for this analysis. |
DataFeedQueryFilter_InvalidValueForBoolean | NumberInt(400) | Invalid value ({{value}}) for Boolean filter |
DataFeedQueryFilter_InvalidNullValue | NumberInt(400) | null value can only be applied on uid columns and with equality operators |
DataFeedQueryFilter_FilterNotInConfiguration | NumberInt(400) | A step filter does not belongs to the configuration |
DataFeedQueryFilter_EmptyOnNonBoolean | NumberInt(400) | Empty filter contains invalid value: {{value}} |
DataFeedQueryFilter_InvalidDate | NumberInt(400) | Filter value on {{column}} is not a valid timestamp. The expected format is YYYY-MM-DD |
DataFeedQueryFilter_InvalidValueForType | NumberInt(400) | Filter value for {{column}} must be a {{type}} |
DataFeedQueryFilter_OutOfBoundNumber | NumberInt(400) | Value range is -2147483648 to +2147483647 |
DataFeedQueryFilter_UnknownOperator | NumberInt(400) | One of the operators is not correct: {{operator}} |
DataFeedQueryFilter_ClassicFilterOnFirstStep | NumberInt(400) | Forbidden classic filter on a first step |
DataFeedQueryFilter_ArrayFilter | NumberInt(400) | Filter value must not be an array |
DataFeedQueryFilter_InvalidOperatorForBoolean | NumberInt(400) | Invalid operator ({{operator}}) for Boolean filter |
DataFeedQueryFilter_MissingFilterOnAStep | NumberInt(400) | Missing filter on a step |
DataFeedQueryFilter_ClassicFilterWithoutUidOnPrevious | NumberInt(400) | Forbidden classic filter without specifying its uid counterpart on the previous step |
DataFeedQueryFilter_InvalidOperatorForType | NumberInt(400) | Wrong operator {{operator}} for {{type}} attribute type |
Internal_InvalidErrorCodeContract_InvalidStatusCode | NumberInt(422) | Invalid statusCode |
InvalidLanguage_Empty | NumberInt(400) | Language was not provided |
DataFeedQueryFilter_EmptyFiltersOnFunnel | NumberInt(400) | Empty filter for funnel vision |
DataFeedQueryFilter_ClassicFilterOnMultipleStep | NumberInt(400) | Forbidden classic filter on multiple steps |
Internal_InvalidErrorCodeContract_InvalidApiCode | NumberInt(422) | Invalid apiCode |
Internal_InvalidContract | NumberInt(400) | Invalid contract ({{key}}: {{value}}) |
InvalidLanguage_Unknown | NumberInt(400) | The “lng” parameter has been entered incorrectly. Expected values: {{allowedValues}} |
Internal_InvalidErrorCodeContract_MismatchErrorCode | NumberInt(422) | errorCode should be {{errorCode}} for errorName {{errorName}} |
Internal_ElementAlreadyExists_ErrorCode | NumberInt(400) | Element already exist ({{keys}}: {{values}}) |
Internal_InvalidErrorCodeContract_MalformedKey | NumberInt(422) | Malformed key {{key}}. Allowed characters are [a-z0-9_-] |
Internal_InvalidErrorCodeContract_InvalidDescription | NumberInt(422) | Descriptions should have the same custom parameters |
Internal_InvalidErrorCodeContract_MismatchErrorName | NumberInt(422) | errorName should be {{errorName}} for errorCode {{errorCode}} |
BadRetention_Empty | NumberInt(400) | The object of retention is empty |
Internal_InvalidErrorCodeContract_apiCodeSWErrorName | NumberInt(422) | apiCode should start with errorName |
BadRetention_MaxProperties | NumberInt(400) | The object of retention must contains 2, 3 or 4 properties |
BadRetention_InvalidReferenceDateFormat | NumberInt(400) | The retention reference date format must be YYY-MM-DD |
BadRetention_EmptyPeriod | NumberInt(400) | The period of retention is empty |
BadRetention_EmptyGranularity | NumberInt(400) | The granularity of retention is empty |
BadRetention_TooMuchOnMonth | NumberInt(400) | The retention period must not exceed 6 months |
BadRetention_InvalidGranularity | NumberInt(400) | The granularity of retention is not valid |
BadRetention_InvalidRetentionType | NumberInt(400) | The retention type (v) should be “ratio” or “value” |
InvalidSampling_OnSegment | NumberInt(400) | Sampling parameter can not be used with segments |
BadRetention_TooMuchOnDay | NumberInt(400) | The retention period must not exceed 14 days |
InvalidSampling_OnSQA | NumberInt(400) | Sampling parameter can not be used with SQA requestid |
ElementAlreadyExists_Metric | NumberInt(409) | The provided metric ({{keys}}) already exists ({{values}}) |
UnknownColumns_Property | NumberInt(400) | Unknown property: {{key}} |
BadRetention_TooMuchOnWeek | NumberInt(400) | The retention period must not exceed 14 weeks |
ResourceNotFound_Organization | NumberInt(404) | Organization {{organization}} does not exist |
ElementAlreadyExists_Property | NumberInt(409) | The provided property ({{keys}}) already exists ({{values}}) |
InvalidFilter_TooManyElements | NumberInt(400) | Filter sent too many results |
BadRetention_InvalidPeriodType | NumberInt(400) | The period of retention is not an integer |
InvalidSampling_InvalidValue | NumberInt(400) | The sampling parameter has been entered incorrectly. Expected values between 0 and 100 |
CancelledRequest | NumberInt(400) | Request aborted. |
DataAvailableAfter20170101 | NumberInt(400) | The requested data is not available from before January 1, 2017. Please adjust the date of your request. |
DataNotReady | NumberInt(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_V2 | NumberInt(403) | You are not authorised to access this application. |
UnknownColumns_CalculatedColumn | NumberInt(400) | Unknown calculated column: {{key}} |
UnknownColumns_Metric | NumberInt(400) | Unknown metric: {{key}} |
SegmentNotFound | NumberInt(400) | The requested segment does not exist, or it was closed. |
InvalidSpace_L2Forbidden | NumberInt(400) | The space cannot contain any second level site |
InvalidIncomingContent_SegmentInvalidThenType | NumberInt(400) | Then object should be an array |
InvalidIncomingContent_SegmentInvalidThenKey | NumberInt(400) | Unknown then parameter identifier: {{key}} |
InvalidIncomingContent_SegmentInvalidContentKey | NumberInt(400) | Unknown segment section parameter identifier: {{key}} |
InvalidIncomingContent_SegmentInvalidOrKey | NumberInt(400) | Unknown or parameter identifier: {{key}} |
InvalidIncomingContent_SegmentInvalidConditionFilter | NumberInt(400) | Missing condition’s filter definition |
InvalidIncomingContent_SegmentInvalidThenMember | NumberInt(400) | Invalid then object construction, should have only one member |
InvalidIncomingContent_SegmentInvalidThen | NumberInt(400) | Then object should contain at least 2 elements |
InvalidIncomingContent_SegmentSectionNoPeriod | NumberInt(400) | No period in section object |
InvalidIncomingContent_CalculatedColumnFormulaMalformed | NumberInt(400) | CalculatedColumn formula malformed |
InvalidIncomingContent_SegmentInvalidConditionFilterType | NumberInt(400) | Filter object in condition block should be an object |
InvalidIncomingContent_SegmentInvalidCondition | NumberInt(400) | Condition object is undefined |
InvalidIncomingContent_CalculatedColumnComposedMetricMalformed | NumberInt(400) | CalculatedColumn composedMetric malformed |
InvalidIncomingContent_CalculatedColumnUnknownOperator | NumberInt(400) | Unknown calculatedColumn operator: {{operator}} |
InvalidIncomingContent_SegmentInvalidOrMember | NumberInt(400) | Invalid or object construction, should have only one member |
InvalidIncomingContent_SegmentSectionNoScope | NumberInt(400) | No scope defined in segment object |
InvalidIncomingContent_EmptyBody | NumberInt(400) | Filter value must be an integer |
InvalidIncomingContent_SegmentInvalidOrType | NumberInt(400) | Or object should be an array |
InvalidIncomingContent_SegmentInvalidAndMember | NumberInt(400) | Invalid and object construction, should have only one member |
InvalidIncomingContent_SegmentInvalidAndKey | NumberInt(400) | Unknown and parameter identifier: {{key}} |
InvalidIncomingContent_SegmentInvalidContentMember | NumberInt(400) | Invalid segment section content construction, should have only one member |
InvalidIncomingContent_SegmentInvalidAndType | NumberInt(400) | And object should be an array |
InvalidIncomingContent_SegmentSectionContentMalformed | NumberInt(400) | Content in section should be an object |
InvalidIncomingContent_CalculatedColumnUnknownMetric | NumberInt(400) | Unknown calculatedColumns metric: {{key}} |
InvalidFilter_WrongParameter | NumberInt(400) | Only metric or property is allowed in a filter |
InvalidIncomingContent_CalculatedColumnMetricMalformed | NumberInt(400) | CalculatedColumn metric malformed |
InvalidSpace_InvalidL2sString | NumberInt(400) | The level 2 name must be a string |
InvalidFilter_WrongPropertyFilter | NumberInt(400) | Cannot filter on anything else than a property in property object |
InvalidProject_DuplicateKey | NumberInt(400) | Unable to save project ‘{{label}}’ because the label already exists. |
InvalidSegmentSpace_EmptySpace | NumberInt(400) | No space specified in segment |
InvalidSpace_MissingSite | NumberInt(400) | The space doesn’t contain any site |
AbortedRequest | NumberInt(204) | Request canceled by user. |
InvalidProject_ProjectNotFound | NumberInt(400) | Unable to load project ‘{{id}}’ because it does not exist or cannot be modified. |
InvalidOptions_InvalidIgnoreNullWithRequestId | NumberInt(400) | The parameter “ignore_null_properties” is incompatible with the “requestdid” parameter. |
InvalidIncomingContent_DivisionWrongValuesQuantity | NumberInt(400) | A custom metric using a division must be based on two metrics |
InvalidSegmentDesc_InvalidFilter | NumberInt(400) | Given scope is not authorized |
InvalidIncomingContent_MissingFilteringParameter | 400.0 | The {{param}} parameter is mandatory |
InvalidSegmentSpace_InvalidInt | NumberInt(400) | One of the segment sites is not an integer |
InvalidOptions_InvalidEcoModeType | 400.0 | The parameter ‘eco_mode’ should be a boolean |
demo_test_today | NumberInt(400) | updateTESTEN |
InvalidParameter_DataSourceNullOrBadValue | NumberInt(400) | The parameter data-source cannot be undefined and must be have NDF or CDF value |
InvalidSpace_InvalidL2sArray | NumberInt(400) | The level 2 name cannot an array |
InvalidIncomingContent_UnmatchedFilteringParameter | 400.0 | The {{param}} parameter has the wrong value. Allowed values: ({{values}}) |
InvalidSegmentV3_UnknownDefinitionType | NumberInt(400) | Unknown segment definitionType: {{definitionType}} |
InvalidOptions_JsonFormat | NumberInt(400) | The “options” parameter cannot be used in json mode |
InvalidSegmentSpace_InvalidString | NumberInt(400) | l2name in segment is not a string |
InvalidOptions_SameDelimiters | NumberInt(400) | The “csvDelimiter” and “decimalSeparator” parameter are identical |
InvalidProject_DeletedProject | NumberInt(400) | Unable to load project ‘{{label}}’ because it have been deleted. |
InvalidFilter_MalformedFilter | NumberInt(400) | Filter is malformed |
DataFeedQueryFilter_MissingUidFilterOnAStep | NumberInt(400) | An uid filter object is missing on a step |
InvalidOptions_InvalidDecimalSeparator | NumberInt(400) | The “decimalSeparator” parameter is invalid. It must be defined as “,” or “.”. |
InvalidSegmentSpace_InvalidArray | NumberInt(400) | The segment space is not an array |
Internal_InvalidMetricContract_hidden | 422.0 | You can’t modify the hidden parameter with another parameter |
InvalidSort_EmptyArray | NumberInt(400) | The sort parameter cannot be an empty array |
InvalidSegmentSpace_TooManySpace | NumberInt(400) | The number of segment sites must be between 1 and 100 |
InvalidWarehouseConfig_DuplicateKey | NumberInt(400) | Warehouse {{type}},{{size}} config already exists |
InvalidSpace_L2NameEmptyString | NumberInt(400) | The level 2 name cannot be an empty string |
InvalidSpace_L2NameUndefined | 400.0 | The level 2 name must be defined |
InvalidSegment_DuplicateKey | NumberInt(400) | Unable to save segment {{segmentKey}} because the segmentKey already exists. |
InvalidOptions_InvalidIgnoreNullType | NumberInt(400) | The parameter “ignore_null_properties” should be a boolean |
InvalidMaxResults_MaxRowsLimit | NumberInt(400) | You’ve reached the limit of {{maxRowsLimit}} rows for this query. |
InvalidIncomingContent_ArithmeticColumnWrongMinimumValuesQuantity | NumberInt(400) | A custom metric using an addition, substraction, multiplication must be based on a minimum of two metrics |
InvalidCombination_SegmentAndSaam | NumberInt(400) | You are not able to apply a segment on a dataset which contains a segmented metric |
mon_test_TEST_API_CODE | NumberInt(400) | Update This is a test. This is the language: {{language}} |
InvalidIncomingContent_OldCalculatedColumnWithoutLabel | NumberInt(400) | (Old Format) One of the calculated columns’ metric does not specify any label |
demoErrorApi | NumberInt(400) | update Api error |
InvalidColumns_TooManySaams | NumberInt(400) | A data set contains a maximum of 5 segmented metrics |
InvalidSegment_UnknownParameter | NumberInt(400) | Unknown segment parameter: {{parameter}} |
UnknownMetrics | NumberInt(400) | Unknown metrics: {{keys}} |
InvalidColumns_EmptyColumns | NumberInt(400) | No columns specified |
UnknownProperties | NumberInt(400) | Unknown properties: {{keys}} |
InvalidDataSet_DuplicateKey | NumberInt(400) | Unable to save dataset ‘{{label}}’ because the label already exists. |
InvalidSegmentSpace_l2TooManySpace | NumberInt(400) | Only one segment site can be specified with l2name |
InvalidSegmentKey_MalformatedSegmentKey | NumberInt(400) | Unable to save segment because the segmentKey is malformated |
InvalidOptions_InvalidIgnoreNullWithTotalMode | NumberInt(400) | The parameter “ignore_null_properties” is not available with the Total. |
InvalidSegment_InvalidSectionParameter | NumberInt(400) | The parameter ‘{{parameter}}’ is not allowed for segments with ‘{{scope}}’ scope. |
InvalidSpace_NoActiveSite | 400.0 | One of the selected sites didn’t exist on the selected period. Please change the list of sites or the period. |
InvalidMetric_MalformatedInputeContract | NumberInt(400) | Unable to save metric because the input contract is wrong |
InvalidRequestId_OnGetQuery | 400.0 | The provided request ID is not compatible with ‘getQuery’ mode. |
InvalidIncomingContent_DuplicatedCalculatedColumnKeys | NumberInt(400) | A calculated metric key can be only used once in an API call. |
InvalidIncomingContent_InvalidFilterType | NumberInt(400) | The filter’s type should be an object |
InvalidIncomingContent_CalculatedColumnInvalidSegmentedMetricsFormat | NumberInt(400) | The calculatedColumn’s segmentedMetrics must be an array |
InvalidCalculatedColumn_MisusedLastImportedOperator | NumberInt(400) | LAST_IMPORTED_VALUE operator can only be used on a retroactive property |
InvalidIncomingContent_LastImportedValueWrongValues | NumberInt(400) | A custom property using a last imported value operator must be based on property |
InvalidIncomingContent_CalculatedColumnForbiddenOperator | 400.0 | One of the calculatedColumn’s metrics have an invalid operator |
InvalidMetric_ForbiddenDelete | NumberInt(400) | The metric you tried to delete does not exist or you don’t have the permission to perform this operation |
InvalidMetric_LiveSegmentedMetricKeyMalformed | NumberInt(400) | Segmented calculated metric key malformed (should start with ‘_sm_’). |
InvalidSegment_InvalidMode | NumberInt(400) | In the “mode” parameter of the segment, the value include or exclude is needed. |
InvalidSegment_MissingFilter | NumberInt(400) | Segments with scope ‘{{scope}}’ must contain at least one filter. |
InvalidSampling_OnGetQuery | 400.0 | Sampling parameter can not be used in ‘getQuery’ mode |
InvalidSegment_ForbiddenUpdate | 403.0 | You can’t update this segment |
ResourceNotFound_Metric | NumberInt(404) | Metric {{metric}} does not exist |
InvalidIncomingContent_CalculatedColumnWithoutValidKey | NumberInt(400) | The calculatedColumn does not specify any metrics or properties |
InvalidSegment_UnauthorizedMode | NumberInt(400) | The exclusion mode is not authorized for segments with ‘{{scope}}’ scope. |
InvalidSegment_ForbiddenDelete | NumberInt(403) | The segment you tried to delete does not exist or you don’t have the permission to perform this operation |
InvalidSegment_InvalidSectionOperator | NumberInt(400) | AND, OR, THEN section operators are not allowed for segments with ‘{{scope}}’ scope. |
InvalidMetric_CustomMetricSegmented | NumberInt(400) | A segmented metric cannot be saved if one of its elements contains a segment. |
InvalidIncomingContent_CalculatedColumnInvalidPropertiesFormat | NumberInt(400) | The calculatedColumn’s properties must be an array |
InvalidIncomingContent_LastImportedValueWrongValuesQuantity | NumberInt(400) | A custom property using a last imported value operator must be based on one property |
InvalidMetric_LiveMetricKeyMalformed | NumberInt(400) | Calculated metric key malformed (should start with ‘_m_’). |
InvalidSegment_UnauthorizedMetricScope | NumberInt(400) | The ‘{{scope}}’ scope is not authorized for segments with category ‘metric’. |
InvalidMetric_ForbiddenUpdate | NumberInt(403) | You can’t update this metric |
InvalidIncomingContent_InvalidOffsetParameters | NumberInt(400) | startOffset or endOffset must be integer |
InvalidCalculatedColumn_InvalidLastImportedProperty | NumberInt(400) | A custom property using a last imported value operator must be based on one property |
InvalidIncomingContent_InvalidStartOffset | NumberInt(400) | startOffset must be lower or equal to endOffset |
InvalidIncomingContent_CalculatedColumnPropertyInvalidKey | NumberInt(400) | Calculated properties keys should not start with “_m_” |
InvalidMetric_ForbiddenGet | NumberInt(400) | You do not have the required rights to get the definition of the metric. |
InvalidMetric_ForbiddenTranslate | NumberInt(400) | You can use the function GetMetrics only for the metrics you create and not for the ATI Standard metrics. |
InvalidIncomingContent_CalculatedColumnPropertyInvalidValue | NumberInt(400) | One of the calculated properties does not specify any “value” |
InvalidIncomingContent_InvalidOffset | NumberInt(400) | startOffset/endOffset must be a negative number |
InvalidRessource_InvalidVisibility | 400.0 | The Ressource visibility was incorrect |
InvalidIncomingContent_InvalidSegmentCategory | NumberInt(400) | The segment’s category value should be ‘metric’ or ‘property’ |
InvalidSegment_IncompatibleWithNavigation | NumberInt(400) | Events segments are incompatible with Navigation analyses |
InvalidMetric_MetricKeyInValues | NumberInt(400) | We can’t use the same metric |
InvalidIncomingContent_InvalidMixedData | NumberInt(400) | we can’t mix real time data with past data |
InvalidSegment_UnauthorizedSegmentOnLiveMetric | NumberInt(400) | Creating a segment based on a non-saved metric is not authorized |
InvalidSegment_InvalidMetricSectionOperator | NumberInt(400) | AND, OR, THEN section operators are not allowed for segments with metric category. |
InvalidIncomingContent_InvalidCalculatedColumnMetric | NumberInt(400) | CalculatedColum is not defined |
InvalidSegment_UnauthorizedSegmentOnSegmentedMetric | NumberInt(400) | Using a segmented element into a segment definition is not authorized. ({{element}}) |
ImportUpdateFailed_InvalidUpdatedElementsNumber | NumberInt(400) | {{updatedElements}} updated elements should be {{expectedElements}} |
InvalidSegment_WithRelativePeriodAP | NumberInt(400) | The visit segmentation is not compatible with cohort based on relative period compared to the analysis period. |
InvalidMetric_InvalidMetricKey | NumberInt(400) | MetricKey is not defined |
InvalidIncomingContent_InvalidConstant | NumberInt(400) | Value or type of constant is invalid |
InvalidMetric_InvalidInputContract | NumberInt(400) | One of the parameters of the contract is invalid |
InvalidMetric_InvalidVisibilityOrUser | NumberInt(400) | The visibility or creator is undefined |
InvalidIncomingContent_DistinctTouchpoint | 400.0 | The parameter disctinctTouchpoint should be defined and value must be 0 or 1 |
InvalidIncomingContent_NoColumnSpecified | 400.0 | Request need to specify at least one metric in columns parameter. |
InvalidIncomingContent_InvalidConstantValue | NumberInt(400) | the value can’t be négative |
InvalidIncomingContent_CalculatedColumnInvalidConstantsFormat | NumberInt(400) | The calculatedColumn’s constants must be an array |
InvalidSegment_AllVisitsSequenced | NumberInt(400) | ‘All Visits’ coverage is incompatible with sequenced segmentation. |
InvalidSegment_IncompatibleModeWithSQA | NumberInt(400) | The exclusion type segment is not compatible with this analysis |
InvalidMetric_MalformatedInputContract | 400.0 | Unable to save metric because the input contract is wrong |
InvalidFunnel_UnknownDefinitionType | NumberInt(400) | Unknown definitionType value: {{definitionType}} |
InvalidSegment_InvalidMultiperiod | NumberInt(400) | Multiperiod is not allowed for saved segments. |
NoDataAccessBecauseUnpayment | 403.0 | Following 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_InvalidCoverage | NumberInt(400) | Invalid value for parameter “coverage”. Valid values are: {{values}} |
InvalidCalculatedColumn_MisusedMultiperiodMetrics | 400.0 | The calculatedColumns.multiperiodMetrics parameter is forbidden in a non-multiperiod context |
InvalidSegment_InvalidAllVisitsScope | NumberInt(400) | ‘All Visits’ coverage is incompatible with scope {{scope}}. |
InvalidPeriod_IntervalUnder30Minutes | NumberInt(400) | The difference between startOffset and endOffset must not be less than 30 minutes |
InvalidFunnel_InvalidScope | NumberInt(400) | Funnel scope is not allowed. Available scopes are {visit_id, visitor_id, user_id}. |
InvalidIncomingContent_FunnelInvalidStepsMember | NumberInt(400) | Invalid steps object construction, it should contain only one member. |
InvalidWatcherAlertType | NumberInt(400) | The type parameter is incorrect. Please specify the required type amongst the values : #values#. |
Timeout | NumberInt(400) | Time out. The request cannot be processed. |
MissingAppId | NumberInt(400) | This request needs an app ID to succeed |
InvalidWatcherSites | NumberInt(400) | The sites parameter is incorrect. |
InvalidWatcherAlertName | NumberInt(400) | The name parameter is incorrect. |
InvalidPeriod_InvalidDateValue | NumberInt(400) | You have to request https://api.atinternet.io/v3/data/getData in order to retrieve the data related to the requested period |
InvalidIncomingContent_OldFormat | NumberInt(400) | The format of one of the request parameters is deprecated |
InvalidFilter_VisibilityParam | 400.0 | Accepted values for “visibility” parameter are {{visibilities}} |
InvalidFilter_SearchParam | 400.0 | The “Search” parameter must contain at least {{minimum}} characters |
InvalidFilter_MaxResultsParam | 400.0 | max-results must be at most {{limit}} |
InvalidEvolution_InvalidPeriod | NumberInt(400) | Minute and second granularity are available on a day period. |
InvalidPeriod_EndBeforeStart_Updated | 400.0 | The end date cannot be lower than the start date |
BadRetention_UnknownParameter | 400.0 | Unknown retention parameter. Available parameters are “p”, “nb”, “d” and “v” |
InvalidAttributionTouchpoint | NumberInt(400) | The touchpoint parameter is incorrect. Please specify the required touchpoint amongst the values : {{values}}. |
InvalidIncomingContent_MultiperiodMetricUnknownOperator | 400.0 | One of the calculatedColumn’s multiperiodMetric’s operator is invalid |
TooManyRows | NumberInt(400) | This analysis does not function when multiple dimension values are queried simultaneously. Please restrict your query to a single dimension value. |
InvalidIncomingContent_MetricBasedOnMultiperiodMetric | 400.0 | One of the calculatedColumn’s metric’s values is a multiperiodMetric |
InvalidIncomingContent_FunnelStepsContentMalformed | NumberInt(400) | Steps in funnel ne to be an array. |
InvalidEvolution_MissingEvo | 400.0 | The evolution parameter is missing. |
InvalidWatcherMailingList | NumberInt(400) | The mailingList parameter is incorrect. |
InvalidWatcherAlertId | NumberInt(400) | The id parameter is incorrect. |
InvalidWatcherAlertInfo | NumberInt(400) | The info parameter is incorrect. |
InvalidEvolutionDate_Missing | 400.0 | The evo-date parameter hasn’t been specified |
ResourceNotFound_Path | 404.0 | Path does not exist |
QuotasExceeded_TooManySimultaneousRequests | 429.0 | You have exceeded the number of simultaneous calls allowed. Please wait a moment and try again. |
NotWatcherAlertAdmin | NumberInt(400) | You are not administrator of the alert. |
InvalidWatcherAlertDescription | NumberInt(400) | The description parameter is incorrect. |
InvalidFilter_InvalidValueFilter | NumberInt(400) | invalid filter value with the operator: $period |
InvalidMetric_MalformedKey | NumberInt(400) | Malformed key {{key}}. Allowed characters are [a-z0-9_-] |
InvalidIncomingContent_FunnelNoScope | NumberInt(400) | The « scope » parameter is undefined in « funnel » object. Available scopes are: {visit_id, visitor_id, user_id}. |
StaticRequestCodeInvalid | 400.0 | The API call is not recognised, or contains an analysis that no longer exists. |
InvalidInputContent_Level2Incompatibility | NumberInt(400) | Sources analyses are not available for a level 2 site perimeter. |
InvalidIncomingContent_EmptyParam | NumberInt(400) | The API call can’t contain empty parameters. |
InvalidIncomingContent_ForbiddenCalculatedColumnsWithRequestId | 400.0 | The calculatedColumns parameter is forbidden alongside a RequestId |
InvalidIncomingContent_CalculatedColumnInvalidMultiperiodMetricFormat | 400.0 | The calculatedColumn’s multiperiodMetrics must be an array |
InvalidFilter_FieldsParamForSegments | 400.0 | Accepted values for “fields” parameter for the segments are {{fields}} |
BadRetention_EmptyRetentionType | 400.0 | The retention type (v) should be set. Possible values are “ratio” or “value” |
InvalidIncomingContent_NoPeriodSpecified | 400.0 | Request need to specify a period parameter. |
InvalidAttributionModels | NumberInt(400) | The attribution model parameter is incorrect. Please specify a valid model amongst the following attribution models: {{values}}. |
InvalidIncomingContent_UnavailableMetric | NumberInt(400) | Metric unavailable in this mode |
InvalidAttributionLookbackWindow | NumberInt(400) | The attribution window parameter is incorrect. Please specify a figure between {{min}} and {{max}}. |
TooManyMetrics | NumberInt(400) | This analysis does not function when multiple metrics are queried simultaneously. Please restrict your query to a single metric. |
BadRetention_ForbiddenSegmentScope | 400.0 | The 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_FieldsParamForMetrics | 400.0 | Accepted values for “fields” parameter for the metrics are {{fields}} |
InvalidFilter_WrongMetricParameter | 400.0 | The metric filter parameter should be an object |
ContributionInfeasible | NumberInt(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_InvalidFilterOperator | NumberInt(400) | The operator $period cannot be used in a segment |
InvalidFilter_VisibilityParamForAdmin | 400.0 | The value “admin” for the “visibility” parameter is usable only if the user is Admin |
ContributionWithoutAnomaly | NumberInt(400) | The requested date is not in error, please select a date with an error so that the contribution API can provide results. |
InvalidColumns_ForbiddenMultiperiodMetricsDate | 400.0 | Forbidden use of a metric with date type in var of dif |
InvalidFilter_WrongPropertyParameter | 400.0 | The property filter parameter should be an object |
InvalidFunnel_ForbiddenParam | NumberInt(400) | {{forbiddenParam}} parameter is forbidden with funnel call |
AbsoluteMetricOnly | NumberInt(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. |
InvalidAttributionConversion | NumberInt(400) | The conversion parameter is incorrect. Please specify the required conversion type amongst the values : {{values}}. |
InvalidFunnel_InvalidStepsNumber | NumberInt(400) | The number of funnel steps must be between 2 and 6 |
InvalidIncomingContent_MultiperiodMetricBasedOnMultiperiodMetric | 400.0 | One of the calculatedColumn’s multiperiodMetric’s values is a multiperiodMetric |
InvalidFunnel_ContentMalformed | NumberInt(400) | Steps in funnel should be an object |
InvalidIncomingContent_FunnelInvalidStepsKey | NumberInt(400) | Unknown steps parameter identifier: {{key}} |
NoRealTime | NumberInt(400) | This analysis is not available in real time |
InvalidWatcherStatus | NumberInt(400) | The isActive parameter is incorrect. |
InvalidSpace_NavigationL2Forbidden | NumberInt(400) | Navigation analyses are not available for a level 2 site. |
InvalidMetric_MetricKeyNotFound | NumberInt(400) | the requested metric does not exist |
InvalidParam_TotalRequest | 400.0 | Parameters {{fields}} are not authorized for a Total request |
InvalidMetric_MalformedMetricKey | NumberInt(400) | the value of metricKey is invalid |
InvalidFilter_ModeParam | 400.0 | Accepted values for “mode” parameter are {{modes}} |
InvalidColumns_OnlyOneMetric | 400.0 | Only one metric allowed |
InvalidSegmentedMetrics_TooManyDistinctSegments | NumberInt(400) | A dataset can contain up to 6 distinct segments |
InvalidFilter_InvalidTypePropertyFilter | NumberInt(400) | We only filter on a property of type date with the operator $period |
InvalidFilter_FieldsParam | 400.0 | The “Fields” parameter can not be empty |
ResourceNotFound_Segment | NumberInt(404) | Segment {{segment}} does not exist |