简体   繁体   中英

Google Analytics / AdWords: No “finalUrl” dimension

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.)

You should use the AdWords API as it provides more data than the Analytics API.

I had the same issue when I tried to access Search Console data via Analytics. Although Analytics displays various Search Console data in the UI, it is only possible to access this data via Search Console API.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM