Re: New API 21609 has 3 new fields for quality score factors. Roughly 7% of data is null

2016-08-29 Thread 'Peter Oliquino' via AdWords API Forum
Hi Raghu, There is currently no available 201609 version of the AdWords API at the moment and there have been no announcements as to when and what version will be available next. I would recommend that you follow our blog for future updates.

Re: Complaint about PHP client library not fixing problems and closing issues prematurely

2016-08-29 Thread Chloe
Never mind about GitHub. I figured out what the problem is. Let me know if you want me to tell you. The AdWords API problem still remains. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Complaint about PHP client library not fixing problems and closing issues prematurely

2016-08-29 Thread Chloe
Please contact GitHub to get them to fix their site. I still can't comment. See the screenshot above. Just because I mention Heroku, you are using that as a red herring. That's like me saying "the software is running on a Dell computer" and you responding "oh Dell is out of our scope". The

Re: Determining if a Keyword is Adult or Non-Adult

2016-08-29 Thread Charles Michael
I don't think bundling 200 seed keywords together would help as it wouldn't be conclusive which keyword suggestion is the result of which seed keyword. I'm afraid it would be necessary to do 1 keyword at a time in order to get conclusive results. On Monday, August 29, 2016 at 5:34:54 PM

Re: Determining if a Keyword is Adult or Non-Adult

2016-08-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Charles, I'm afraid there is no other service in AdWords API to perform this function. A maximum of 200 seed keywords can be included per keyword idea request. This would mean a total of 1000 requests in this

Re: Getting zero impression rows after setting setting includeZeroImpression to False

2016-08-29 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Ketaki, After checking, I found out that although conversions are zero for the specified rows, impressions are non-zero (for that day). To exclude rows in that case, I would recommend using a predicate on conversions i.e. conversions > 0. Please refer to this guide

Re: Determining if a Keyword is Adult or Non-Adult

2016-08-29 Thread Charles Michael
That was the plan, I was thinking of running a search with and a search without the adult flag and based on the volume of suggestions, conclude whether the keyword is adult. Unfortunately this is a very costly algorithm, requiring 2 lookups per keyword. At 100K+ keywords, that's a lot of

Re: Determining if a Keyword is Adult or Non-Adult

2016-08-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Charles, I'm afraid TargetingIdeaService is the one to use to get keyword statistics. But there isn't an option in the service to determine if a keyword can be classified as adult or non-adult. You can use the

Re: Google adwords API impressions daily

2016-08-29 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi K, Impressions are available in many different reports . You can extract only the required data from a report by creating date filters as shown in this example

Re: Does the order of the segment/dimensions in the request matter?

2016-08-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Raghu, No, the order of segments or dimensions in the report definition shouldn't change the data downloaded from your reports. If you haven't set the includeZeroImpressions header

Re: Arendendo

2016-08-29 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Celio, Unfortunately, I can respond to your query in English only. Looks like your question is related to AdWords in general. Since, my team specializes in answering AdWords API related technical questions only, I would recommend posting your query in the Adwords Community Forum

Re: Report Time Segmentation

2016-08-29 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Segmentation depends on the fields available in the report; therefore, each report can be segmented differently. A consolidated list of all reports and their respective segmentation fields is available here . To

Re: AW_ReportAd HEADLINE,LINE1,LINE2,DISPLAY_URL are empty

2016-08-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Mario, Could you provide the complete report definition you are using? Also, are you using the AwReporting framework to download reports for your accounts? Thanks, Shwetha, AdWords API Team. -- --

Re: aw reporting AW_ReportAd

2016-08-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Mario, Starting September, "Converted clicks" will no longer be available as a conversion bid metric and the bid metric setting will be removed. You'll need to use "Conversions" as your main conversion metric. You can find more information about moving from Converted clicks to Conversions

Re: Static ads is wrong

2016-08-29 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Shaman, My team specializes in answering AdWords API related technical questions only. For any questions related to your AdWords account in general, I would recommend posting your query in the Adwords Community Forum

Re: Developer account email access

2016-08-29 Thread 'Anthony Madrigal' via AdWords API Forum
Hello, Unfortunately, this issue is out of scope for this forum since we deal with AdWords API related issues. However, here is a link that shows how you can contact the Analytics API Team. Good luck! Regards, Anthony AdWords API Team -- --

Re: Do I need a new Developer Token after upgrading from Python 2.7 to 3.x?

2016-08-29 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Spencer, Please have a look at this issue from our Github page. It seems that should give you a workaround for the issue. If you are still experiencing issues after the fix is pushed, please open up a new issue there so that

Re: v201607 ReportDefenition class not found (PHP)

2016-08-29 Thread 'Anthony Madrigal' via AdWords API Forum
Hello Yana, Could you please *reply privately to author *the full code and error message you are getting? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: SOAP-ERROR: Parsing WSDL

2016-08-29 Thread cschofield
For the record after cleaning WSDL cache and disabling it a significant improvement in stability was experienced. Chris On Friday, 26 August 2016 14:05:05 UTC+1, cscho...@ambergreen.co.uk wrote: > > Hi, > > Up until this morning our app has worked flawlessly however this morning > suddenly

Does the order of the segment/dimensions in the request matter?

2016-08-29 Thread Raghu Kashyap
I am currently downloading shop performance report. There are a bunch of segments/dimensions that gets downloaded. What I have noticed is that the API download drops a bunch of records when compared to a report that is downloaded through UI with the same set of segments/dimensions and metrics.

Re: New API 21609 has 3 new fields for quality score factors. Roughly 7% of data is null

2016-08-29 Thread Raghu Kashyap
Sorry its a typo. I meant to say "201609". Is the same 3 fields CTR factor, ad relevancy factor and landing page factor. On Tuesday, August 23, 2016 at 12:44:59 PM UTC+5:30, Peter Oliquino wrote: > > Hi Raghu, > > I am not aware of any 21609 (or 201609) version of the AdWords > API. Currently

Determining if a Keyword is Adult or Non-Adult

2016-08-29 Thread Charles Michael
Hello, I'm looking to split my keyword lists (100K+ keys) into an adult and non-adult list in order to avoid bidding on keywords that Google might not recognize as adult and vice-versa. Has anyone had experience with effective techniques with Google to determine if a keyword is adult in nature

Developer account email access

2016-08-29 Thread sodjaghian
Hello, I'm not quite sure that this is the right place to ask my question, but I've searched all over and haven't been able to figure out my problem, and Google Support told me to post in this forum. I have a developer account used for the Analytics API (@developer.gserviceaccount.com), which

Arendendo

2016-08-29 Thread celio santos martins
Eu Ainda Estou Aprendendo Com a Adwords ! Qualquer Ajuda SerĂ¡ Bem Vindo. celiomartins2...@gmail.com -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

aw reporting AW_ReportAd

2016-08-29 Thread Mario Rossi
hi After the new update the column CONVERTEDCLICKS is empty in AW_ReportAd table? Can anyone help ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

AW_ReportAd HEADLINE,LINE1,LINE2,DISPLAY_URL are empty

2016-08-29 Thread Mario Rossi
hi all i need help in the table AW_ReportAd columns HEADLINE,LINE1,LINE2,DISPLAY_URL are empty this start from date 03/08/2016 in different accounts. thx for the help -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Do I need a new Developer Token after upgrading from Python 2.7 to 3.x?

2016-08-29 Thread Spencer Tichenor
I just upgraded from Python 2.7 to 3.5 and now all of a sudden I get this weird error message when I try to run my program that updates my ads. It's like it isn't detecting the developer token in my googleads.yaml file. Here's what it says: Traceback (most recent call last): File

Re: can we use access token from adwords api to google_client?

2016-08-29 Thread Burak Karakan
Hello Chirag. I have been trying to get the user email as well, and with the url you provided, I am now able to get user name, profile picture, user id, gender etc. but there is no email address under the response, what should be the way to go now to get the email address? Thanks. 15 Temmuz

v201607 ReportDefenition class not found (PHP)

2016-08-29 Thread Yana Sergeeva
Hello I use googleads/googleads-php-lib in Yii2. I try to generate any report for test account using code examples in library. For example DownloadCriteriaReport.php If i use its code i receive an error: Class 'ReportDefinition' not found $user->LoadService('ReportDefinitionService',

Re: Invaild image in google adwords from php

2016-08-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you provide the complete SOAP XML request and response log when you tried to create the image Ad? Please use *Reply privately to author* when responding. Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Google adwords API impressions daily

2016-08-29 Thread Kaspar Kallasmaa
Hi, Is it possible to get the impressions count for every day in a week/month? Br, K. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Report Time Segmentation

2016-08-29 Thread Member234
Hello, Is there a way to get CAMPAIGN_PERFORMANCE_REPORT, ADGROUP_PERFORMANCE_REPORT and AD_PERFORMANCE_REPORT segmented by day, week, 15 days or month? Thanks in advance. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Update remarketing email list from php

2016-08-29 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Thanks for bringing this issue to our notice. I will work with my team and get the documentation corrected. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Complaint about ad showing as 'disapproved' with the reason being 'destination not working', but the destination does work. Support did not help.

2016-08-29 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Chloe, I'm glad that it worked out for you and I apologize for any inconvenience caused. When you create an ad via the AdWords web interface or the API, they are reviewed by the AdWords compliance team independently and AdWords API team has no discretion in that process. I would recommend

Re: BatchJobService. Why some jobs go to Canceled status?

2016-08-29 Thread Jbielsa
Hi Josh! I think that my jobs are failing when I create more than one in the same account. This causes them to be stopped and subsequently cancelled. So, I tried the following: I waited for the active job to complete and then created the new one and it seem that this works correctly. -

Re: Getting zero impression rows after setting setting includeZeroImpression to False

2016-08-29 Thread Ketaki
Hi Vishal, I have sent you the file with zero impression rows. Thanks. Regards, Ketaki. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: SOAP-ERROR: Parsing WSDL

2016-08-29 Thread cschofield
Hi Michael, That's a peculiar one, as it works maybe 70% of the time, yet is still intermittent. Chris On Friday, 26 August 2016 14:45:05 UTC+1, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > The AdWords API is up and running fine at the moment. The only way the API > can restrict