-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAdobeAnalyticsConfig.xml
More file actions
32 lines (32 loc) · 1.74 KB
/
Copy pathAdobeAnalyticsConfig.xml
File metadata and controls
32 lines (32 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0"?>
<!--All paths are relative to this config file.
The variables [Engine.EngineDirectory], [Engine.PluginDirectory]
and [Engine.JavaScriptPluginDirectory] can also be used-->
<AlteryxJavaScriptPlugin>
<EngineSettings EngineDllEntryPoint="AdobeAnalytics\Supporting_Macros\adobe-analytics-engine.yxmc" EngineDll="Macro" SDKVersion="10.1" />
<GuiSettings Help="HTML-AdobeAnalytics.htm" Html="AdobeAnalyticsGui.html" Icon="AdobeAnalyticsIcon.png" SDKVersion="10.1">
<InputConnections>
<!--<Connection Name="Input" AllowMultiple="False" Optional="True" Type="Connection" Label=""/>-->
</InputConnections>
<OutputConnections>
<Connection Name="Report" AllowMultiple="False" Optional="False" Type="Connection" Label="R"/>
<Connection Name="API Response" AllowMultiple="False" Optional="False" Type="Connection" Label="A"/>
</OutputConnections>
</GuiSettings>
<Properties>
<MetaInfo>
<NameIsFileName value="True" />
<Name>Adobe Analytics</Name>
<Description>Generate on demand report data from your Adobe Analytics report suites. v2.0.0.0</Description>
<RootToolName></RootToolName>
<ToolVersion>2</ToolVersion>
<ToolInDb value="False" />
<CategoryName>Connectors</CategoryName>
<SearchTags>Adobe, download, cloud, api, omniture, analytics, marketing, report, suite, web, input</SearchTags>
<Author>Alteryx</Author>
<Company>Alteryx, Inc.</Company>
<Copyright>Alteryx, Inc.</Copyright>
<DescriptionLink actual="" displayed="" />
</MetaInfo>
</Properties>
</AlteryxJavaScriptPlugin>