Webtrends.ReportContents
Returns a table with report content from Webtrends.
Syntax
Webtrends.ReportContents(
ProfileId as text,
ReportId as text,
optional startDate as date,
optional endDate as date
) as table
Remarks
Makes a call to the given Webtrends reporting endpoint and returns all data as a table.
Examples
Example #1
Makes a call to the Webtrends visitors report endpoint for data in the last 30 days
Webtrends.ReportContents("98765", "xPcmTDDP0P6")
Result:
A table of visitor data