summaryrefslogtreecommitdiff
path: root/tests/examplefiles/test.gdc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examplefiles/test.gdc')
-rw-r--r--tests/examplefiles/test.gdc13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/examplefiles/test.gdc b/tests/examplefiles/test.gdc
deleted file mode 100644
index c7e36b81..00000000
--- a/tests/examplefiles/test.gdc
+++ /dev/null
@@ -1,13 +0,0 @@
-# Execute the date dimension MAQL script
-ExecuteMaql(maqlFile="examples/quotes/quote_date.maql");
-
-# load the stock quotes data file
-# the data file config has been generated
-LoadCsv(csvDataFile="examples/quotes/quotes.csv",
- header="true",
- configFile="examples/quotes/quotes.config.xml");
-
-# transfer the stock quotes data
-TransferLastSnapshot();
-
-LoadGoogleAnalytics(configFile="examples/ga/ga.config.xml",username="example@gmail.com",password="******",profileId="ga:7468896",dimensions="ga:date|ga:browser|ga:browserVersion|ga:country|ga:isMobile",metrics="ga:bounces|ga:newVisits|ga:pageViews|ga:visits",startDate="2008-01-01",endDate="2010-06-15");