Re: How to use google adword api?

2016-07-18 Thread 'Peter Oliquino' via AdWords API Forum
Hi, In order to use the AdWords API you will first need to sign up for an AdWords account. Please see our step by step guide for the sign up process. Once you finish the guide, you can start making api calls

How to use google adword api?

2016-07-18 Thread Richest Soft
How to use google adword api? how to connect api to adword api? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Problems setting up Adwords API with python ... please help

2016-07-18 Thread 'Peter Oliquino' via AdWords API Forum
Hi, My apologies since I just noticed that your first post contained your developer token. I deleted it because it contained sensitive information pertaining to your account. I highly recommend that you revoke that refresh token using the Account Settings page as described in the OAuth guide <

Re: Different results from API and UI

2016-07-18 Thread 'Joyce Lava' via AdWords API Forum
Hi Jennifer, Could you please send to me the report query and clientCustomerId you are using in AdWords API and the report generated in AdWords UI to help me investigate further on the case? Please use *reply privately to author* when sending these information. Best Regards, Joyce, AdWords API

Google AdWords UI and API not showing same results?

2016-07-18 Thread Jennifer Lee Daugherty
Anyone else seeing this problem? It started on Friday we believe. No code changes. Thinking that maybe a change to our data prompted this. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google

Different results from API and UI

2016-07-18 Thread Jennifer Lee Daugherty
We have a process that pulls data out of the Google AdWords API. On Friday, it started getting extremely low numbers. Campaigns (Account IDs) show up sporadically. Anyone heard of this or know what could have caused it? We haven't changed the code. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

ERROR_GETTING_RESPONSE_FROM_BACKEND- Unable to read report data

2016-07-18 Thread Sabri Karagönen
Hi, I'm trying to download a report using KEYWORDS_PERFORMANCE_REPORT. Normally, I can download this report succesfully. However, when I add labels to filter this report, I get error below: ERROR_GETTING_RESPONSE_FROM_BACKEND- Unable to read report data. My XML output is below, so you can examine

Re: AdWords API Python - Internal Error or Parsing Error

2016-07-18 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Tejas, Have you tried using the download_criteria_report_as_stream.py example to stream AdWords reports? Could you use the below code snippet to process *

Re: AdWords API Python - Internal Error or Parsing Error

2016-07-18 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Tejas, Have you tried using the download_criteria_report_as_stream.py example to stream AdWords reports? Could you use the below code snippet to process *

Re: NOT_ADS_USER error with OfflineConversionFeedService

2016-07-18 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Radley, If you are still experiencing this issue, can you please create a new thread so that we can help you out? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://p

Re: Adwords Api Integration Error

2016-07-18 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Yasir, If you are using the AdWords API PHP client library, you have to use the command line; i.e. the examples won't work in the web browser. If you are still facing issues, could you please provide me with the SOAP XML request and response logs for the API call? You can enable logging in

Re: Can't get basic campaigns service

2016-07-18 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Based on the error you are seeing, it looks like you are using an old version of the client library, since the library only contains up to v201509. Could you make sure that you've installed a recent version of googleads-python-lib ? Thanks

AdWords API Python - Internal Error or Parsing Error

2016-07-18 Thread tejas
See code with commented errors here- https://gist.github.com/tejasmanohar/bff2fe3360673a823d31484a130d4bd8 We're seeing this error consistently (every single run) for one customer when fetching their Campaign Performance Re

Re: kwd-0 in valuetrack {targetid}

2016-07-18 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Robert, I'm afraid this is not in our scope. I would suggest that you keep an eye on that topic in the AdWords Community Forum

Adwords Api Integration Error

2016-07-18 Thread Yasir Mehmood
Hi Google Adwords Api Team, I am new to adwords api. I have done all settings by using developer token and php client library but when I am trying to access the adwords-examples/examples/AdWords/v201605/CampaignManagement/GetCampaignsByLabel.php through web browser I am getting following error

no reply on token more than a week

2016-07-18 Thread Илья Долинин
Dear Sirs, We have applied for API developers token, but have not heard from your team for more than a week. my account is 753-762-8218 Please see if it might have gone past you. Sincerely, Ilya -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google

Re: NTLM proxy with Adwords SDK in C#

2016-07-18 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Shanmukb, Unfortunately, this looks like an issue in your local network configuration and your network administrator might be able to help you better. I can suggest adding *.google.com to the list of allowed websites at your proxy and you should be able to connect to the AdWords API. Regard

Re: Problems setting up Adwords API with python ... please help

2016-07-18 Thread žiga preell
Hello, I tried with every possible account i created ( almost 10 of them), but none of them was TEST maneger or TEST client account(can't see the red stripe with TEST ACCOUNT in it, and there is no AdWords API Center in settings), When i follow the link to create test maneger account, i type i

Re: Trigger: Unable to read report data

2016-07-18 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hi Sabri, This thread has gotten a bit old, and things have changed a bit since this was posted. Could you please start a new thread with a few more specifics, such as the error that you're seeing, and what your request was at the time? Just as a reminder, when you're doing the new post, please

Re: Customer account report

2016-07-18 Thread Piotrable1
I wrote to you Could you tell if you received a message? I have no sign of this message and i wanna know for sure that it has been sent. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.goo

Re: kwd-0 in valuetrack {targetid}

2016-07-18 Thread Robert Rodakowski
Thank you for reply Shwetha! No specific case from my side. I was just curious, if you (or Антон) had some conclusions in this area. Similar topic here . U

Re: Removing members from a Crm user list with user list service's mutateMembers?

2016-07-18 Thread 'Joyce Lava' via AdWords API Forum
Hi, I understand that the issue in your case could not generate the SOAP request and that it worked for ADD operator. However, just to help more on the analysis, could you also confirm if you are using this example code

Re: Customer account report

2016-07-18 Thread 'Joyce Lava' via AdWords API Forum
Hello, Yes, AdWords API does not support report generation using a manager account. If you need to gather report data using multiple accounts , you will need to submit a separate report request for e

account_performance_report report for customer account

2016-07-18 Thread Piotrable1
Hello, I need to get performance report for whole customer account. I've managed to get performance report for ads, adgroups and campaigns, but with this one I have a problem. I tried to run ACCOUNT_PERFORMANCE_REPORT because it seems the most logical report and the only one promising any effec

Customer account report

2016-07-18 Thread Piotrable1
Hello, I am getting familiar with adwords API. I am able to download performance report for ad, adgroup or campaign, but I also need a report for the whole customer account. I've tried ACCOUNT_PERFORMANCE_REPORT for both manager account and customer account (for manager because in the descript