Uploaded image for project: 'AdMax'
  1. AdMax
  2. ADMAX-2322

updateCampaignArray does not actually perform bulk operations

    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.

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              patrick Patrick Crane (Inactive)
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated: