Wikia / sroka

Python library for API access and data analysis in Product, BI, Revenue Operations (GAM, GA, Athena etc.)
MIT License
72 stars 11 forks source link

GAM report dimension attributes #39

Closed sseyda closed 3 years ago

sseyda commented 3 years ago

Dimension attributes field stores useful informations regarding dimensions, which cannot be obtain in other way. For example goal quantity.

Using it also simplifies pulling informations that can be got via GAM API, but requires connecting with other services and combining the results with ones provided by Sroka.

For example, to obtain order's trafficker we can either use dimension attribute or pull trafficker's and order's id from Order Service, merge it with trafficker's name pulled via User Service and then match it to specific order ids provided by the report.

dorotamierzwa commented 3 years ago

Thank you and congrats on your first PR to sroka! 🥳