Hi all,

Stuck while creating campaign via API.

I want to create a campaign with per day budget specified.
While i am trying to create campaign via API, its dividing budget. Not sure 
exactly with what parameters of division.

I am using PHP code.
Lets say my per day budget amount per campaign is 10000.
Here's my code.
        $budget = new Budget(); 
$budget->name = ' Budget #'.uniqid();
$budget->amount = new Money(10000);
$budget->deliveryMethod = 'STANDARD';
$budget->isExplicitlyShared = false;

I want my campaign_1 to have budget as 10000 per day.

Please Help!!!!


Regards, 
V



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
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/9191ec17-6239-4f20-a3f9-a2cba06d281b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to