While creating shopping campaign through API in C#, it is requiring shared budget ID mandatory ? is there any way if i don't have budget id yet , i directly want to assign the budget to campaign while creation what is required to do ? Here is the snippet which require must budget id , please suggest workaround for this , i don't have any budget id at the time of campaign creation Campaign campaign = new Campaign { name = "test shopping campaign",
advertisingChannelType = AdvertisingChannelType.SHOPPING, status = CampaignStatus.PAUSED, // Set shared budget (required). budget = new Budget { budgetId = budgetId } }; -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/87dddd1d-c610-4403-ae23-8c6eb0d25ca0%40googlegroups.com.