I'm trying to generate sessions and users information on all traffic containing a certain web address (we'll call it www.example.com). I'm using the Google Analytics Spreadsheet Add-On.
My current report configuration for the add-on:
Type: core
Start Date: 1/1/2015
End Date: 12/31/2015
Metrics: ga:sessions ga:users
Dimensions: ga:date ga:landingpagepath
Filters: ga:landingpagepath=~www.example.com
The issue is when I replicate the report in Google Analytics the numbers do not match up. The session numbers in GA are higher than the numbers in the spreadsheet while the users number is lower in GA than in the add-on. It does not seem that the add-on is pulling all pages that contains the web address.
For reference the filter I used in GA is include; landing page; Regex; www.example.com
Am I using the =~ filter incorrectly?
Thank you for your help.