Re: OfflineUserDataJob upload status: successful but Size on Google Ads UI = 0

2022-08-05 Thread Nhat Ho
I feel like I am not clear about my issue. I will clarify it so that we can better understanding I'm trying to upload around 8 million users to Google Ads using Google Ads API (OfflineUserDataJob). On UI, I see that my upload is successful with match rate (91%~100%). It took around 1-2 hours

Re: OfflineUserDataJob upload status: successful but Size on Google Ads UI = 0

2022-08-05 Thread Nhat Ho
Dear google ads support, Where can I find the status "In Progress". Because I'm seeing status "Successful" but the size is still 0 [image: google_ads.PNG] On Saturday, August 6, 2022 at 12:20:26 AM UTC+7 adsapi wrote: > Hi Nhat, > > Thank you for the details you have provided to our team. > >

Re: OfflineUserDataJob upload status: successful but Size on Google Ads UI = 0

2022-08-05 Thread Nhat Ho
[image: google_ads_request.png] It is show on UI that I have upload successful, But on UI the Size is 0 [image: google_request_ads_2.png] On Friday, August 5, 2022 at 9:43:03 PM UTC+7 adsapi wrote: > Hi, > > Thanks for reaching out to the Google Ads API Forum. > > For us to investigate further

OfflineUserDataJob upload status: successful but Size on Google Ads UI = 0

2022-08-05 Thread Nhat Ho
Dear Google Ads Support, Currently I'm uploading 8 million users using OfflineUserDataJob. The job status is Success but the size didn't change (still 0). Is this a data error when I send to OfflineUserDataJob or this is a delay between the status Success and display on UI Thanks you for

Re: Login-customer-id as Manager Id but get User doesn't have permission to access customer

2022-07-26 Thread Nhat Ho
Dear Adsapi, Currently, I am migrate from Adwords to Google Ads API. Everything work fine before, my account have access to Google Ads Manager account. But I don't have permission to view Oauth2 credentials(company policy). So my guess the problem is the old credentials don't have access to my

Login-customer-id as Manager Id but get User doesn't have permission to access customer

2022-07-25 Thread Nhat Ho
Dear Google Ads Support, Currently, I have set loginCustomerId as ManagerId but when I try to query I get permission error. "SELECT customer_client.id, customer_client.descriptive_name " + "FROM customer_client " + "WHERE customer_client.level <= 1" Error: errors {\n error_code {\n

OfflineUserDataJob for more than 100,000 UserData

2022-07-15 Thread Nhat Ho
Hi Google Ads Api Team, Currently I am trying to upload more than 100,000 UserData. I read that we need to make mutiple requests. Is there a way we can do it through Java Lib (https://developers.google.com/google-ads/api/docs/client-libs/java) If possible can you provide me some example for