Hello there,
I have a problem with creating ad_group_extension_setting_operation in bulk operation.
This operation needs to have resource names for extension_feed_items[] and ad_group.
which extension_feed_items[] can be generated by running another operation named extension_feed_item_operation
based on google documents, I should be able to create the ad_group_extension_setting_operation by assigning some negative temporary ids as resource names and when all the operations are done the real resource names should be replaced. but when the ad_group_extension_setting_operation mutate operation is running, it raises an error about not having the real resource names for extension_feed_items[] and it doesn't create with temporary resource names. It also happens for a temporary resource name for ad_Group in this operation.
So it seems unless other operations, this operation doesn't work with temporary ids
Can you help me with my issue?