Quantcast
Viewing all articles
Browse latest Browse all 5813

How to get a combination of data via the Reporting API?

@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 dimension

I 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

Read full topic


Viewing all articles
Browse latest Browse all 5813

Trending Articles