@buckdanny wrote:
My goal is to get a list of data that combines different aspects:
- the ip adress of the visitor
- the country
- the date and time of the visit
… and
- the value from a custom dimensionI tried the "Bulk API Request", but as far as i understand, this gives me not a combination of the different informations. I wanted to achieve something like
<visitor1> <ip>……</ip> <country>……</country> <timestamp>……</timestamp> <customdimension>……</customdimension> </visitor1> <visitor2> <ip>……</ip> <country>……</country> <timestamp>……</timestamp> <customdimension>……</customdimension> </visitor2>
Posts: 1
Participants: 1