Unable to connect Google Ads Tableau Connector

2022-09-06 Thread Ravi
Hi Team, I am unable to connect the Google Ads (Deprecated) connector in tableau, please help me with that. I have LinkedIn my google ads account to Google Ads Manager, but it's not working. Thanks and Regards, Ravi K -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

AdWords API Using the new Auth Token in V2009.

2009-07-20 Thread Ravi
Hi , --~--~-~--~~~---~--~~ 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-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...

Wrong revenue in Adwords

2017-05-15 Thread ravi
need any other piece of information that might help you explain what might be happening. Kindest Regards, Ravi. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers

AdWords API Re: Not able to update URLs for TextAds and ImageAds

2009-09-11 Thread imdbest . ravi
? Please reply back on this. Thanks and regards, Ravi. -Original Message- From: adwords-api@googlegroups.com [mailto:adwords-...@googlegroups.com] On Behalf Of AdWords API Advisor Sent: Tuesday, September 01, 2009 8:53 PM To: AdWords API Forum Subject: AdWords API Re: Not able to update URLs

AdWords API Fields missing in V2009 as compared to V13?

2009-09-18 Thread Ravi Jain
Hi, Can you please tell me in which service and object can I find these fields in V2009 API. They were present in the AdGroup service Adgroup object in the V13 APIs. adGroup.keywordContentMaxCpc adGroup.keywordMaxCpc adGroup.siteMaxCpm Thank you very much. Ravi

Re: API error - 'deleted_client' - The OAuth client was deleted

2016-06-01 Thread Ravi Aadepu
I have re-created new project and updated the client id and client secret but still i am getting same error *Error: deleted_client* The OAuth client was deleted. Please help me Thanks in advance Ravi. On Tuesday, 14 April 2015 18:22:50 UTC+5:30, mi...@chaseandcoadvertising.co.uk wrote

Notification for Reprocessing Adwords Report

2016-08-22 Thread Ravi Chotrani
Hi, Is there any notification API for reprocessing Adwords Report. In case of any failures/Data changes in the report, do the consumers of the report get a notification to re-download the report with updated data. Please let me know. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Al

Revenue (All conv. value) isn't showing up

2021-11-26 Thread Ravi Mula
Hi, We observed that our revenue (All Conv. Value) isn't showing up in the Google Ads engine for the past 9 days while we do see the data in our database. Conversions are being recorded via the pixel. Revenue is uploaded via the OrderIdOfflineConversionAdjustmentFeed API, based on the order id.

Re: The Google Ads API seem to be latent

2021-12-17 Thread Ravi Mula
+1 On Friday, 17 December 2021 at 16:14:58 UTC+1 Boris DETRY wrote: > Same for us > > On Friday, December 17, 2021 at 3:41:03 PM UTC+1 deep.bh...@gmail.com > wrote: > >> Hi there, Could you please check and acknowledge this? >> >> We have observed a significant amount of latency in almost every

Campaign performance report

2020-09-17 Thread RAVI KUMAR
Hi, How to get campaign performance report by using [campaignId]. Regards, Ravi Kumar -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because

Re: Campaign performance report

2020-09-18 Thread RAVI KUMAR
Thanks, I'll check them out. On Fri, Sep 18, 2020 at 12:11 AM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Ravi, > > > Thank you for reaching out. You could use something similar to the > following: > > > SELECT CampaignId,

Google Ads Smart Campaigns + Google Ads API

2021-05-17 Thread Ravi Patel
-ads/api/rest/reference/rest/v7/customers.campaigns I would like to know before I try to implement it on MCC Accounts. Thanks, Ravi -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

Re: Google Ads Smart Campaigns + Google Ads API

2021-05-18 Thread Ravi Patel
mpaign using Google Ads API before I implement it? As Google Scripts support has said that they are not supporting it yet. Let me know if you need more clarifications. On Tuesday, May 18, 2021 at 3:21:30 AM UTC-4 adsapiforumadvisor wrote: > Hi Ravi, > > Could you provide more details o

NO_CUSTOMER_FOUND response when user have accounts [PHP]

2019-11-29 Thread Ravi Chandran
Hi Team, We are trying to fetch a list of Ad accounts using the Google Adwords API. The developer token has "basic access". $selector = new Selector(); $selector->setFields(['Name', 'CustomerId']); $page = $managedCustomerService->get($selector); However, we are getting the following error for

Re: NO_CUSTOMER_FOUND response when user have accounts [PHP]

2019-12-03 Thread Ravi Chandran
as we can see in Adwords dashboard. Thanks. On Tuesday, December 3, 2019 at 12:17:32 AM UTC+5:30, adsapiforumadvisor wrote: > > Hi Ravi, > > The AuthorizationError.NO_CUSTOMER_FOUND > <https://developers.google.com/adwords/api/docs/reference/v201809/CustomerService#errors_

Re: NO_CUSTOMER_FOUND response when user have accounts [PHP]

2019-12-09 Thread Ravi Chandran
ocialbeat.in/2017/08/10/social-beat-now-part-of-the-facebook-agency-directory/> On Wed, Dec 4, 2019 at 12:42 AM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Ravi, > > You will be able to use the CustomerService.getCustomers() > <https

Re: NO_CUSTOMER_FOUND response when user have accounts [PHP]

2019-12-09 Thread Ravi Chandran
ion, CustomerService::class); $customers = $CustomerService->getCustomers([$customerId]); Could you please let us know how to pull the required information? TIA On Wednesday, December 4, 2019 at 12:42:22 AM UTC+5:30, adsapiforumadvisor wrote: > > Hi Ravi, > > You will

What is the best way to get campaign report from campaigns id and how process the data in stream not as download format?

2019-12-19 Thread Ravi Chandran
Hi Team, I need to fetch campaign details from Campaign IDs and what will be best to do this, right now I using the following code $selector->setFields( [ 'CampaignId', 'AdGroupId', 'Id', 'Criteria', 'CriteriaType',

Re: What is the best way to get campaign report from campaigns id and how process the data in stream not as download format?

2019-12-20 Thread Ravi Chandran
, LIBXML_NOCDATA); $json = json_encode($xml); $array = json_decode($json,TRUE); Cheers :) On Friday, December 20, 2019 at 11:10:22 AM UTC+5:30, Ravi Chandran wrote: > > Hi Team, > > I need to fetch campaign details from Campaign IDs and what will be best > to do this,

Re: How to Get Google Ads Response in Array or Json

2019-12-20 Thread Ravi Chandran
Hi Sandeep, I got the response as you expected, - Use download type as XML - Use getStream() to get data - Use simplexml_load_string to load the content - Convert to json That's it. I hope it may help you. On Monday, June 3, 2019 at 12:24:06 PM UTC+5:30, Sandeep Yadav wrote: >

googleads.yaml error

2020-07-02 Thread Ravi Gopalan
At the line below adwords_client = adwords.AdWordsClient.LoadFromStorage('/file_path_ to_googleads.yaml') I get an error GoogleAdsValueError: Given yaml file, ~googleads.yaml , could not find some keys. The "adwords" configuration is missing This is the error when accessing adwords client from

BudgetError

2016-02-25 Thread ravi . rs . saini
When i am adding a compaign it show the error BudgetError.MONEY_AMOUNT_LESS_THAN_CURRENCY_MINIMUM_CPC @ operations[0].operand.amount -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+Go