Re: how to get client customer id of logged in user in js or in php

2016-11-22 Thread revintests
Hi Vishal , i already have developer token created from a manager account , and using oauth credentials generated from a test manager account , as u said i can set clientCustomerId dynamically in any php file like below $user = new AdWordsUser(); $user->SetClientCustomerId('CLIE

Re: Auction Insights Report

2016-11-22 Thread Ildar Khakimov
Hi Dave Thank you for the tip, on a high level, how do you solve this by email? Thank you On Monday, December 7, 2015 at 12:18:48 PM UTC-5, Dave Davis wrote: > > Hi Josh. > Indeed. And we use it in the UI. It's the reporting that were after. > > So we need to see on a campaign basis what new o

Re: Auction Insights Report

2016-11-22 Thread Ildar Khakimov
Hi there Just wanted to see if there's any ETA on this since we're nearing end of 2016. May be the idea been rejected by the AdWords API team? Dave and Charles mentioned some workarounds. Can anyone suggest anything else? Thank you On Tuesday, January 19, 2016 at 9:19:58 AM UTC-5, Anthony Mad

Re: Google Adwords REST API

2016-11-22 Thread 'Peter Oliquino' via AdWords API Forum
Hi, All services in the AdWords API are still currently SOAP based and does not support REST. There has been no word yet if and when REST will be implemented. You may follow our blog for any updates regarding this feature. Addi

Re: Google Adwords REST API

2016-11-22 Thread google-adwords
Is it really still the case that there's no node.js based REST API support for AdWords? If there is, can someone point me to it (even if someone created an open source REST wrapper library to the SOAP calls). Thanks. On Saturday, June 25, 2011 at 4:07:25 AM UTC-7, tiagop wrote: > > Hi, > > I wa

Re: How to get list of all campaigns for a given customer Id.

2016-11-22 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, In order to fetch data from a particular account, please ensure that the 10 digit AdWords account ID for that account is defined against the property *clientCustomerId* in your properties file. As an example, if you use the Java client library, you would need to define the relevant account

Re: AD performance _report details are not macthing

2016-11-22 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, When you extract a report using AdWords API, you have to keep in mind that the reporting data is not real-time i.e. there is a certain lag between the occurrence of an event and the event data being available via the API. In other w

Re: Frequently getting Stream closed error whe fetching ads for a Adgroup and for a given campaign

2016-11-22 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Are you using the GetTextAds or the GetExpandedTextAds

Re: Can you tell me how to access campaign performance report its return object

2016-11-22 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can retrieve the *InputStream* and use the Guava I/O utilities to read the response from the *InputStream* as follows: ReportDownloadResponse response = new ReportDownloader(session).downloadReport(reportDefini

Re: how to get client customer id of logged in user in js or in php

2016-11-22 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, AdWords API doesn't authenticate using email/username and password combination. Instead, authentication happens using OAuth2, details for which are available here . In other words, to connec

Re: If I update the manager's account password, API Token certificate and Google need to change it?

2016-11-22 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, On this forum, we support queries related to AdWords API. This question is related to Content API. You need to post your question on the Google Content API for Shopping Forum and your issue can be resolved there. Re

Re: Invalid grant when using Token Refresh

2016-11-22 Thread Deepankar Biswas
Hi Josh I am facing this issue and its very strange. 1) The access is very much there and not revoked. 2) I refreshed the token today for my MCC account and it worked for the first time and now again invalid grant. I took the dump of the AdWords user also and it has all valid data. Where shoul

Re: Error removing ShareSet

2016-11-22 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Ian, SharedSetService returns only *referenceCount* in the specified client customer ID only. Your manager account (223-833-0176) has shared the negative keyword list to the client customer ID 610-370-7004 and 558-733-1832 as well. Could you please check those two accounts and remove the

Frequently getting Stream closed error whe fetching ads for a Adgroup and for a given campaign

2016-11-22 Thread ntdmbot01
016-11-22 08:33:18.117 WARN 6316 --- [nio-8080-exec-3] c.g.a.a.a.l.c.A.soapXmlLogger : SOAP Response: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> soapenv:Server.userException <*faults

Re: Can you tell me how to access campaign performance report its return object

2016-11-22 Thread ntdmbot01
Can you provide some sample code On Monday, November 21, 2016 at 11:51:24 AM UTC-6, Shwetha Vastrad (AdWords API Team) wrote: > > Hi, > > In the Java client library, the ReportDownloadResponse >

AD performance _report details are not macthing

2016-11-22 Thread ntdmbot01
Hi, For a given campaign id and agroup id and Ad id, im fetching clicks, impressions, averageCost etc from AD_PERFORMACE_REPORT, but this valuesa re not matching with the one in portal. Please let me know how to fetch all the attributes of AD usinand it should match with portal. -- -- =~=~=

How to get list of all campaigns for a given customer Id.

2016-11-22 Thread ntdmbot01
Hi, I'm using CampaignField in selector to fetch campaign details, I would like to fetch campaigns only for a given account. how to validate this in selector equals method. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper

Re: Audience Performance Report, UserListName showing ' --' instead of real value

2016-11-22 Thread Oksana Sulyma
Thanks Shwetha, this helps much! On Monday, November 21, 2016 at 7:53:35 PM UTC+2, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Oksana, > > I'm afraid there isn't a way to check if the data was updated. This data > doesn't necessarily change with each new API version. You can renew this > d

get adwords customer id using email in php or using js login

2016-11-22 Thread revinsinfo
Is there any way to get clientcutomerid of a google adwords user ? i am creating an api system using google api in which any google user will login and can see his campaign and ads related data my question is when a adwords user gets logged in using the js api provide by google . is there any

Re: how to get client customer id of logged in user in js or in php

2016-11-22 Thread revinsinfo
i am creating a system in which any google user can login and can see his/her adwords campaign and ads related stats , thatwhy i am asking that how can i get a customerId of a logged in user using js in google . On Tuesday, November 22, 2016 at 3:22:26 PM UTC+5:30, revin...@gmail.com wrote: >

Re: how to get client customer id of logged in user in js or in php

2016-11-22 Thread revinsinfo
so for example i created a page where i have to login through google adwords credentials , i entered my google adwords credentials , so on that moment i want a customer id so that i can pass it in to my api logged in user means those user which are logged in through my api, when they will login

Re: Audience lists don't get populated

2016-11-22 Thread Dmitry Ovod-Marchuk
Hi Thanet, We look forward to feedback from engineering team. Thank you. On Tuesday, November 22, 2016 at 10:45:14 AM UTC+2, Thanet Knack Praneenararat (AdWords API Team) wrote: > > Hello Dmitry, > > I also looked into your user lists and found that they look the same > except for ad group tar

Re: Audience lists don't get populated

2016-11-22 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Dmitry, I also looked into your user lists and found that they look the same except for ad group targeting settings, which shouldn't affect the user list membership. I'm contacting the engineering team and will get back to you when we have more updates on this. Best, Thanet, AdWords API