diff --git a/talend_component/tGoogleAnalytics4Input/jlo-talendcomp-google-analytics4-1.0.jar b/talend_component/tGoogleAnalytics4Input/jlo-talendcomp-google-analytics4-1.0.jar
index be1a8a4..80921c2 100644
Binary files a/talend_component/tGoogleAnalytics4Input/jlo-talendcomp-google-analytics4-1.0.jar and b/talend_component/tGoogleAnalytics4Input/jlo-talendcomp-google-analytics4-1.0.jar differ
diff --git a/talend_component/tGoogleAnalytics4Input/tGoogleAnalytics4Input_begin.javajet b/talend_component/tGoogleAnalytics4Input/tGoogleAnalytics4Input_begin.javajet
index e5a6228..3192618 100644
--- a/talend_component/tGoogleAnalytics4Input/tGoogleAnalytics4Input_begin.javajet
+++ b/talend_component/tGoogleAnalytics4Input/tGoogleAnalytics4Input_begin.javajet
@@ -36,7 +36,6 @@
sorts = "null";
}
String timeout = ElementParameterParser.getValue(node, "__TIMEOUT_IN_SEC__");
- String timeOffset = ElementParameterParser.getValue(node, "__TIME_OFFSET__");
String fetchSize = ElementParameterParser.getValue(node, "__FETCH_SIZE__");
String maxAttempts = ElementParameterParser.getValue(node, "__MAX_ATTEMPTS__");
String numberFormatLocale = ElementParameterParser.getValue(node, "__NUMBERFORMAT_LOCALE__");
@@ -89,9 +88,6 @@
<% if (timeout != null && timeout.trim().isEmpty() == false) { %>
<%=cid%>.setTimeoutInSeconds(<%=timeout%>);
<% } %>
-<% if (timeOffset != null && timeOffset.trim().isEmpty() == false) { %>
- <%=cid%>.setTimeMillisOffsetToPast(<%=timeOffset%>);
-<% } %>
<% if (fetchSize != null && fetchSize.trim().isEmpty() == false) { %>
<%=cid%>.setFetchSize(<%=fetchSize%>);
<% } %>
diff --git a/talend_component/tGoogleAnalytics4Input/tGoogleAnalytics4Input_java.xml b/talend_component/tGoogleAnalytics4Input/tGoogleAnalytics4Input_java.xml
index 562ab98..50949d1 100644
--- a/talend_component/tGoogleAnalytics4Input/tGoogleAnalytics4Input_java.xml
+++ b/talend_component/tGoogleAnalytics4Input/tGoogleAnalytics4Input_java.xml
@@ -79,9 +79,6 @@
240
-
- 10000
-
1000
diff --git a/talend_component/tGoogleAnalytics4Input/tGoogleAnalytics4Input_messages.properties b/talend_component/tGoogleAnalytics4Input/tGoogleAnalytics4Input_messages.properties
index 81f48aa..02d77bc 100644
--- a/talend_component/tGoogleAnalytics4Input/tGoogleAnalytics4Input_messages.properties
+++ b/talend_component/tGoogleAnalytics4Input/tGoogleAnalytics4Input_messages.properties
@@ -15,7 +15,6 @@ ERROR_MESSAGE.NAME=Error Message
NUMBERFORMAT_LOCALE.NAME=Locale for Numbers (2-char-ISO code)
TOTAL_AFFECTED_ROWS.NAME=Total affected rows used to calculate result
KEEP_CLIENT.NAME=Keep client for repeated processing
-TIME_OFFSET.NAME=Static Time Offset (to past)
FETCH_SIZE.NAME=Max. rows (empty or 0 for no limit which means also no pagination)
DIE_ON_ERROR.NAME=Die on Error
NORMALIZED_OUTPUT.NAME=Normalized output flows