Skip to content

unique-influence-tech/twitter-python-ads-analytics-queries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Introduction

This package acts like an add-on to the Twitter Ads SDK. It is designed to make Twitter Ads Analytics requests more simple by doing two things:

  • Performing multiple asynchronous request and retrieval to the Twitter Analytics endpoint
  • Aggregating and transforming responses into a list of mappings that include id, date and campaign name

The mappings are daily records:

{campaign_name:'', 'id':'', 'date':'', metric_1:'', metric_2:'', metric_3:''}

This makes importing into a database very easy 👍.

Installation

Coming soon

Usage

Coming soon

Testing

Coming soon

Additional Notes

Coming soon

About

A small package to make Twitter ads analytics queries slightly easier.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published