Coder Social home page Coder Social logo

Comments (3)

pitchmuc avatar pitchmuc commented on July 25, 2024

Hello @cyaris,
Sorry for the delay, I was working on another wrapper.
You should always have a dimension set for your report request.
What happens in the UI is that a default dimension is set for you when you pull a metric.

You can retrieve the list of dimension by using the getDimensions(rsid) method

from adobe-analytics-api-2.0.

cyaris avatar cyaris commented on July 25, 2024

Hi @pitchmuc, not sure if I'm following. Why do these types of requests run successfully for getReport2 but not getReport? Thanks!

from adobe-analytics-api-2.0.

pitchmuc avatar pitchmuc commented on July 25, 2024

Sorry for getting back this late, the code to decrypt the response from the Analytics server and return a dataframe is not the same for getReport vs getReport2.
The one from getReport2 is much more flexible and structure in a way that I can adapt the decrypt code fairly easily.

The one in getReport is much more compact and have many interdependent variables. This change would require to completely refactor the code or migrate to the other code, but if that is the case, I would just recommend you to use the getReport2 method.

Basically, one is the code I wrote 6 years ago and the other one 2 year ago after 4 year of extended coding activities in python, so it is way better structure and developed.

I hope it helps.

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.