Skip to content

Problem with ga:keyword dimension  #42

@AdamJayJonca

Description

@AdamJayJonca

I have some issue withe downloading data related withe the ga:keyword dimension (which is actually not the direct Analytics dimension, but it is displayed correct in the API explorer or other API scripts). While downloading the query based on the bellow scrip:
ga.query.init <- Init( start.date = "2017-10-01", end.date = "2017-10-31", dimensions = c("ga:keyword","ga:date"), metrics = c("ga:impressions"), max.results = 10000, filters = "ga:medium==cpc", table.id = "ga:xxxxxx")
The data.frame returns something strange:
keyword date impressions 9668 <U+0440><U+0430><U+0434><U+0438><U+0430><U+0442><U+043E><U+0440><U+044B> 20171001 330
The keyword is not the proper value.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions