{ "info": { "author": "Rok Mihevc", "author_email": "rok.mihevc@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Programming Language :: Python :: 3" ], "description": "Google Analytics Segment Pusher\n===============================\n\nversion number: 0.0.1\nauthor: Rok Mihevc\n\nOverview\n--------\n\nA python package to push user segmentation mapped to google analytics ID to google analytics.\n\nInstallation / Usage\n--------------------\n\nTo install use pip:\n\n $ pip install ga_segment_pusher\n\n\nOr clone the repo:\n\n $ git clone https://github.com/rok/ga_segment_pusher.git\n $ python setup.py install\n \nContributing\n------------\n\nTBD\n\nExample\n-------\n```python\nimport ga_segment_pusher\n\nkey_file_location = 'credentials.json'\ncsv_file_location = 'segments.csv'\n\nupload_params = {\n 'account_id': 'XXXXXXXX',\n 'web_property_id': 'UA-XXXXXXXX-1',\n 'custom_data_source_id': 'XXXXXXXXXXXXXXXXXXXXXX'\n}\n\nanalytics = ga_segment_pusher.get_service(key_file_location)\n\nga_segment_pusher.upload_csv(csv_file_location, analytics, **upload_params)\n```", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/rok/ga_segment_pusher/tarball/0.0.2", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rok/ga_segment_pusher", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "ga-segment-pusher", "package_url": "https://pypi.org/project/ga-segment-pusher/", "platform": "", "project_url": "https://pypi.org/project/ga-segment-pusher/", "project_urls": { "Download": "https://github.com/rok/ga_segment_pusher/tarball/0.0.2", "Homepage": "https://github.com/rok/ga_segment_pusher" }, "release_url": "https://pypi.org/project/ga-segment-pusher/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "A python package to push user segmentation mapped to google analytics ID to google analytics.", "version": "0.0.2" }, "last_serial": 3990818, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "674469ec767bbd98a4d943c0cb366fa4", "sha256": "d8cee40ca79ccf2da62acf1418939643fee9a472d532d5624bdb0b694de4a474" }, "downloads": -1, "filename": "ga_segment_pusher-0.0.2.tar.gz", "has_sig": false, "md5_digest": "674469ec767bbd98a4d943c0cb366fa4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2931, "upload_time": "2018-06-22T22:55:27", "url": "https://files.pythonhosted.org/packages/7c/1a/057c57827a06fcb8c322e728143bce1125d56843df654cc23d7b5754ef8e/ga_segment_pusher-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "674469ec767bbd98a4d943c0cb366fa4", "sha256": "d8cee40ca79ccf2da62acf1418939643fee9a472d532d5624bdb0b694de4a474" }, "downloads": -1, "filename": "ga_segment_pusher-0.0.2.tar.gz", "has_sig": false, "md5_digest": "674469ec767bbd98a4d943c0cb366fa4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2931, "upload_time": "2018-06-22T22:55:27", "url": "https://files.pythonhosted.org/packages/7c/1a/057c57827a06fcb8c322e728143bce1125d56843df654cc23d7b5754ef8e/ga_segment_pusher-0.0.2.tar.gz" } ] }