Hi Wilfried,

Based on the BID_ 
<https://developers.google.com/adwords/api/docs/reference/v201809/AdGroupService.BiddingErrors.Reason#BID_TOO_SMALL>
TOO_SMALL 
<https://developers.google.com/adwords/api/docs/reference/v201809/AdGroupService.BiddingErrors.Reason#BID_TOO_SMALL>
 error 
that you've encountered, your bid amount is too small and should at least 
be 1 (represented as 1000000 in the API) based on your AdWords account 
currency. Can you try the request again on your end after updating the bid? 
Let me know how it goes.

Thanks,
Luis
AdWords API Team

On Wednesday, October 10, 2018 at 4:24:45 AM UTC+8, wtemmerman wrote:
>
> Hi guys,
>
> I tried to update a CpcBid with biddingStrategyConfiguration, with 
> AdGroupService.
>
> My operations is like :
>
> {
>     "xsi_type": "AdGroupOperation",
>     "operator": "SET",
>     "operand": {
>         "xsi_type": "AdGroup",
>         "id": 59995223992,
>         "biddingStrategyConfiguration": {
>             "bids": {
>                 "xsi_type": "CpcBid",
>                 "bid": {
>                     "xsi_type": "Money",
>                     "microAmount": 0
>                 }
>             }
>         },
>         "status": "ENABLED"
>     }
> }
>
> But I got the answer :
>
> Operation 0 - FAILURE:
> operation={'xsi_type': 'AdGroupOperation', 'operator': 'SET', 'operand': {
> 'xsi_type': 'AdGroup', 'id': 59995223992, 'biddingStrategyConfiguration': 
> {'bids': {'xsi_type': 'CpcBid', 'bid': {'xsi_type': 'Money', 'microAmount'
> : 0}}}, 'status': 'ENABLED'}}
> errorType=BiddingErrors
> trigger=The bid of 0.000000 must be at least 0.010000
> errorString=BiddingErrors.BID_TOO_SMALL
> fieldPath=operations[0].operand.biddingStrategyConfiguration.bids[0].bid
> reason=BID_TOO_SMALL
>
> I set the xsi_type of bid to Money as explain in different forum thread or 
> documentation. But got still an error in my answer.
> Do you have an idea why ?
>
> Regards
>
> Wilfried
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3d814725-8303-4525-9dc6-3aa8367a1229%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • ... wtemmerman
    • ... 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
      • ... wtemmerman
        • ... 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
          • ... wtemmerman
            • ... 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
              • ... wtemmerman

Reply via email to