Skip to content

Conversation

@brinnpaul
Copy link

No description provided.

@juanshishido
Copy link
Contributor

Thanks for this, @brinnpaul! The team will take a look this coming week.

from twitter_ads.http import Request
from twitter_ads.cursor import Cursor

class Pixel(Resource, Persistence):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would prefer a different name, but not sure what that should be

"""
return self._load_resource(MediaCreative, id, **kwargs)

def pixel(self, id=None, **kwargs):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would prefer a different name, but not sure what that should be

@@ -0,0 +1,25 @@
from twitter_ads.enum import TRANSFORM
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TRANSFORM isn't used here

@@ -0,0 +1,25 @@
from twitter_ads.enum import TRANSFORM
from twitter_ads.resource import resource_property, Resource, Persistence, Batch, Analytics
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Batch and Analytics aren't used here

@@ -0,0 +1,25 @@
from twitter_ads.enum import TRANSFORM
from twitter_ads.resource import resource_property, Resource, Persistence, Batch, Analytics
from twitter_ads.http import Request
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Request isn't used here

@CLAassistant
Copy link

CLAassistant commented Jul 18, 2019

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants