Warehouse Release 3.04.0050
5/16/2014
The feature in the 3.04.0050 release is:
OPEN db-tag GA USER=google-user PASS=google-pass ID=viewID
google-user is your Google user or email address.
google-pass is your Google password.
viewID is the Google ViewID of your data view.
To read Google Analytics data, you must have an internet connection.
Your Warehouse script must use a FORMAT statement that specifes the dimensions
and metrics to return. Google Analytics access must always have a start date
and end date in YYYY-MM-DD format.
The dimensions and metrics available are contained in the file CSV test file
WHGAITMS installed with Warehouse. The description of the items is available
from Googgle at:
OPEN G GA USER=yourGoogleUser PASS=yourGooglepPass ID=yourGoogleViewiID
FORMAT GAFMT : RECORD
NV : GA METRIC VISITS
END
READ GR = G FORMAT GAFMT FOR STARTDATE = &
($NOW - CONVERT(STR2DATE("30","NN"),"INTERVAL") PIC "YYYY-MM-DD") &
AND ENDDATE = ($NOW PIC "YYYY-MM-DD")
PRINT NV
ENDREAD
Release 3.04.0050 is available now on all supported platforms.