Hello.
I create budget order
{
  :billing_account_id=>"2069-1739-3404-9839",
  :id=>199191264,
  :last_request=> {
    :status=>"UNDER_REVIEW",
    :spending_limit=>{:comparable_value_type=>"Money", :micro_amount=>
100000000},
    :start_date_time=>"20151118 094933 Europe/Moscow",
    :end_date_time=>"20151119 000000 Europe/Moscow"
  }
}


and try to find them by selector
{ 
  fields: [ [0] "id" ], 
  predicates: [ 
    { field: "start_date_time", operator: "EQUALS", values: [ [0] "20151118 
111027 Europe/Moscow" ] },
    { field: "end_date_time", operator: "EQUALS", values: [ [0] "20151119 
000000 Europe/Moscow" ] } 
  ] 
}
but I get 
AdwordsApi::V201509::BudgetOrderService::ApiException: 
[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR 
@ com.google.ads.api.services.common.error.InternalApiError.<init>(
InternalApiErro]

If I try to find by id then I get same error
selector:
{ 
  :fields => [ "id" ], 
  :predicates => [ 
    { :field => "id", :operator => "IN", :values => [ 199191264 ] } 
  ] 
}


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
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/c011acff-be8a-442b-a793-74dbd3ec3489%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to