operation.campaign_conversion_goal.biddable cannot change to false.

How to change campaign_conversion_goal.biddable?

Why FieldMask's biddable do not effective, but FieldMask's campaign 
effective.

sample source. -------------------------------
      res = @service.resource.campaign_conversion_goal do |dat|
        dat.resource_name = campaign_conversion_goal.resource_name
        dat.campaign = campaign.resource_name
      end

      operation_data = 
@service.operation.update_resource.campaign_conversion_goal(res) do |dat|
        dat.biddable = false
      end
sample source end. ------------------------------- 
operation_data's dump.(ids masked)
<Google::Ads::GoogleAds::V9::Services::CampaignConversionGoalOperation: 
update_mask: <Google::Protobuf::FieldMask: paths: []>, update: 
<Google::Ads::GoogleAds::V9::Resources::CampaignConversionGoal: 
resource_name: 
"customers/xxxxxxxx/campaignConversionGoals/xxxxxxxxxxx~DEFAULT~WEBSITE", 
campaign: "customers/xxxxxxxx/campaigns/xxxxxxxxx", category: :UNSPECIFIED, 
origin: :UNSPECIFIED, biddable: false>>

update_mask is wrong.  Why?


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2fd5126c-c528-42b1-a427-6e51c76da9f8n%40googlegroups.com.
  • Ca... Tohihiro Ogata
    • ... Tohihiro Ogata
      • ... 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum

Reply via email to