=
@service.operation.update_resource.campaign_conversion_goal(res) do |dat|
dat.biddable = true
end
res.biddable = false
sample source end. ---
FieldMask is OK.biddable is included.
2021年11月30日火曜日 14:32:12 UTC+9 Tohihiro Ogata:
> operation.campaign_conversion_goal.bidda
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_go
I cannot set selective_optimization to create campaign.
In the WEB UI, it seems that it has been changed to specify the category
instead of the conversion action, but in the API, the resource name of the
conversion action is specified.
If you specify the resource name of the conversion action,