Skip to content

Commit

Permalink
Add Adpreview examples
Browse files Browse the repository at this point in the history
Summary: Ad preview examples for DocSMith

Test Plan: arc unit
  • Loading branch information
Matthias Georgi authored and Ritu committed Oct 20, 2015
1 parent ec6c9d2 commit a0cc0c6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions facebookads/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -1830,13 +1830,6 @@ def get_endpoint(cls):
return 'previews'


class AdPreview(AdCreativePreview):

@classmethod
def get_endpoint(cls):
return 'previews'


class KeywordStats(AbstractObject):

@classmethod
Expand Down Expand Up @@ -2502,7 +2495,7 @@ def update_product(self, retailer_id, **kwargs):
url = '/'.join((
FacebookSession.GRAPH,
FacebookAdsApi.API_VERSION,
product_endpoint
product_endpoint,
))

return self.get_api_assured().call(
Expand Down

0 comments on commit a0cc0c6

Please sign in to comment.