Hello !
When I try to update more that approximatively 20 campaigns at the
same time, I receive a "InternalApiError" wich is more specificly a
DEADLINE_EXCEEDED Error.... with 4 campaigns I dont have any
problems.... So I don't think it's a problem in my code....
Is that a limitation because I'm on the SANDBOX environnement ?
Here more information about the error
soap_faultstring_ex: "com.google.net.rpc.RpcException:
DEADLINE_EXCEEDED;null;StartTimeMs=1247821853805;NoResponse;TCP;Deadline=10.0;CliLog=256;SrvLog=256;ReqSecLevel=integrity;RespFormat=UNCOMPRESSED;/
CampaignService.mutate;LastReqID=f44ecd16464e10fc;LastGlobalID=bc60ff04b72b0883;Server=10.198.131.4:26079"
It seams to be like a Time out or something like that....
Please Help ;)
Vincent
FYI This is an example of what I'm trying to send :
- !ruby/object:AdWords::V200906::CampaignService::CampaignOperation
biddingTransition:
operand:
:status: PAUSED
:id: 24196
operation_Type:
operator: SET
- !ruby/object:AdWords::V200906::CampaignService::CampaignOperation
biddingTransition:
operand:
:status: PAUSED
:id: 24197
operation_Type:
operator: SET
- !ruby/object:AdWords::V200906::CampaignService::CampaignOperation
biddingTransition:
operand:
:status: PAUSED
:id: 24198
operation_Type:
operator: SET
- !ruby/object:AdWords::V200906::CampaignService::CampaignOperation
biddingTransition:
operand:
:status: PAUSED
:id: 35155
operation_Type:
operator: SET
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---