Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

To pull a report of metrics while applying segment on just one and not all the metrics #1

Open
srivga opened this issue May 7, 2015 · 0 comments

Comments

@srivga
Copy link

srivga commented May 7, 2015

Hi
I am very new to python and I am trying to pull the report through Adobe API.
I have created the following code
analytics = omniture.authenticate('user','sharedsecret')
suite = analytics.suites['reportsuiteid']
report = suite.report.element('XXX',top=5000)
.metrics('visits','pageviews','videostart','entries','bounces')
.range('2015-03-01','2015-03-15',granularity='day')
.filter(segment='Exclude company')
.run()
and this helps me in pulling the data for all the metrics applying the filter but how can I pull the report for all the metrics and apply filter on just two of them.

Any insight in solving the issue would be very helpful.

Thanks in advance..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant