I'm using the Google Analytics API, querying AdWords though an associated GA account.
AdWords seems to have deprecated "Destination URL", replacing it with "Final URL". However, the GA API does not have a dimension for "Final URL"; only "destinationUrl".
It seems like "destinationUrl", queried through GA, provides different statistics to the "Final URL" statistics available on the AdWords dashboard.
So, it this a gap in the API? Am I required to go directly to the AdWords API to achieve what I want? (This would be cumbersome for me, as there's no official AdWords library for Node.js.)