Hi,

I'm trying to update the status of the budget to REMOVED, I see that the 
request goes through but on google nothing happens.

Here is what I'm doing : 

CampaignBudget campaignBudget = CampaignBudget.newBuilder()
.setResourceName(budgetResourceName)
.setStatus(BudgetStatusEnum.BudgetStatus.REMOVED)
.build();
FieldMask fieldMask = FieldMask.newBuilder().addPaths("status").build();

CampaignBudgetOperation campaignBudgetOperation = CampaignBudgetOperation.
newBuilder()
.setUpdate(campaignBudget)
.setUpdateMask(fieldMask)
.build();

When I mutate this operation it returns the resourceName of the budget 
successfully but on google I see nothing.
Is there something that I'm doing wrong here?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3817356a-c0ec-45f9-b031-05b4e57fb934n%40googlegroups.com.
  • Up... Anis Qazi
    • ... 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum

Reply via email to