Hello Andre,

I was able to set the budget to 5000000000 microAmount. Could you double 
check the budget Id you are passing? Could you please share the SOAP 
logs(request 
and response 
<https://developers.google.com/adwords/api/docs/guides/call-structure#response>)
 
of the operation you are performing without redacting any information to 
investigate further? You could refer to the instructions shown in this 
README.md 
<https://github.com/googleads/googleads-python-lib/blob/master/README.md#how-do-i-log-soap-interactions>
 file 
to enable logging. You could use reply privately to the author option while 
sharing the information requested.

Regards,
Sai Teja, AdWords API Team

On Friday, December 21, 2018 at 9:02:21 AM UTC-5, AvdV wrote:
>
> Hi,
>
> I am trying to set the budget of a campaign to 5000 but I'm getting this 
> error:
>
>     for k, v in data if k != 'xsi_type'}
>> KeyError: 'budgetId:'
>
>
> My operation looks like this:
>  operations.append({
>                         'operator': 'SET',
>                         'operand': {
>                                 'xsi_type': 'Budget',
>                                 'budgetId:': budget_id,
>                                 'amount': {
>                                     'microAmount': '5000000000'
>                                             },
>
>                             }
>                     })
>
> What am I doing wrong? (using python library)
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
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/ed547737-b988-4d43-a322-b2d3fb30901f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to