Skip to content

Instantly share code, notes, and snippets.

@tomothumb
Created June 19, 2015 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomothumb/7548cb89fb211cb382a2 to your computer and use it in GitHub Desktop.
Save tomothumb/7548cb89fb211cb382a2 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dxp="http://schemas.google.com/analytics/2009" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:gd="http://schemas.google.com/g/2005" gd:kind="analytics#data">
<entry>
<dxp:dimension name='ga:XXXX' value='YYYY'/>
<dxp:metric name='ga:XXXX' value='YYYY' type='ZZZ'/>
</entry>
...
<entry>
<dxp:dimension name='ga:XXXX' value='YYYY'/>
<dxp:metric name='ga:XXXX' value='YYYY' type='ZZZ'/>
</entry>
</feed>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment