Getting Customer Id of User Who Login with Google in our Platform (Google Ads API Bita)

2020-01-16 Thread Rakesh Chauhan
Hello everyone, can you please tell me how can i get Customer ID of that user who login with google Email and password in our platform. i need it for manage them account from my platform. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevelo

Re: how to get customer Id using refresh token which are not under my MCC account using Google Ads API (Bita version)

2020-01-16 Thread Rakesh Chauhan
Hy SUBINPVASU Thank you for giving me reply but i don't want to get my own account Customer id, I want that Customer ID of user own Adwords which are login in my platform using gmail account. On Friday, January 10, 2020 at 1:20:02 PM UTC+5:30, Rakesh Chauhan wrote: > > Hello ,

Re: how to get customer Id using refresh token which are not under my MCC account using Google Ads API (Bita version)

2020-01-10 Thread Rakesh Chauhan
But where you have used refresh token to get customer Id of new logn user ? On Friday, January 10, 2020 at 1:20:02 PM UTC+5:30, Rakesh Chauhan wrote: > > Hello , > > can you please provide me information how can we get Customer ID using > Oauth 2.0 or refresh token in Goog

how to get customer Id using refresh token which are not under my MCC account using Google Ads API (Bita version)

2020-01-09 Thread Rakesh Chauhan
Hello , can you please provide me information how can we get Customer ID using Oauth 2.0 or refresh token in Google Ads API(Bita version) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

No Serializer Found for class io.grpc.Metadata and No properties Discovered to create BeanSerializer

2019-12-30 Thread Rakesh Chauhan
Hello , i don't know what is happening with it , when i am trying to create Campaign Budget in Google Ads API (Bita) then it give me this such type of Exception 30 Dec 2019;17:54:21.580 ERROR = 182: o.a.c.c.C.[.[.[.[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in cont

Re: How to Generate userInterest Resource Name using Google Ads API bita version ?

2019-11-23 Thread Rakesh Chauhan
Thank you ... i have done it 😂️😂️😂️😂️😂️😂️ On Friday, November 22, 2019 at 2:22:19 AM UTC+5:30, adsapiforumadvisor wrote: > > Hi Rakesh, > > Here is an example of a builder you can use to create the user interest: > CampaignCriterion.newBuilder() > .setCampaign(StringValue.of(campaignResourceName)

Re: How to Generate userInterest Resource Name using Google Ads API bita version ?

2019-11-22 Thread Rakesh Chauhan
Yes , i was tried it CampaignCriterion.newBuilder() .setCampaign(StringValue.of(campaignResourceName)) .setUserInterest(UserInterestInfo.newBuilder().setUserInterestCategory(StringValue.of("customers/123456789/userInterests/92949")).build()) .build(); but in this i need UserInterest ResourceNa

Re: How to Generate userInterest Resource Name using Google Ads API bita version ?

2019-11-20 Thread Rakesh Chauhan
yes , i have also tried like using i have also created multiple Language setup and Location setup , it has done perfectly but in UserInterest Class i can not find format method , whic

Re: How to Generate userInterest Resource Name using Google Ads API bita version ?

2019-11-19 Thread Rakesh Chauhan
Yes sir , i want to generate it , but i don't know how to generate it On Wednesday, November 20, 2019 at 2:20:18 AM UTC+5:30, adsapiforumadvisor wrote: > > Hi Rakesh, > > You could use the > format customers/[customer_id]/userInterests/[userInterestId]. > > Let me know if you face any issues. >

Re: How to Generate userInterest Resource Name using Google Ads API bita version ?

2019-11-19 Thread Rakesh Chauhan
yes sir , but UserInterestInfo need UserInterest resource name , and i dont k

How to Generate userInterest Resource Name using Google Ads API bita version ?

2019-11-15 Thread Rakesh Chauhan
Hello sir , i am trying to create userInterest but i can't create userInterest Resource Name because i can't get UserInterestOperation and all that so can you please tell me how create UserInterest Resource Name using Google Ads API Bita version ? Thank you --

Re: Why i can not add Gender or Age Range in Campaign using CampaignCriterion ?

2019-11-15 Thread Rakesh Chauhan
yah , thank you i have done it. On Thursday, November 14, 2019 at 2:03:51 AM UTC+5:30, adsapiforumadvisor wrote: > > Hi Rakesh, > > If you want to exclude a criteria, you will need to create an object of > NegativeAdGroupCriterion >

How to exclude Gender and Age_Range in Google Ads API Bita ?

2019-11-13 Thread Rakesh Chauhan
Hello sir , i am using Google Ads API Bita and i am trying to exclude Gender and Age_Range from AdGroup but i can't. can you please try to help me to solve this issue ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevel

Re: Why i can not add Gender or Age Range in Campaign using CampaignCriterion ?

2019-11-12 Thread Rakesh Chauhan
Thank you for Helping me , but i am trying to excluded but it only Add it is not being excluded from Group because i can't get excluded option in AdGroupCriterion can you please help me to solve this problem On Tuesday, November 12, 2019 at 7:00:42 PM UTC+5:30, Rakesh Chauhan

can not create Display Upload Ads in Display Campaign it is giving access denide exception

2019-11-06 Thread Rakesh Chauhan
Hello sir or mem, i am trying to create Display Upload Ads in Display Campaign but i can't here below is the exception which i phase during creating Display upload Ad in Display Campaign === com.google.ads.googleads.v2.

INTERNAL ERROR occur During create Display Ads using Google Ads API Bita version

2019-10-22 Thread Rakesh Chauhan
Hello sir i am trying to create Display Ads campaign using Google Ads Bita API , but when i create the Display Ads in Campaign then it will give me INTERNAL ERROR , and i can't find why this such type of error has been come ===

Failed to create OAuth credentials. Check OAuth settings in the ads.properties file. Exception: com.google.api.ads.common.lib.exception.OAuthException: Credential could not be refreshed.

2019-07-16 Thread Rakesh Chauhan
Hello to all currently i am working on one project and i am integrating google adwords api in that project , but after getting refresh token when i try to get Campaign then it give me below type of exception here is the exception Failed to create OAuth credentials. Check OAuth settings in

Re: How can i get API canter in Google AdWords Test MCC Account ? please Help me

2019-07-11 Thread Rakesh Chauhan
Hii .. Thank you , i tried it with Google AdWords Production account and then i got it , but i could not found it in Google AdWords Test Account -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~