Details
-
Type: Bug
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Google
-
Labels:None
Description
updateCampaignArray() in GoogleAdWordsAPI.java does not properly implement a batch request; instead of sending an individual request with array size 1 for each element in the argument, it needs to send a single request of array size equal to the number of elements in the argument.
As a corollary to this, the quota tracking does not properly track quota in the current implementation. Quota will be recorded for the last individual request from the loop and the other N-1 requests will not be recorded.