Skip to main content

No project description provided

Project description

yametrikapy
===========

The library support only JSON format.

To sign in you need client_id, get it from https://tech.yandex.ru/oauth/doc/dg/tasks/register-client-docpage/ for your application.

To connect to Yandex.Metric, you need to get a code:

- `The token by code received automatically <https://tech.yandex.ru/oauth/doc/dg/reference/auto-code-client-docpage/>`_
- `The token by code entered by a user <https://tech.yandex.ru/oauth/doc/dg/reference/console-client-docpage/>`_

.. code-block:: python

client_id = '6993a3cd88e34ac67574578th87h67r7fe341c'
client_secret = 'AQAg4h45h4DJk4545gBDqIln6hNJGet45DHJgVxCjncQ'
code = '3463468'

metrika = Metrika(client_id, client_secret=client_secret, code=code)

or `to obtain a debug token manually <https://tech.yandex.ru/oauth/doc/dg/tasks/get-oauth-token-docpage/>`_.

.. code-block:: python

client_id = '6993a3cd88e34ac67574578th87h67r7fe341c'
token = 'AQAg4h45h4DJk4545gBDqIln6hNJGet45DHJgVxCjncQ'

metrika = Metrika(client_id, token=token)

Installation
------------
::

pip install yametrikapy

Example usage
-------------

.. code-block:: python

from yametrikapy import Metrika

def main():
client_id = '6993a3cd88e34ac67574578th87h67r7fe341c'
client_secret = 'AQAg4h45h4DJk4545gBDqIln6hNJGet45DHJgVxCjncQ'
code = '3463468'

metrika = Metrika(client_id, client_secret=client_secret, code=code)

counters = metrika.counters().counters
print(counters)

counter_id = counters[0]['id']
stat = metrika.stat_data(counter_id, 'ym:s:visits,ym:s:users', dimensions='ym:s:searchEngineName')
print(stat.data)

counter = metrika.add_counter('My new counter', 'my-site.ru')
print(counter.counter['id'], counter.counter['name'])

# Output obtained data
print metrika.get_data()

if __name__ == '__main__':
main()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yametrikapy-2.0.tar.gz (12.3 kB view details)

Uploaded Source

File details

Details for the file yametrikapy-2.0.tar.gz.

File metadata

  • Download URL: yametrikapy-2.0.tar.gz
  • Upload date:
  • Size: 12.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for yametrikapy-2.0.tar.gz
Algorithm Hash digest
SHA256 8c55d89f0fb9c1a13bba162279987de4d1afee9551c7207160351c4d3f86bc91
MD5 af57b371685cc0ed982bd1c0f2836be7
BLAKE2b-256 4aa8e35551b4a51761ed15c2c656fcfcd6be43359f213c3824237fae268bf33e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page