File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
src/main/components/tGoogleAnalytics4Input Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >de.jlo.talendcomp.google</groupId >
6
6
<artifactId >jlo-talendcomp-google-analytics4</artifactId >
7
- <version >2.2 </version >
7
+ <version >2.3 </version >
8
8
<name >GoogleAnalytics Talend Component for GA4</name >
9
9
<properties >
10
10
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change 77
77
"JOBLET".equals(node.getComponent().getComponentType().toString()) == false;
78
78
%>
79
79
// start creating client
80
- <% if ("true".equals(keepClient)) { %>
81
80
de.jlo.talendcomp.google.analytics.ga4.v1.GoogleAnalyticsInput <%=cid%> = (de.jlo.talendcomp.google.analytics.ga4.v1.GoogleAnalyticsInput) de.jlo.talendcomp.google.analytics.ga4.GoogleAnalyticsBase.getFromCache(pid + "<%=cid%>" + jobName);
82
81
if (<%=cid%> == null) {
83
82
<%=cid%> = new de.jlo.talendcomp.google.analytics.ga4.v1.GoogleAnalyticsInput();
84
- <% } else { %>
85
- de.jlo.talendcomp.google.analytics.ga4.v1.GoogleAnalyticsInput <%=cid%> = new de.jlo.talendcomp.google.analytics.ga4.v1.GoogleAnalyticsInput();
86
- <% } %>
87
83
<%=cid%>.setJsonCredentialFile(<%=keyFile%>);
88
84
<% if (timeout != null && timeout.trim().isEmpty() == false) { %>
89
85
<%=cid%>.setTimeoutInSeconds(<%=timeout%>);
You can’t perform that action at this time.
0 commit comments