Denis
Denis

Reputation: 189

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?

Upvotes: 0

Views: 223

Answers (1)

MarkeD
MarkeD

Reputation: 2631

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.

Upvotes: 1

Related Questions