-
Notifications
You must be signed in to change notification settings - Fork 0
/
App.config
20 lines (20 loc) · 1.06 KB
/
App.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="reportConfiguration" type="appsvc_function_dev_cm_stats_dotnet001.Configuration.ReportConfiguration, appsvc-function-dev-cm-stats-dotnet001" />
</configSections>
<appSettings>
<add key="KeyFileName" value="C:\Users\OPOSTLET\source\repos\appsvc-function-dev-cm-stats-dotnet001\cipher-api-test-73b24f3195a9.json" />
<add key="PropertyId" value="453422813" />
<!--Output directory to save generated report-->
<add key="OutputDirectory" value="C:\GAReports" />
</appSettings>
<reportConfiguration>
<!--Specify either Start & End date in MM/DD/YYYY format or NumberOfDays. In case of start and end date, number of days configuration would be skipped-->
<dateConfiguration startDate="11/01/2024" endDate="11/22/2024" numberOfDays="" />
<reports>
<report name="PageViews" metrics="screenPageViews" dimensions="dateHour,pagePath" />
<report name="Events" metrics="eventCount" dimensions="dateHour,eventName,linkUrl" />
</reports>
</reportConfiguration>
</configuration>