Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Coffee Break: Join us on Wednesday, April 5th at 10am PT to chat with Ben Gaines, Director of Product Management for Adobe Analytics. Ben will be online to answer your Analytics and Adobe Summit questions.

Adobe API

Avatar

Level 2

What is the row limit for the Adobe API? I am using the Adobe and Power BI connector.

Thanks

0 Replies

Avatar

Level 1

Adobe API is a little bit too general. What API are you calling specifically ? If possible, please provide a sample request.

Avatar

Level 1

Adobe API is a little bit too general. Could you be more specific on what API you are calling ? If possible, please provide a sample request.

Avatar

Level 1

Hi there,

has this problem been solved? I entcounter the same problem. I want to have for example all pages with page views, but I only get 10 random pages. Is there any work around?

Thanks

Avatar

Community Advisor

It is default to return 10 rows per dimension, but you can try to use the 'Top parameter' which can returns up to 50,000 dimensions per call.

e.g.

{Cube.ApplyParameter, "Top", {5000, "eVar250"}}

Thanks,

Asheesh