Lorna, thanks for the tip. One thing you might note when using Xpath with namespaces you need to $xml->registerXPathNamespace(‘dxp’, ‘http://schemas.google.com/analytics/2009’);

That way you can easily do an xpath query to find exactly what you want.