Hello Maxim, I've just confirmed that I can create a campaign with individual budget (not shared) by putting *$budget->isExplicitlyShared = false *after line 43 <https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201601/BasicOperations/AddCampaigns.php#L43> in our *AddCampaigns* example. Where did you put this line in the example file?
If you still face with this issue, could you please send me a SOAP log of your operation by *Reply privately to author*? Cheers, Thanet, AdWords API Team On Monday, February 15, 2016 at 11:22:09 PM UTC+9, [email protected] wrote: > > I create DSK campaign by API (PHP). And set budget to 100$ > Campaign created. but with shared budget. > > I tried: > When I create the Budget, set the *isExplicitlyShared* property to *false* > (default value is true. *$budget->isExplicitlyShared = false;*) and > assign that budget to the campaign. > Campaign budget guide > <https://developers.google.com/adwords/api/docs/guides/budgets> and > AddCampaigns > <https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201601/BasicOperations/AddCampaigns.php> > example > code for budget creation from the PHP client library. > > But it's shared budget. > > How can I set individual budget when I creating campaign? > > Thanks > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] 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 Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/af63a71a-fa43-44ad-b56f-8e7d6d6d4434%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
