Coder Social home page Coder Social logo

Comments (5)

set92 avatar set92 commented on August 28, 2024 2

Tbh I'm using the simplest things. Basically in my company there is some department of analytics that generates this type of reports for business, CEOs, etc... And, although I'm not certain why me xD, I'm doing the automatization of those reports, my normal job is data scientist but the guy who tend to do this job manually doesn't know how to program in python, so he creates the segments in Adobe Analytics and send me the JSONs, which I use to call the API, join the dataframes and put them in BigQuery to use datastudio as tool of visualization for business.

Therefore, I don't use RequestCreator, and there are some differences with the new method (like dict vs params, n_result vs n_results or the need to parse it as json), but in general are pretty similar, I like that know I can check the summaryData, which is useful when I'm doing monthly calls and then I have the mean of the data in the summaryData instead of needing to do another call, which will delay the rest of the calls, so I'm trying to do few and big calls, instead of small and many calls to not have problems with the limitations of the API xD.

from adobe-analytics-api-2.0.

pitchmuc avatar pitchmuc commented on August 28, 2024

Thanks for providing this, probably miss to test that case.
I can probably fix that so you do not have to add a statistics key.

I will do a fix this week.

Some questions as you tested the new version :)
Do you use the RequestCreator and do you find the Workspace class returned by the result better than the old getReport result ?

from adobe-analytics-api-2.0.

pitchmuc avatar pitchmuc commented on August 28, 2024

thanks, appreciate the feedback.
I was not scrupulous enough for the parameters (n_results vs n_result), I will try to support both via kwargs, so you can change the method easily.
Normally, you can pass a dict for the request, not mandatory have a JSON.
It may be badly documented.

from adobe-analytics-api-2.0.

pitchmuc avatar pitchmuc commented on August 28, 2024

The new release should fix this @set92.
Let me know if it works for you to get it to version 0.3.1.post2

I will add the kwargs supports later with another release.

from adobe-analytics-api-2.0.

set92 avatar set92 commented on August 28, 2024

Works, thanks :D

from adobe-analytics-api-2.0.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.