Re: How to get account hierarchy? (java)

2013-05-09 Thread Brandon
Hi Anash, I have another problem with this solution. How to get the accounts in the first layer without retrieving all the accounts by the ManagedCustomerService ? I've tried to filter by the field in Mana

Re: I need to sso to Google Adwords account from my application, using my adwords account credentials

2013-05-09 Thread Abhishek Singhal
Dear Anash, Have already gone through this API, but it seems that it won't serve my purpose. 1. I need to login to my application using uid/pwd as admin/admin. 2. need to have one link to SSO my Google Adwords account. can pass my google Adwords Credentials (uid/pwd suppose abhi/r1tework). So

Re: Campaign performance report beta feature feild not returned with V201209

2013-05-09 Thread Chirag
Hello Kevin, I tried to contact account manager, but they said for beta feature you need to create test account first. I am done with test account. Still i am not able get tester as beta feature. Can you please help me out here? Thanks, Chirag On Monday, March 4, 2013 9:55:19 PM UTC+5:30, Ke

Re: How to get account hierarchy? (java)

2013-05-09 Thread Brandon
Hi Anash, Thanks for your response. And it seems like that I need to read more about the document. Thanks a lot, Brandon Anash P. Oommen (AdWords API Team)於 2013年5月9日星期四UTC+8下午11時47分07秒寫道: > > Hi Brandon, > > > https://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/s

Re: AdGroupService giving wrong results - Help!

2013-05-09 Thread Shruti Habbu
Can someone please reply to this? The wrong status of the adgroups are driving crazy! The local copy gets totally out of sync. Adwords Team, please care to reply. On Tuesday, May 7, 2013 11:50:17 AM UTC-4, Shruti Habbu wrote: > > Hi, > > I'm getting wrong results when trying to retrieve all the

Re: Download AdHoc Report new Java API

2013-05-09 Thread Jason Stedman
Glad you got it resolved! On Thursday, May 9, 2013 9:36:20 AM UTC-4, Paulo Fernandes wrote: > > My problem was this dependency file > > > com.google.http-client > google-http-client-jackson2 > 1.11.0-beta > > > Now everything works. :

Re: Is there a difference between setting the bidModifier to 1 vs -1?

2013-05-09 Thread Chris Lande
Hi Anash, Thanks for the response. What's still unclear is, is there any difference between a value of 1 and -1? That is, with either value the mobile ads would be bid the same as the desktop ads, right? Thanks, Chris BTW, I did a quick test and the bidModifier actually has 3 significant digi

Re: CustomerSyncService to find deleted adgroups

2013-05-09 Thread Shruti Habbu
Google team, awaiting a reply. On Thursday, May 9, 2013 11:55:01 AM UTC-4, Shruti Habbu wrote: > > Hi, > > Is there a way to find deleted adgroups using the CustomerSyncService? > Currently, it only gives the status as > Google.Api.Ads.AdWords.v201209.ChangeStatus.FIELDS_CHANGED from which I > c

Re: PHP Warning: SoapClient::SoapClient(): SSL: Connection reset by peer

2013-05-09 Thread Paul Matthews (AdWords API Team)
Hi Bionic, One main way is subscribing to our Google Plus page. Alternatively if you use git and set our repositoryas an external dependency, you'll see when updates are happening. C

Re: TargetingIdeaSelector via PHP - need some advice

2013-05-09 Thread google
that works! ..what a stupid mistake.. thanks a lot! On Wednesday, May 8, 2013 4:44:37 PM UTC+2, Paul Matthews (AdWords API Team) wrote: > > Hi goo..., > > It's to do with how you invoke the call to the API. > > So, instead of performing the $client->__soapCall() method, if you set the > headers

Enhanced Campaigns API Documentation

2013-05-09 Thread Eric Peters
While reading the API docs for enhanced campaigns: https://developers.google.com/adwords/api/docs/guides/enhanced-campaigns I have some confusion on whether the terminology "Mobile Bid Adjustment" is the right one? Based upon the code example, you can set a bid adjustment for any device platfo

Re: AdGroupBidModifierService - retriving AdGroup bid adjustments returns many records per AdGroup

2013-05-09 Thread Anash P. Oommen (AdWords API Team)
Hi Mariusz, You could filter for Id EQUALS 30001 to get just the mobile bid modifier. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, May 8, 2013 3:57:14 PM UTC+5:30, Mariusz wrote: > > Hi there, > > I am currently looking at new AdGroupBidModifierService and noticed > that w

Re: AdGroupBidModifierService - allowed bidModifier range values

2013-05-09 Thread Anash P. Oommen (AdWords API Team)
Hi Mariusz, The valid range is 0 to 4, I have asked our tech writer to fix this issue. The 0-10 range is referring to AdSchedule bid modifier, which was the only bid modifier available before Enhanced Campaigns. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, May 8, 2013 4:05:59 PM

Re: Need help with similar word for unrelated product driving up bid costs

2013-05-09 Thread Anash P. Oommen (AdWords API Team)
Hi Brann, The product forum ( https://www.en.adwords-community.com/t5/Community-lounge/AdWords-Forum/td-p/2488) is a better place to ask the question. Cheers, Anash On Wednesday, May 8, 2013 6:51:38 PM UTC+5:30, Brann Northcutt wrote: > > Is there anything I can do about an unrelated product

Re: How to calculate average position for keywords

2013-05-09 Thread Anash P. Oommen (AdWords API Team)
Hi Harsh, You would have received an email from adwordsapi-tok...@google.com as part of your token review. Please follow up on that email thread to find out details on when your tokens will be approved. Also, AveragePosition is a stat that you get when your ads serve. You cannot get that data f

CustomerSyncService to find deleted adgroups

2013-05-09 Thread Shruti Habbu
Hi, Is there a way to find deleted adgroups using the CustomerSyncService? Currently, it only gives the status as Google.Api.Ads.AdWords.v201209.ChangeStatus.FIELDS_CHANGED from which I cannot make out if the adgroup was deleted or something else was changed. Any help would be appreciated. Tha

Re: Enhanced Campaigns -> Geo targets

2013-05-09 Thread Anash P. Oommen (AdWords API Team)
Hi, This feature is not yet available through AdWords API. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, May 8, 2013 5:04:46 PM UTC+5:30, j.buit...@invest-online.nl wrote: > > I have one question about the 'Enhanced Campaigns'; Is it possible to add > a modifier to a specified 'G

Re: How to get account hierarchy? (java)

2013-05-09 Thread Anash P. Oommen (AdWords API Team)
Hi Brandon, https://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201302/accountmanagement/GetAccountHierarchy.java is a code example that shows how to use this service. Instead of childrenId, there are linkIds that show the relationship b

Re: Is there a difference between setting the bidModifier to 1 vs -1?

2013-05-09 Thread Oliver
Thanks and sorry about the confusion. I can see the documentation here: https://developers.google.com/adwords/api/docs/guides/enhanced-campaigns mentions that a value of -1 is exactly the same as a value of 1. To answer Chris's original question, I guess the difference between using -1 and 1 in

Re: I need to sso to Google Adwords account from my application, using my adwords account credentials

2013-05-09 Thread Anash P. Oommen (AdWords API Team)
Hi Abhishek, OAuth2 for web application is probably your best bet. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, May 9, 2013 8:02:07 PM UTC+5:30, Abhishek Singhal wrote: > > Hi, > > I need to single sign on to my adwords account from my application. have > tried a lot but unable to

Re: Is there a difference between setting the bidModifier to 1 vs -1?

2013-05-09 Thread Anash P. Oommen (AdWords API Team)
Hi Oliver, -1 is for resetting mobile bid modifier (i.e. -- on UI), mobile bid modifier values are from 0 to 4 in steps of 0.1 (-100% to +300% on UI). Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, May 9, 2013 6:48:28 PM UTC+5:30, Oliver wrote: > > I'm not sure which bid modifier yo

AdGroupBidModifierService - retriving AdGroup bid adjustments returns many records per AdGroup

2013-05-09 Thread Mariusz
Hi there, I am currently looking at new AdGroupBidModifierService and noticed that when querying for bid modifiers the service returns multiple records per each AdGroup. In my test campaign I have 3 AdGroups and one of those AdGroup has bid modifier set. The result will have 3 records for

I would like to SSO to Google adwords account from my application, using my google adwords credentials

2013-05-09 Thread Abhishek Singhal
Hi Have tried a lot to SSO Google Adwords account from my application but unable to. Is there any way or API to SSO Google Adwords account from my application? Regards, Abishek Singhal -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: htt

AdGroupBidModifierService - allowed bidModifier range values

2013-05-09 Thread Mariusz
Can you please clarify what is the range of allowed values for AdGroup bid modifier. The documentation states the range is between 0.1 and 10.0 inclusive (* https://developers.google.com/adwords/api/docs/reference/v201302/AdGroupBidModifierService.AdGroupBidModifier *

I need to sso to Google Adwords account from my application, using my adwords account credentials

2013-05-09 Thread Abhishek Singhal
Hi, I need to single sign on to my adwords account from my application. have tried a lot but unable to SSO Google Adwords. Is there any way or API to achieve this? Regards, Abishek Singhal -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: h

Re: Download AdHoc Report new Java API

2013-05-09 Thread Paulo Fernandes
My problem was this dependency file com.google.http-client google-http-client-jackson2 1.11.0-beta Now everything works. :) Em terça-feira, 7 de maio de 2013 11h20min59s UTC-3, Paulo Fernandes escreveu: > > Hi > > I'm receiving th

Re: Google Search Network column via Targeting Idea Service

2013-05-09 Thread Paul Matthews (AdWords API Team)
Hi Dimce, Can you confirm that you're including "locations" and "devices" in your query? Can you post the entire SOAP request without the personally identifiable information (e.g. username / password / developerToken etc.)? Regards, - Paul, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=

Re: Is there a difference between setting the bidModifier to 1 vs -1?

2013-05-09 Thread Oliver
I'm not sure which bid modifier you're referring to, but if it is mobile bid modifier then the API values are 0 to 4 and not -1 to 3. This is what the documentation says and what our current code uses (and it works). On Thursday, May 9, 2013 1:53:53 PM UTC+1, mm wrote: > > I believe valid val

Re: Is there a difference between setting the bidModifier to 1 vs -1?

2013-05-09 Thread mm
I believe valid values are from -1 through 3 in .1 increments. So as examples: -1 is effectively -100%, or don't bid on mobile at all; -.2 would be bid 80% of the base bid; 0 = just use the bid; .5 bid at 150%. HTH - mm On Thursday, May 9, 2013 2:22:43 AM UTC-5, Oliver wrote: > > I'm surprised

Re: Waiting on TestAccount after 10+ Business Days

2013-05-09 Thread Dev HPO
READ THIS FIRST PLEASE... Someone please let us know when the test account will be setup We have waited 15 business daysIt has been 48 hours since last reply and still no response on why the test account is not mark as test account. ANASH P OOMMEN please respond On Wednesday, May 8,

Re: Download AdHoc Report new Java API

2013-05-09 Thread Paulo Fernandes
I'm using this Maven Dependency File Configuration junit junit 3.8.1 test com.google.api-ads ads-lib RELEASE com.google.api-ads adwords-axis

Re: Download AdHoc Report new Java API

2013-05-09 Thread Jason Stedman
This issue smells of jar-hell to me. Please check your classpath and make sure you do not have multiple jars that have a version of com.google.api.client.http.HttpHeaders class in them. This utility could be helpful: https://java.net/projects/jarscan Hope this helps, Jason On Tuesday, May 7

Re: Guide migration to v201302

2013-05-09 Thread Jason Stedman
Donizetti, This is the only centralized list of required changes. If you could be more specific about the problems you are having we might be able to help you. Jason On Thursday, May 9, 2013 5:48:46 AM UTC-4, Donizetti wrote: > > Hi, > > I'm searching the complete detailed list of changes to mi

Guide migration to v201302

2013-05-09 Thread Donizetti
Hi, I'm searching the complete detailed list of changes to migrate to v201302. I only found that page: https://developers.google.com/adwords/api/docs/guides/migration-v201302 but it is not complete and I'm having many troubles testing my libraries. Where can I find the complete page? Thank yo

ContentCpc returnd as null when adding new Keyword or placement

2013-05-09 Thread Sanju A
Hi, When am adding any new placement (without setting any bids) and done mutate and it was successful but in returned object I got default cpcBid but ContentBid is shown null. But in google UI the maxCpc for placement is shown as adgroup level default contentBid but through API it is returning nul

How to get account hierarchy? (java)

2013-05-09 Thread Brandon
Hi, I am a newbie to use AdWords API and still in practicing with some simple methods. Recently I was trying to do something just like the Client Reporting does in the MCC account. It can set report type, name, format and has a list box which can select clients with clearly account hierarchy.

Re: Is there a difference between setting the bidModifier to 1 vs -1?

2013-05-09 Thread Oliver
I'm surprised you didn't get an error when setting a bid modifier to -1. I thought the values have to be 0+. But, anyway, if you go by what the UI show you, a value of "--" means your Ads will not run at all (i.e. you don't have a bid), whereas a value of 0% means your Ads will run using exact