trademarkDisapproved vs disapprovalReasons

2012-12-03 Thread mmasters
Hello, I'm a little confused about the following fields and their meanings. https://developers.google.com/adwords/api/docs/reference/latest/AdGroupAdService.AdGroupAd#trademarkDisapproved https://developers.google.com/adwords/api/docs/reference/latest/AdGroupAdService.Ad#disapprovalReasons For t

Re: Can I watch sandboks in the browser?

2012-10-25 Thread mmasters
Have you tried the sandbox viewer? It's available at http://code.google.com/p/google-api-adwords-java/ -Mike On Thursday, 25 October 2012 09:11:47 UTC-4, Mirror wrote: > > > Hi! > > When I use sandbox - $wsdl = 'adwords-sandbox.google.com > > Can I see results of operation (Create Company,

sandbox viewer v201209

2012-10-24 Thread mmasters
Is the sandbox viewer scheduled to be updated soon? Looks like the current jnlp file is pointing to sandbox-account-viewer-1.4.1.jar. Looks like this jar needs to be migrated. Thanks, Mike -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http

Re: Perl Library v201206 QuotaCheckError.INVALID_TOKEN_HEADER with developer token

2012-10-11 Thread mmasters
Are you setting the alternate_url for sandbox? For Example: my $client = Google::Ads::AdWords::Client->new({alternate_url => " https://adwords-sandbox.google.com"}); -Mike On Tuesday, 9 October 2012 14:07:57 UTC-4, Yeison Rodriguez wrote: > > When I try to use the delete_keywords example scri

UNEXPECTED_INTERNAL_API_ERROR

2012-05-16 Thread mmasters
I ran into the following error yesterday. Seems like this is an intermittent issue as I'm unable to reproduce it now. Any ideas? Thanks, Mike http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>

Re: Sandbox Account Viewer returns Error "(404) Not Found"

2012-03-14 Thread mmasters
I tried opening up sandbox-account-viewer-1.3.1.jar and it looks like it needs to be upgraded to v201109. On Wednesday, 14 March 2012 05:49:53 UTC-4, wn wrote: > > Hi Anash, > > thank you for looking into this! > > I'm using the latest available version (v1.3.1 from January, 24th). Is it > p

Re: Sandbox Account Viewer returns Error "(404) Not Found"

2012-03-13 Thread mmasters
I'm seeing the same problem. It started yesterday for me. On Tuesday, 13 March 2012 12:30:26 UTC-4, wn wrote: > > I've been using the Sandbox Account Viewer for quite some time now > successfully, but since today I see a strange behaviour: > I can log in but when I try to view existing campaign

Platform targeting

2012-03-06 Thread mmasters
I'm currently setting 'Desktop' and 'Tablet'. The following shows the soap request. When I look at the UI, I see 'All' for devices. Is this correct? If so, how do I prevent 'HighEndMobile' from being included? http://www.w3.org/2001/XMLSchema"; xmlns="https://adwords.google.com/a

Re: different values from v13

2012-02-28 Thread mmasters
3. Keyword status looks like it changed from 'Active' to 'enabled'. Any documentation of what I should expect to see for these different values? Thanks, Mike On Tuesday, 28 February 2012 09:27:37 UTC-5, mmasters wrote: > > Hello, > > I just want to verify some

Re: v201109 conversion

2012-02-28 Thread mmasters
; > Mike, > > Thanks for the reply. I was afraid I'd need to run several reports to get > the data required. > > Tim Mitchell > > > On Tuesday, February 28, 2012 9:30:53 AM UTC-6, mmasters wrote: > >> You're going to have to get all the information via 2 or

Re: v201109 conversion

2012-02-28 Thread mmasters
You're going to have to get all the information via 2 or more reports and cross reference them. The information at http://code.google.com/apis/adwords/docs/reportguide.html#normalization suggests using keywordId to 'join' Ad performance report and Keyword performance report. Although, some c

Re: Postpone API sunset - possible?

2012-02-28 Thread mmasters
+1 On Tuesday, 28 February 2012 10:08:36 UTC-5, Tim Mitchell wrote: > > +1 for me. > > On Tuesday, February 28, 2012 4:27:12 AM UTC-6, Algimantas Krasauskas > wrote: > >> I see a lot of people here still asking questions regarding migration >> from earlier API versions to v201109. So it seems th

Re: Cross referencing AD_PERFORMANCE_REPORT and KEYWORDS_PERFORMANCE_REPORT

2012-02-28 Thread mmasters
aignid, adgroupid, and keywordid. It > may be over kill, but it has worked for me. > > If you are using .net 3.5 or higher take a lookat the the linq join. That > is how I did it. > > On Monday, February 27, 2012 9:53:33 AM UTC-5, mmasters wrote: >> >> Hello, >>

different values from v13

2012-02-28 Thread mmasters
Hello, I just want to verify some differences I'm seeing in values that are returned. 1. The first one is minor, but I'd like to verify this is correct. In v13, I see 'Google Search' for adDistributionWithSearchPartners. For the equivalent, 'Network (with search partners)' value from AD_PERFO

Cross referencing AD_PERFORMANCE_REPORT and KEYWORDS_PERFORMANCE_REPORT

2012-02-27 Thread mmasters
Hello, I'm migrating v13 reporting and I'm trying to get the same report by cross referencing AD_PERFORMANCE_REPORT and KEYWORDS_PERFORMANCE_REPORT. What's the best way to 'join' these two reports to get the same information into one report? My understanding is that I should use KeywordId and

CriterionError.INVALID_CRITERION_ID ( trigger:'630153')

2012-02-23 Thread mmasters
I'm trying to target iOS. I'm using the value from http://code.google.com/apis/adwords/docs/appendix/mobileplatforms.html This is a snippet of the SOAP call: https://adwords.google.com/api/adwords/cm/v201109"; xmlns:xsd="http://www.w3.org/2001/XMLSchema";> ADD

Re: Platform & Mobile Platform

2012-02-15 Thread mmasters
Also, would 'HighEndMobile' encompass all the mobile platforms? I would expect it to include 'iOS', 'Android', and 'Palm'. Thanks, Mike -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/grou

Platform & Mobile Platform

2012-02-15 Thread mmasters
I'm looking at the following pages: http://code.google.com/apis/adwords/docs/appendix/mobileplatforms.html http://code.google.com/apis/adwords/docs/appendix/platforms.html I'm also referring to http://code.google.com/p/google-api-adwords-java/source/browse/trunk/examples/v201109/AddCampaignTarg

Re: How to add GeoLocation to Campaign (version 201109)

2012-02-14 Thread mmasters
Hello Minh, Thank you for the example. I'm programming in Java, but this is very helpful. I'm wondering if you can tell me if I need multiple CampaignCriterions for when I want to set multiple Languages. In other words, one CampaignCriterion per Language. Also, are there any official example

Re: TargetinIdeaService doesn't deliver any categories anymore

2012-01-16 Thread mmasters
Any updates on this? Thanks, Mike On Dec 2 2011, 2:52 pm, Eric Koleda wrote: > Hi, > > We are still working with the core engineering team to investigate this > problem.  At this time there are no updates. > > Best, > - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

wsdl2java

2011-11-05 Thread mmasters
and I'm unsuccessful: wsdl2java.sh -ssi -u -uri wsdl_files/ AdExtensionOverrideService.wsdl Using AXIS2_HOME: /Users/mmasters/Local/axis Using JAVA_HOME: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/ Contents/Home Retrieving document at 'wsdl_files/AdExtensionOverrideService.wsdl