You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
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 isExplicitlySharedproperty to false(default value is true. $budget->isExplicitlyShared = false;) and assign that budget to the campaign.
Campaign budget guide and AddCampaigns 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
Thanet Knack Praneenararat (AdWords API Team)
unread,
Feb 16, 2016, 2:15:58 AM2/16/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to 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 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?