regarding total ctr,clicks and conversion

2024-06-06 Thread Ajit Mohapatra
while in my report of google ads account i am getting the total value of ctr, clicks, conversion, but while accessing through query i am not able to do it and manually i have to sum each clicks and conversion to get total and after that the total value does not match with my report data. -- --

Regarding total clicks, ctr, conversion , impression

2024-06-06 Thread Ajit Mohapatra
HI, In my google ads account when i go to report it shows me all the individual campaign and total campaign details like total ctr, total clicks, total impression, total conversion. But when i am using rest api call i am getting all the individual campaign details but i am not getting all the t

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
ot getting any result for that query? On Wednesday, January 25, 2023 at 7:57:25 PM UTC+5:30 adsapi wrote: > Hi Ajit, > > Thank you for your reply. We appreciate your patience with this concern. > > To answer your questions, you may refer to this client library

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

2023-01-25 Thread Ajit Trivedi
google ads api. On Wednesday, January 25, 2023 at 1:55:11 AM UTC+5:30 adsapi wrote: > Hi Ajit, > > > Thanks for reaching out to the Google Ads API team. I hope you are doing > well today. > > > With regards to your concern, you may refer to this guide > <https:

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
operations" } } } request_id: "fxFRqgy0SjqEkbhFpRTVzw" Result errors { error_code {collection_size_error: TOO_MANY } message: "Too many." location {field_path_elements { field_name: "operations"} }}request_id: "fxFRqgy0SjqE

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
document(https://ads-developers.googleblog.com/2021/10/userdata-enforcement-in-google-ads-api.html), we should add only one user identifier in user data then how can we give 100 user id while making API request? Thanks, Ajit -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

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
mer 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_PERMISSION_DENIED while making google ads API call to &

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

2022-06-17 Thread Ajit Trivedi
unt. I am getting USER_PERMISSION_DENIED while making google ads API call to export user to my clients google ads account. Thanks, Ajit On Friday, June 17, 2022 at 4:04:40 PM UTC+5:30 pmoe...@binaerpark.de wrote: > Hej Ajit, > > you will need: > developerToken -> you find in the

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

2022-06-17 Thread Ajit Trivedi
. How do I get login customer id and client customer id ? 3. When do I have to use both login customer id and client customer id while making API call? Some sample code examples to use both login customer id and client customer id using java library would be helpful Thanks & Regards,

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
multiple google Ads account associated with one gmail account) . Third Party APP will make an OAuth request using client Id and Client Password. Thanks On Thursday, April 21, 2022 at 4:00:23 PM UTC+5:30 adsapi wrote: > Hi Ajit, > > Thank you for reaching out to us. > > Pleas

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 Go

what is conversionActionId ?

2022-04-18 Thread Ajit Trivedi
? Thanks, Ajit -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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

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 upl

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

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
code: 3 message: "The string date time\'s format should be -mm-dd hh:mm:ss+|-hh:m., at conversions[0].conversion_date_time" Thanks and Regards, Ajit -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://google

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
r files. at io.grpc.internal.AutoConfiguredLoadBalancerFactory$AutoConfiguredLoadBalancer.(AutoConfiguredLoadBalancerFactory.java:92) I have followed the exact steps mentioned in the doc still i am getting this? How this can be fixed? Thanks and Kind Regards, Ajit -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

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

website in google analytics and webmasters

2012-06-30 Thread Ajit Jain
hey i have made a new website.I have added my website to google webmasters yesterday and also added the google analytics javascript yesterday.But still its not included in sitesearch in google and also the site tracking status in google anlytics is receiving data. My website is http://shopping

AdWords API Fwd: Not Found Error 404

2010-04-01 Thread Ajit
-- Forwarded message -- From: Ajit Date: Apr 1, 12:15 pm Subject: Not Found Error 404 To: AdWords API Forum When i trying to create account on following url https://www.google.com/accounts/ServiceLogin?service=adwords&cd=null&;... after hitting create account button

AdWords API Not Found Error 404

2010-04-01 Thread Ajit
When i trying to create account on following url https://www.google.com/accounts/ServiceLogin?service=adwords&cd=null&hl=en-US

AdWords API Re: passing an array of keywords

2010-02-23 Thread Ajit
[base_kwd] as you suggested.. I am trying to create an arrary of keywords and pass to relatedToKeywordSearchParameter.. but seems like its not working whats wrong with above code? THanks Ajit On Feb 4, 10:26 am, AdWords API Advisor wrote: > HiAjit, > > The Keyword.text field can on

AdWords API Re: keyword matchtype for RelatedToUrlSearchParameter

2010-02-05 Thread Ajit
etingIde... > > Best, > - Eric Koleda, AdWords API Team > > On Feb 4, 12:24 pm, Ajit wrote: > > > Hello team > > > I am trying to get suggested keyword for a give website. it is working > > fine.. but I only want "BROAD" match type.. > > > is

AdWords API keyword matchtype for RelatedToUrlSearchParameter

2010-02-04 Thread Ajit
Hello team I am trying to get suggested keyword for a give website. it is working fine.. but I only want "BROAD" match type.. is there a way to specify matchtype = "BROAD" for RelatedToUrlSearchParameter method. following is my code: related_search = @ti_srv.module::RelatedToUrlSearchParameter

AdWords API sandbox doesnt return AVERAGE_TARGETED_MONTHLY_SEARCHES

2010-02-03 Thread Ajit
. which is causing some pain on my budget :) Please suggest a way to test this under sandbox environment. Thanks in advance. Ajit -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-...@

AdWords API passing an array of keywords

2010-02-03 Thread Ajit
o pass an array of keywords in base_kwd.text? thanks in advance Ajit -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-...@googlegroups.com. To unsubscribe from this group, send email to adwords-ap

AdWords API developer token

2010-02-01 Thread Ajit
my credit card detail. but still havent got any developer token. Any idea whom should I contact or call to get this resolved? I need dev access asap. Please advice thanks in advance Ajit -- You received this message because you are subscribed to the Google Groups "AdWords API Forum&quo

AdWords API number of results in response

2010-02-01 Thread Ajit
Hello team I am using 'adwords4r' gem to get some keyword suggestions. following is the sample code: selector = targeting_idea_srv.module::TargetingIdeaSelector.new parameter = targeting_idea_srv.module::RelatedToKeywordSearchParameter.new kwd = targeting_idea_srv.module::Keyword.new kwd.

AdWords API keyword suggestion tool

2010-01-28 Thread Ajit
://code.google.com/p/adwords-api-ruby-samples/source/browse/trunk/src/get_keyword_variations.rb really appreciate your help Regards Ajit -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email

AdWords API authorize a user to access my analytics account

2009-12-21 Thread Ajit
Analytics data. 2. otherwise it will popup login screen and rest of the functionality similar as step 1. I am using Gdata gem in my app. Can you someone help me with a simple example, please? Regards Ajit -- You received this message because you are subscribed to the Google Groups "Ad