Hi,
Im trying to change the budget of a campaign. Im setting the amount in
money and the budgetId in budget. Butr it doesnt work. Do I forgot
something?
//create Campaign with Status
Campaign campaign = new Campaign();
campaign.id = CurrentCampaignId;
campaign.idSpecified = true;
var money = new Money();
money.microAmount = amount;
money.microAmountSpecified = true;
var budget = new Budget();
budget.budgetId = CurrentBudgetId;
budget.budgetIdSpecified = true;
campaign.budget = budget;
campaign.budget.amount = money;
//Create the Operation
CampaignOperation operation = new CampaignOperation();
operation.operand = campaign;
operation.@operator = Operator.SET;
operation.operatorSpecified = true;
Thank you very much.
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/1609b241-83fa-4cc8-abba-213f1d0e8eb2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.