简体   繁体   中英

Google Analytics API - Currency from Google.Adwords in R

I use library "googleAnalyticsR" to download metric "AdCost" from Google Analytics API .

As I know, the metric allow to transmit data ("Cost") from Google.Adwords.

But the Currency is USD in Google.Adwords.

The AdCost contains RUB in R.

How I can transmit the Currency (USD) via googleAnalyticsR from Google.Adwords?

The currency downloaded is what is set within your Google Analytics web property. It just downloads a number, then attaches a currency symbol to it, so check that the ad cost is being converted to RUB or $ or if it is just mislabelled.

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