You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BATCH_EVENT_LIMIT_EXCEEDED="({file}): Impression event - {end_point} failed due to exceeding payload size. Parameter events_per_request in batch_events config in launch API has value:{events_per_request} for accountId:{account_id}. Please read the official documentation for knowing the size limits."
183
-
INVALID_SETTINGS_FILE= (
184
-
"({file}): [API_NAME] settings_file fetched is not proper for the account_id: {account_id}."
185
-
)
183
+
INVALID_SETTINGS_FILE="({file}): [API_NAME] settings_file fetched is not proper for the account_id: {account_id}, settings_file: {settings_file}"
186
184
187
185
EVENT_BATCHING_NOT_OBJECT="({file}): Batch event settings are not of type object"
0 commit comments