Concerns about Access Control in Google Ads Manager Account (MCC) for CDP Integration

2023-06-30 Thread Ajit Trivedi
Hi I have a query regarding the access control within Google Ads Manager Account (MCC) and its implications for integrating with a Customer Data Platform (CDP). My client is concerned about granting access to one specific Google Ads account, which is part of an MCC, and whether this would res

Re: What is the version 11 equivalent of userListServiceClient.getUserList(resourceName) from version 9 of Google ads api?

2023-01-25 Thread Ajit Trivedi
I can see in my account that there is a user list with Id 7563699192 but I am not able to get the details of that UserList using above query. On Thursday, January 26, 2023 at 1:56:29 AM UTC+5:30 Ajit Trivedi wrote: > I am using this Query SELECT user_list.id, user_list.name FROM user_l

Re: What is the version 11 equivalent of userListServiceClient.getUserList(resourceName) from version 9 of Google ads api?

2023-01-25 Thread Ajit Trivedi
I am using this Query SELECT user_list.id, user_list.name FROM user_list WHERE user_list.resource_name ='customers/2787474591/userLists/7563699192'. using java code to get the user List but I am not getting anything as the output of that query. Can you please let me know why I am not getting any

Re: What is the version 11 equivalent of userListServiceClient.getUserList(resourceName) from version 9 of Google ads api?

2023-01-25 Thread Ajit Trivedi
Hi Thanks, for the response. However, that does not answer my question. What I am looking for is 1. I have a resourceName(String) and I want to get the UserList associated with that resourceName. In google ads API, version 9 I was doing something like this UserListServiceClient userListServiceCli

What is the version 11 equivalent of userListServiceClient.getUserList(resourceName) from version 9 of Google ads api?

2023-01-24 Thread Ajit Trivedi
Hi 0 I am using version 9 of com.google.ads.googleads . I was using the following code snippet to get the UserList. try (UserListServiceClient userListServiceClient = googleAdsClient.getLatestVersion().createUserListServiceClient()){ UserList

Re: collection_size_error: TOO_MANY

2022-07-24 Thread Ajit Trivedi
Hi, PFB the request logs. uploadUserDataRequest customer_id: "" customer_match_user_list_metadata { user_list: "customers//userLists/" } operations { create { user_identifiers { hashed_phone_number: "00c1ffa2c444c8a50d1e2b3fa85da987215ea93504307bf274fc359ffeef1d" } } } operatio

collection_size_error: TOO_MANY

2022-07-18 Thread Ajit Trivedi
On trying to upload a user to google ads API I am getting the error as collection_size_error: TOO_MANY. I am using the following code snippet to upload users to the audience created in google ads API. Set userList; //userList contains the hashed email of the user that i want to upload to the

No of user that can be uploaded using userdata service in single api call to google ads api

2022-07-10 Thread Ajit Trivedi
I want to know how many users (hashed email, mobile) can we upload in one call to google ads API. As per documentation (https://developers.google.com/google-ads/api/docs/migration/user-data-service), we can upload 100 user ids per request. What is this user Id in 100 user id? As per this docu

Re: Feed item matching function gives CollectionSizeError.TOO_MANY error

2022-06-28 Thread Ajit Trivedi
Hi, Can you please tell how did you fix this issue On Wednesday, February 27, 2019 at 3:55:38 PM UTC+5:30 hita...@media.net wrote: > Using IDENTITY solved my issue. > Thank you, > Hitarth Kanakia > > > On Saturday, February 23, 2019 at 4:24:53 AM UTC+5:30, > googleadsapi-forumadvisor wrote: >>

Re: How to set Login Customer Id and client customer id in google ads api

2022-06-17 Thread Ajit Trivedi
So I obtained permission to export users to my client's google ads account using the OAuth process. So I guess there's no problem there? Can you please tell me whose manager account Id should i give while making an API call? Shall I give my Google Manager Account id as a Login customer Id or my

Re: How to set Login Customer Id and client customer id in google ads api

2022-06-17 Thread Ajit Trivedi
Hi Patrik, Thank you very much for clarifying that. Also here is "loginCustomerId -> the customer no. of the manager account ", the customer number my Google manager account or clients Google Manager account. My use case is to export users to the client's Google Ads account. I am getting USER_

How to set Login Customer Id and client customer id in google ads api

2022-06-17 Thread Ajit Trivedi
Hi, I am getting a USER_PERMISSION_DENIED error while making google ads API call. Upon googling I got to know that we need to pass login customer id and client customer id while making API call? 1. I want to understand what is the difference between login customer id and client customer id? 2.

Re: Got Permission error - USER_PERMISSION_DENIED in Google Ads API, while it works on Adwords API

2022-06-16 Thread Ajit Trivedi
Hi, Can you please explain a little more about how we can fix this issue? On Thursday, January 16, 2020 at 3:20:23 AM UTC+5:30 Google Ads API Forum Advisor Prod wrote: > Hi Omri, > > Thanks for reaching out. The error USER_PERMISSION_DENIED >

Mapping UserList in Adwords API to resourceName in Ads api

2022-04-22 Thread Ajit Trivedi
Hi, In Adwords Api we were getting UserListId in returen but in Google ads API we get resource name in return. So for some of the UserList which were created using adwords api how do I do the changes so that it gets compatible with Google ads api -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: limiting access to third party app

2022-04-21 Thread Ajit Trivedi
Hi, Thanks for the response, However that does not answer my question. Here, I want to give access to THIRD PARTY APP(identified by client Id and client secret and not email). So can you help me out with how can I restrict THIRD PARTY APP to have only access to one google Ads account( I have m

Giving refresh token to the third party agent who will manage my google ads account

2022-04-21 Thread Ajit Trivedi
Hi If i give access to the third party agent using the Google ads UI then how will the obtain the refresh token ? https://15941169479984783936.googlegroups.com/attach/4c5aa68413b5b/sendemaik.png?part=0.1&view=1&vt=ANaJVrGniSVfiMJ87B0oqjiNGZYIjVIysW-RJF6Oj1UYgLwig3-SnSzVRgTcD_8OqUATXlv8diRAphTA7

Different access role in google ads api

2022-04-21 Thread Ajit Trivedi
Hi, What are the different access role that i can give while executing the following code? CustomerUserAccessInvitation invitation = CustomerUserAccessInvitation.newBuilder() .setEmailAddress(emailAddress) .setAccessRole(accessRole) .build(); For reference : https://

limiting access to third party app

2022-04-20 Thread Ajit Trivedi
Hi, I have multiple Google ads account(multiple google ads account associated with one email account) . If I give access of my google ads account to third party app will they have access to all the google ads account? If the third party app can access all of my google ads account how do I res

Re: Fail to upload click conversion using V8 API

2022-04-19 Thread Ajit Trivedi
Hi, can we upload conversions using only GAds account and not MCC account? Thanks On Friday, July 16, 2021 at 9:35:37 PM UTC+5:30 Yang Qi wrote: > Sorry, I think there is some misunderstanding. I want to upload > conversions using the customer ID of the sub-account and we do upload > conversion

limited access to app using OAuth

2022-04-19 Thread Ajit Trivedi
Hi, I have multiple Google ads account. I am giving access to third party client app to manage my Google ads account. However, I want the third party app to have access to only 1 google ads account (if i gave access to third party app they are able to access all my google ads account). How shou

Re: DateFormat Error

2022-04-19 Thread Ajit Trivedi
Hi, I understood the reason why i was getting that response and was able to fix that. So, I dint send the request and response. Thanks, Ajit On Tuesday, April 19, 2022 at 12:08:32 PM UTC+5:30 adsapi wrote: > Hi Ajit, > > > Thank you for your response. I am also a member of the Google Ads API t

what is conversionActionId ?

2022-04-18 Thread Ajit Trivedi
Hi, I am migrating from google adwords api to google ads api . In adwords api we were not using conversionActionId for offline conversion but we need conversionActionId for google ads api offline conversion. How do i obtain conversionActionId for offline conversion using google ads api? Thanks

Giving limited access to third party service provider

2022-04-18 Thread Ajit Trivedi
Hi, I have multiple Google Ads account. I want third party agency to only have access to only some of the Google ads account and not all the account. How do I limit the third party to have access to only some of the Google ads account that I want? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: is there any specific format of email and mobile number that should be used before hashing and making call to google ads api

2022-04-18 Thread Ajit Trivedi
Thanks for the response On Monday, April 18, 2022 at 8:28:30 AM UTC+5:30 adsapi wrote: > Hi Ajit, > > Thank you for reaching out to us. > > For privacy concerns, email addresses, first names, and last names must be > hashed using the SHA-256 algorithm before being uploaded. In order to > standa

Re: DateFormat Error

2022-04-18 Thread Ajit Trivedi
Thanks for the help On Monday, April 18, 2022 at 2:01:38 PM UTC+5:30 adsapi wrote: > Hi Ajit, > > Thank you for reaching out to us. > > So our API team can further assist you, could you provide more details on > the concern/issue? Could you provide to our team the complete request >

Re: not able to upload data using ConversionUploadServiceClient

2022-04-18 Thread Ajit Trivedi
The account id I am using is not of MCC acount. On Monday, April 18, 2022 at 3:37:55 PM UTC+5:30 Ajit Trivedi wrote: > Hi, > I am getting following response while uploading data using > ConversionUploadServiceClient. > > partial_failure_error { > code: 3 > message:

not able to upload data using ConversionUploadServiceClient

2022-04-18 Thread Ajit Trivedi
Hi, I am getting following response while uploading data using ConversionUploadServiceClient. partial_failure_error { code: 3 message: "The click or call is owned by a customer account that the uploading customer does not manage., at conversions[0].gclid" details { type_url: "type.go

Re: UploadOfflineConversion: How to send ConversionDateTime in click conversion

2022-04-17 Thread Ajit Trivedi
Hi, What is the variable "conversion" in conversion.getDateTime(). Thanks On Wednesday, June 23, 2021 at 10:46:27 PM UTC+5:30 Pete Lavetsky (AdWords API Guru) wrote: > Hey Priya, > > We ran into this too and here's how we do it in Java: > > final String conversionDateTime = ZonedDateTime.of(con

DateFormat Error

2022-04-17 Thread Ajit Trivedi
Hi , I am getting the following response when trying to uploads offline data. The date format that I am currently using is "-mm-dd hh:mm:ss-hh:mm" which is same as per ads api documentation then why am I getting that error? upload success true response partial_failure_error { code: 3 mess

is there any specific format of email and mobile number that should be used before hashing and making call to google ads api

2022-04-14 Thread Ajit Trivedi
Hi, To upload data to audience we are hashing the email id and mobile number . so is there any format of mobile number and email that should be followed before hashing ? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.

not able to log request

2022-04-14 Thread Ajit Trivedi
Hi , I am trying to upload user to audience but i am getting the following warning. 09:37:06.944 [grpc-default-executor-15] WARN com.google.ads.googleads.lib.logging.LoggingInterceptor - Failed to log request. java.lang.NoClassDefFoundError: org/slf4j/event/Level at com.google.ads.googlead

"Uncaught exception in the SynchronizationContext. Panic! java.lang.IllegalStateException: Could not find policy 'pick_first"

2022-04-06 Thread Ajit Trivedi
Hi, I am trying to upload userList by using uploadUserData method of google ads api but i am getting following exception. pr 07, 2022 5:28:33 AM io.grpc.internal.ManagedChannelImpl$2 uncaughtException SEVERE: [Channel<1>: (googleads.googleapis.com:443)] Uncaught exception in the Synchronization

Re: How to update MembershipLifeSpan of already created UserList

2022-03-29 Thread Ajit Trivedi
Hi, Thank you for helping out, but I still did not get the ans that i am looking for . Let's say i have already created a userList with some memberShipLifeSpan of 50 and now i want to update the memberShipLifeSpan of the same userList to 100. How can I do this? i am using java library. I do not