We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.13
When trying to get the preview I am getting a Class object with no preview code.
calling previews on created creative like so FacebookAds::AdCreative.get(23851059200310039).previews(ad_format: "DESKTOP_FEED_STANDARD")
FacebookAds::AdCreative.get(23851059200310039).previews(ad_format: "DESKTOP_FEED_STANDARD")
@name=:previews, @node=#<FacebookAds::AdCreative {:id=>"23851059200310039"}>, @options={:ad_format=>"DESKTOP_FEED_STANDARD"}, @should_delegate=false>``` #### Expected Results: Getting preview iframe code
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Which SDK version are you using?
v0.13
What's the issue?
When trying to get the preview I am getting a Class object with no preview code.
Steps/Sample code to reproduce the issue
calling previews on created creative like so
FacebookAds::AdCreative.get(23851059200310039).previews(ad_format: "DESKTOP_FEED_STANDARD")
Observed Results:
The text was updated successfully, but these errors were encountered: