Re: FeedItem service returns invalid characters.

2017-10-19 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Caihua, A gentle follow up on this. If you still have issues regarding this, then kindly provide the details that I asked on my previous reply. Thanks, Vincent AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdev

Re: Field AllConv.Value/Cost not available in reports?

2017-10-19 Thread Oliver
Thanks Jude. Although computing this figure manually is possible, it's not practical when you need to do it for millions of data points a day. The *All Conv Value / Cost*, commonly known as ROAS (return on ad spend), is an extremely useful metric especially for ecommerce advertisers. It would

Re: strange results from TargetingIdeaService (keyword planner)

2017-10-19 Thread 'Peter Oliquino' via AdWords API Forum
Hi Daphna, In order for me to better investigate, could you provide the SOAP request and response that was generated when you made the request that returned 0 results? You may reply using the *Reply privately to author* option. Additionally, could you also confirm if you tried the Keyword Plann

Re: Cannot find Watch Time and Avg. Watch time/impressions in the API

2017-10-19 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Currently, the " Watch time" and "Avg. watch time / impr." metrics are only available in the AdWords UI and not supported via AdWords API. You may, however, follow our blog <

Re: CustomerNegativeCriterion and Video campaigns

2017-10-19 Thread 'Peter Oliquino' via AdWords API Forum
Hi Tim, As mentioned in this discussion the criteria you create using the CustomerNegativeCriterionService should apply to all the campaigns within that account including displ

Re: RichMediaAd Example?

2017-10-19 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Guadalupe, Currently, we do not have an example on creating a RichMediaAd . However, this is just the same as creating an expanded text ad

strange results from TargetingIdeaService (keyword planner)

2017-10-19 Thread Daphna Wegner
I have a simple function to get the search volume for keywords, however in the last few days we noticed some strange behaviour, when the following keyword is sent the volume is correctly returned: words = ['test'] however when this keyword is sent the results are empty: words = ['arutz'] eve

Re: Keywords vs. Criteria

2017-10-19 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Austin, A keyword is one of the types of a criterion . Other types includ

RichMediaAd Example?

2017-10-19 Thread Guadalupe Estrada
Hello, I've been trying to find an example of RichMediaAd with no success. Could anyone please help me? I appreciate any help you can provide. Thanks in advance! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.co

CustomerNegativeCriterion and Video campaigns

2017-10-19 Thread 'Tim Tsai' via AdWords API Forum
Hi there, I see that the updated API (v201710) allows one to apply negative criterions at the Account Level. Let us say that I have an account with some Display campaigns and some Video campaigns. If I apply the negative criteria to the account using the CustomerNegativeCriterionService, will

Re: Keywords vs. Criteria

2017-10-19 Thread Austin Smith
Are Keywords and Audiences just different types of Criteria? On Thursday, October 19, 2017 at 2:38:36 PM UTC-7, Austin Smith wrote: > > According to the diagram at: > > https://developers.google.com/adwords/api/docs/guides/reporting#criteria_prefixes > > Criteria Performance and Keyword Performanc

Keywords vs. Criteria

2017-10-19 Thread Austin Smith
According to the diagram at: https://developers.google.com/adwords/api/docs/guides/reporting#criteria_prefixes Criteria Performance and Keyword Performance are two different reports, ie. Criteria and Keywords are separate entities that both belong to ad groups. However, according to the chart at

Re: How to fetch “demographic combinations” report via Google Adwords API?

2017-10-19 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, The metrics and stats will only be available via reports. Since the demographic data (Age and Gender) fields are not available in one single report, it might not be possible to combine the stats of both. However, you can use these reports as two individual reports. Unfortunately, to get

Re: Is there any way to get the initial date for every report programmatically?

2017-10-19 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, I'm afraid it is not possible to get the minimum available date for a report. Any particular report will return results based on the dateRange specified in the selector. You can take a look at the available date ranges for report types here

Re: Is it possible to use Google Adwords API for keyword research personal use?

2017-10-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can use TargetingIdeaService in AdWords API to retrieve targeting ideas from your own tool/platform programmatically. You can use this service to obtain results similar to the functions under *Find

Re: How to fetch “demographic combinations” report via Google Adwords API?

2017-10-19 Thread Necati Demir
Hi, Thanks. I have used Age Range Performance Report and Gender Performance Report. I can get the following information with age report: age18_24,adgroupid,cpc And, I can get the following information with the gender report; male,adgroupid,cpc BUT, I am looking for the combination like this:

Is there any way to get the initial date for every report programmatically?

2017-10-19 Thread davidrbengoa
Hi, I wonder if there is any way to get the minimum available date for a report. What I mean is, if I am requesting CRITERIA_PERFORMANCE_REPORT with date range type: ALL_TIME, I assume I am getting data from the "minimum" available date to the maximum. So I would like to know how I can get that "

Is it possible to use Google Adwords API for keyword research personal use?

2017-10-19 Thread Edward Anthony
Get the keyword idea in Google Keyword Planner, save the results to Excel and filter it, copy and paste it to the Google Keyword planner again to get the volume, and download the result again, this really takes time. Not to mention I have to compare the result for each country, which makes it ev

Re: Cannot find Watch Time and Avg. Watch time/impressions in the API

2017-10-19 Thread RB
Looking for the same metrics !! I am using AdPerformace Report and looking for Avg watch time & watch time metrics for YouTube Video campaigns. Thanks On Monday, April 24, 2017 at 1:08:37 AM UTC-7, annalecta...@gmail.com wrote: > > Hi Guys, > > We cannot find the metrics Watch Time and Avg. Wat

Re: Field AllConv.Value/Cost not available in reports?

2017-10-19 Thread 'Jude Amagoh' via AdWords API Forum
Hi Oliver, The field All Conv. Value / Cost that's available in the Adwords interface is not available in the API at the moment. You can keep an eye out for this feature on the Adwords Blog . For now you can retrieve this information from the API by incl

Re: How to fetch “demographic combinations” report via Google Adwords API?

2017-10-19 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, You will be able to pull the demographic data using different individual report types. Please refer to the available Report Types to pull data from the UI. Since all the demographic data are not available in one report,

Re: get_campaigns.py occur api unexpected internal api error

2017-10-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, An InternalApiError may occur due to a temporary resource related issues in the AdWords API server. Could you retry the request and let me know if this error occurs again? If this

Re: Is it possible to extract only keyword suggestions with a average monthly search volume bigger than a specific threshold, let's say 100?

2017-10-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can use different SearchParameters to filter the set of all possible TargetingIdeas . For example, you can specify the level of search volume expected in results using SearchVolu

Field AllConv.Value/Cost not available in reports?

2017-10-19 Thread Oliver
The field *All Conv. Value / Cost *is available in the Adwords interface but we can't see it anywhere in the reports. Are there any plans to include it anytime soon? Oliver -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.

Re: How can i access any AdWords Account with Google Login

2017-10-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, All AdWords API calls must be authorized through OAuth2 . You need to setup authentication for your application by following this guide

How to fetch “demographic combinations” report via Google Adwords API?

2017-10-19 Thread Necati Demir
Hi, I can see a "demographic combinations" report on Google Adwords dashboard. I want to fetch it via Google Adwords API. I could not find which function/parameters provides this functionality. Any experience on this topic? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Is it possible to extract only keyword suggestions with a average monthly search volume bigger than a specific threshold, let's say 100?

2017-10-19 Thread Milan Karsten
I am now able to extract keyword suggestions and volume but run into the Adwords API request limitations. That's why it would be nice to extract only keyword suggestions that are relevant for me. If yes, are there other elements where I can filter the keywords to be extracted on? -- -- =~=~=~

get_campaigns.py occur api unexpected internal api error

2017-10-19 Thread 박형철
i run get_campaigns.py then, ERROR:suds.client:(InternalApiErro], 'isFault': True, 'requestId': 00055be33cd457300a62df1596091e9a, 'responseTime': 129, 'serviceName': CampaignService} my requestId : 00055be33cd457300a62df1596091e9a i used this code https://github.com/googleads/googleads-pytho

Re: What are requirements for poxy server to coop with Google AdWordsAPI library

2017-10-19 Thread Dorian Kind
If I may chime in, I'm pretty sure the googleads library only connects to "adwords.google.com". The "1e100.net" domain probably originates from a reverse lookup: $ host adwords.google.com adwords.google.com is an alias for adwords.l.google.com. adwords.l.google.com has IPv6 address 2a00:1450:40

Re: Create new conversion actions using the API

2017-10-19 Thread Elton Morais
Hi Zweitze, Thank you for the help, that was exactly what I was looking for :D -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Create new conversion actions using the API

2017-10-19 Thread Elton Morais
Hi Jude, Thank you for your answer. But I want something specific, let me explain it: - At adwords.google.com I can create new Conversion Actions (Website, App or Phone Calls), what I'm trying to do is use Adwords API to create a, lets say, website conversion action, for instance. Can I do it w

Re: How to add dummy data to my test account

2017-10-19 Thread 'Chris Mason' via AdWords API Forum
This is absolutely ridiculous, ive just gone through the biggest headache trying to get a test account in adwords so i can test an api that collects spend data and now the api wont return the required data i need to test as test accounts dont have test data, pretty much defeats the point of a te

How can i access any AdWords Account with Google Login

2017-10-19 Thread sabanci . bulent . 68
Hi, I have an AdWords API and i want create custom reports for any customers. Like ReportGarden or others i want to use Google Login for access to AdWords Account. Which service i must be use? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https:/

Re: Can we upload non gmail address to audience list to add to campaigns to display adds.

2017-10-19 Thread 'Peter Oliquino' via AdWords API Forum
Hi Hari, Currently for uploading audiences via customer match , email addresses must be associated to a Google account. As for targeting in GMail, only gmail addresses can be used as discussed

Re: What are requirements for poxy server to coop with Google AdWordsAPI library

2017-10-19 Thread Sebastian Piskorski
But requirements for proxy should be the same for all languages. All I need is probably list of addresses that I have to whitelist in order to run AdWords API requests through proxies using Google Library. Also, I think you should know CURL and why lib tries to connect "2a00:1450:4016:80c::200a