From 1431a0965c3f136833c462b75f51e37d97ab783c Mon Sep 17 00:00:00 2001 From: Todd Eichel Date: Thu, 3 Aug 2017 16:33:17 -0700 Subject: [PATCH] Include is_autobid in list of attributes for Ad Sets Need to include this column if we want to update its value. This should have been part of the changes for 0.4.0 but since that isn't released yet we can sneak this in. --- lib/facebook_ads/ad_set.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/facebook_ads/ad_set.rb b/lib/facebook_ads/ad_set.rb index 8cb83de..b11bca8 100644 --- a/lib/facebook_ads/ad_set.rb +++ b/lib/facebook_ads/ad_set.rb @@ -24,7 +24,7 @@ class AdSet < Base id account_id campaign_id name status configured_status effective_status - bid_amount billing_event optimization_goal pacing_type + is_autobid bid_amount billing_event optimization_goal pacing_type daily_budget budget_remaining lifetime_budget promoted_object targeting