Re: Uploading you tube media to Mobile app campaign

2018-05-15 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Aditi, Unfortunately, the AdWords API currently does not support creating YouTubeVideoMedia, however, you can still set it up by manually creating the campaign's video assets in AdWords UI, as stated in the #3 section of this guide

Re: Cannot get TrafficEstimator Service to return results

2018-05-15 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Ned, This appears to be more of an issue with the client library rather than the AdWords API itself. This said, you may get in touch with the library owners via this link for further assistance. Thanks and regards, Peter AdWords API

Re: Code working on localhost, and not working online

2018-05-15 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, It would seem that you may have not completely generated your OAuth2 credentials. This said, you may refer to this guide to review your steps and generate your RefreshToken. Let me know if this helps. Thanks and regards

Re: First API call_Get AdWords Quality

2018-05-15 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, My apologies as we do not support third party API. However, you may visit this guide to know more on how to create a report definition in the AdWords API. You could also use the AWQL

Uploading you tube media to Mobile app campaign

2018-05-15 Thread aditigsportsbet
Hi, Can I add youtube links to Mobile App campaigns using python api? https://developers.google.com/adwords/api/docs/guides/mobile-app-campaigns#uploading_media -> It is mentioned that I cant create youtube videos. But can I provide the already created youtube links to the campaign. If yes, the

Re: Open Weather API data in banner

2018-05-15 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Rodney, >From the AdWords API perspective, the API does not support the integration of OpenWeather API. Let me know if you have any other clarifications. Regards, Dannison AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdev

Re: Write Report to Variable?

2018-05-15 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Nellle, Based on the how you need the data you may need to download the report as a string or stream. However getting the data directly in that format may not be possible. Please check the code samples in reporting

First API call_Get AdWords Quality

2018-05-15 Thread API_DCH
This is my first attempt at this. How can I run the select statement below on report KEYWORDS_PERFORMANCE_REPORT using API call? I use Zappy Sys API client. I like to, some how ,insert this select statement into the API code below. Any suggestions how to do that? Thanks, SELECT Criteria,Cam

Open Weather API data in banner

2018-05-15 Thread R
Hi, We need to make a HTML display banner for the GDN network. And we would like to make use of the data from the OpenWeater api: https://openweathermap.org/api. We would like to display the current temperature in our banner. Do you know if it's possible to make a call to the api? -- --

Cannot get TrafficEstimator Service to return results

2018-05-15 Thread nedstevensmanager
I am using the Adwords Example in C#. I have used the GetCampaigns to get the campaign associated with my account. But the EstimaeKeywordTraffic example is throwing an error "Object refernce not set to an instance of an Object". I am using the same keywords used in the example so they are generi

Code working on localhost, and not working online

2018-05-15 Thread digit8gc
Hi. When I use the code locally, it works well, but when I try using it online, I get this error: Looks like your application is not configured to use OAuth2 properly. Required OAuth2 parameter RefreshToken is missing. I think this is caused by not adding the online domain to the "Authorized lin

Re: Error with Criteria Performance Report

2018-05-15 Thread Stephen Barrett
Is there a way for me to download a lesser version? I have changed my localhost to match my webhost's php version 7.0.30 and when I try and download the library through composer it no longer meets the requirements because the library requires php 7.1 or higher On Tuesday, May 15, 2018 at 2:02:1

Re: Error with Criteria Performance Report

2018-05-15 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Stephen, The latest version of PHP client library that is currently available is googleads-php-lib-v34.0.0 . Looks like you are already using the latest version. Could you please create an issue in the PHP client library

Re: NoClassDefFoundError & OfflineCredentials.Api.ADWORDS null

2018-05-15 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Minh, If the issue was due to incomplete OAuth credentials, you should ideally be getting an OAuth error. This seems like an environment issue. You might want to verify if there are any version mismatch for the dependencies. If you are not able to resolve the issue, could you please open

Re: Ad extension report: click to call from mobile device

2018-05-15 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Tim, Can you please share the report definition along with the CID for which you are pulling these reports. You could reply privately to author while sharing CID. Regards, Sai Teja, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https

Re: How can I get developer token to test api in test account adwords?

2018-05-15 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Rajkumar, The developer token can only be retrieved manually by logging into the production MCC account which owns the developer token. Unfortunately, the developer token is not accessible as a AdWords API Service response or using a curl request. Thanks, Sreelakshmi, AdWords API Team --

Re: Reading remotely the API response from spreadsheet's script code

2018-05-15 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Is your question related to AdWords Scripts or AdWords API ? If AdWords scripts, could you please post in the AdWords Scripts Forum

Re: How to get campaign report performance using filter by date?

2018-05-15 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Hendra, Using AWQL you can pull a report with in custom date range, you need to use DURING clause in your AWQL query with start date(MMDD) and end date(MMDD). Improvising your example by adding DURING clause "SELECT FROM WHERE *DURING MMDD,MMDD;*". Please refer this gu

Re: High Lanency for CustomerService

2018-05-15 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jianbo, In order to check further, could you please reply back with your client customer id and complete SOAP logs? You may opt to *reply privately to author*. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://google

Re: LabelIds for Video Performance Report

2018-05-15 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, You will be able to get Label Ids for Video Campaigns via the Campaign Performance Report through the field:LabelIds

Write Report to Variable?

2018-05-15 Thread Nellle Rickchards
The reporting documentation provides this example: report_downloader.DownloadReportWithAwql( report_query, 'CSV', sys.stdin, skip_report_header=False, skip_column_header=False, skip_report_summary=False, include_zero_impressions=True) I have updated that code to download to to a CSV f

Re: Is it possible to dynamically update a Customer Match audience?

2018-05-15 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Prashant, I am from AdWords API Team. If you are facing any issues while following the solution mentioned earlier by Shwetha, could you please elaborate your question and also share the logs for us to investigate further? You could reply privately to author while sharing the logs. Regard

High Lanency for CustomerService

2018-05-15 Thread Jianbo zhu
Hi, there, We've seem some high latency issues recently when calling CustomerService to get back the customer list (around 6:00-7:00 in 05/14 and 05/15 UTC), wonder if this is a known issue? thanks. Thanks, Jianbo -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our bl

Re: Error with Criteria Performance Report

2018-05-15 Thread Stephen Barrett
The changelog.md within the googleads-php-lib directory states that it's version 34.0.0. I was able to successfully make the call in my local setup, but not my webhost environment. On Tuesday, May 15, 2018 at 9:30:33 AM UTC-6, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi Stephen, >

Re: How to add Google Adword Payment method supported from Bangladesh

2018-05-15 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Fayez, AdWords API does not support Billing or Payment. As you already might be aware, this guide elaborates Billing and Payments through the AdWords UI. For further questions, could you please call the number shown in the Help secti

Re: Error with Criteria Performance Report

2018-05-15 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Stephen, I was able to test the latest samples in a lower PHP version (PHP 7.0.26) than yours. Since the same code is working in your local machine too, it does look like the version is not the issue here. Could you confirm which PHP client library version

Re: How can I get developer token to test api in test account adwords?

2018-05-15 Thread RAJKUMAR SHARMA
hi sreelaksmi , is there any curl request to get developer token after creating an manager account. or any url by using it i have to make request that i can send from postman and i am able to get developer token. On Monday, April 30, 2018 at 11:37:15 PM UTC+5:30, Sreelakshmi Sasidharan (AdWord

How to add Google Adword Payment method supported from Bangladesh

2018-05-15 Thread Fayez Mahmud
Hello to all, I am Fayez Mahmud from Bangladesh. I want to add Google Adword Account Payment method from Bangladesh, but not supported payoneer, neteller master card also bangladeshi local Credit Card (Brac Bank). what can i do? anyone please help me Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~

How to get campaign report performance using filter by date?

2018-05-15 Thread Hendra
i want try to get campaign report performance and other report but using filter by date, in dasboard adwords i can manage it by use filter start_date -> after -> date, how i can do that using AWQL in c#? i have try use query like "SELECT FROM WHERE start_date = *datetime ,* but this query j

Re: Ad extension report: click to call from mobile device

2018-05-15 Thread tim
Hi Sai Teja, I have run a few tests and it appears there is an issue with querying data on Device When you just use the Device condition and remove the click condition the call still fails I have tried altering the query to see if I could get any data from just the Device metric but everythin

Re: Is it possible to dynamically update a Customer Match audience?

2018-05-15 Thread Prashant Pandey
Hi Jeremie, Can you help me know if the solution mentioned by Shwetha has worked for you or not? Thanks for the help. On Friday, 13 May 2016 21:53:38 UTC+5:30, Jeremie wrote: > > Thanks a lot, I'll try this > > On Wednesday, May 11, 2016 at 4:34:27 PM UTC-3, Shwetha Vastrad (AdWords > API Team)

error DISK_QUOTA_EXCEEDED, troubleshooting didn't work

2018-05-15 Thread 'Kara Kendi' via AdWords API and Google Ads API Forum
Hi API Team, One of my clients hasn't been able to upload bids to AdWords since Friday evening. They constantly receive the error message "DISK_QUOTA_EXCEEDED" from AdWords API. They did all those possible options mentioned in the troubleshoot guide, but none of them worked like smaller input,

LabelIds for Video Performance Report

2018-05-15 Thread yohann . nizon
Hello, I don't understand why we haven't the field LabelIds (like campaign performance report) for the video Performance Report ? Or explain me how making the link between label and video campaign. Can you add it please ? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fin

NoClassDefFoundError & OfflineCredentials.Api.ADWORDS null

2018-05-15 Thread minh quan le
at com.knorex.web.web.rest.CampaignInfoResource.getAllOfCampaign(CampaignInfoResource.java:17) at com.knorex.web.web.rest.CampaignInfoResource$$FastClassBySpringCGLIB$$9e90adaa.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop

Reading remotely the API response from spreadsheet's script code

2018-05-15 Thread Ebolisa
Hi, I’m having a microprocessor sending data to a worksheet and the code is working fine. The data sent is logged in each cell correctly. If I launch via browser the link “ https://script.google.com/macros/s//exec?temperature=10&humidity=20 ”, my spreadsheet’s script code answers with the

Re: Key Word Serch Tool

2018-05-15 Thread Peter Bowen
Hi Chris. I built a browser based keyword research tool using the API. I use it almost every day. Happy to have a chat with you about what you plan to do. Hit me up by PM or add more detail here. On Tuesday, 15 May 2018 02:21:07 UTC+1, in...@evakos.com wrote: > > Hello, > > Has anyone succes

Re: Retrieving correct data with CAMPAIGN_PERFORMANCE_REPORT

2018-05-15 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sune, When including the Date field, it will automatically segment the rows by day on which statistics such as impressions and clicks were generated. If you wish to retrieve the total per AdvertisingChannelType