Hello, I am adding a keyword to AdGroupCriterionService on sandbox.
Keyword is added successfully, but when try to set the value of maxCpc, getting issue "Uncaught SoapFault exception: [soap:Server] [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.<init>(InternalApiErro]" Getting issue on this line $ManualCPCAdGroupCriterionBids->maxCpc = new Bid(new Money((float) 1000000)); When do comment this line, the all codes runs ok. Here is the code sample $ManualCPCAdGroupCriterionBids = new ManualCPCAdGroupCriterionBids(); $ManualCPCAdGroupCriterionBids->maxCpc = new Bid(new Money((float) 1000000)); $ManualCPCAdGroupCriterionBids->bidSource = 'CRITERION'; $keywordAdGroupCriterion->bids = $ManualCPCAdGroupCriterionBids; Why I am getting this issue. Please help me. Any help would be appricieted. Regards Reeta Malik -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
