Hi,

Intro
For my application, i'm required to use the *rest api* instead of the SDK 
(but the issue is the same with the sdk one). I've tested this with basic & 
standard access.
I'm trying to sync user data into a customerMatch UserList.


*Issue*When including more that 10 'Create' within the operation array of 
the payload, i'm receiving the following error msg : TOO_MANY. (You can 
check the full response below).

Even sometime it will already provide this error message when i'm including 
only 10 'create' within the payload.

The documentation informs that it should be possible to include *a lot more* 
records within one request? But for some reason, it can't.  I'm already 
sending with a Concurrency of 25 requests (including 10 records each), but 
this is already the limit of the amount of requests we can do to prevent 
that Google is returning a error 'Too Many Requests' as response.

** I've already tried contacting google multiple times in different ways, 
but i still didn't received any awnser on this.

*Endpoint*
https://googleads.googleapis.com/v8/customers/{customer_id}:uploadUserData 
(Post)

*Payload:*
{
"operations": [
{
"create": {
                    
"userIdentifiers": [
{
                            
"hashedEmail":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXx",
                            
"hashedPhoneNumber":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXx",
"addressInfo": {
"hashedFirstName": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXx",
"hashedLastName": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXx",
"countryCode": "xxxxx",
"postalCode": "xxxx"
}
}
]
}
            
}
],
"customerMatchUserListMetadata": {
"userList": "customers/000000/userLists/0000000"
}
}


*Issue:*
[RESPONSE][{
  "error": {
    "code": 400,
    "message": "Request contains an invalid argument.",
    "status": "INVALID_ARGUMENT",
    "details": [
      {
        "@type": 
"type.googleapis.com/google.ads.googleads.v8.errors.GoogleAdsFailure",
        "errors": [
          {
            "errorCode": {
              "collectionSizeError": "TOO_MANY"
            },
            "message": "Too many.",
            "location": {
              "fieldPathElements": [
                {
                  "fieldName": "operations"
                }
              ]
            }
          }
        ],
        "requestId": "XXXXXXXXX"
      }
    ]
  }
}
]

Thank you in advance!

Kind regards,
Kurt

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a7ff5d99-b737-4a26-ae77-27a5ce5e6216n%40googlegroups.com.
  • Go... Kurt Colemonts
    • ... 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
      • ... Kurt Colemonts
        • ... 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum

Reply via email to