Re: DSK campaign individual budget

2016-02-15 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
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 in our

DSK campaign individual budget

2016-02-15 Thread maxim . gavrilenko
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.