Re: Account missing in InfoService?

2013-05-13 Thread James Preece
Hi Kevin, Thanks for getting back to me. Can you just confirm - there is now absolutely no way for me to begin with a login email address and end up connected to the correct client within our account? James On Friday, 10 May 2013 16:51:02 UTC+1, Kevin Winter (AdWords API Team) wrote: > > Hi

test account error QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:''

2013-05-13 Thread kostfast
Hello. I received an email that says: Your developer MCCID: *** Your new test account Customer ID: 545-140-2730 But when I try to connect (using PHP library of version v201302) I'm getting this response: QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'' All payment requrements

Setting AdGroup status as ENABLED throws BiddingError

2013-05-13 Thread Roelf Jansen
I'm trying to enable a paused AdGroup in a Campaign which is set up for automatic bidding. However, when I try to mutate I'm told I'm not allow to override the BiddingStrategy. I don't understand how enabling the AdGroup should trigger a BiddingStrategy exception ? AdGroup adGroup = (

Re: Setting AdGroup status as ENABLED throws BiddingError

2013-05-13 Thread Roelf Jansen
O, I forgot to note that this code worked with adwords-api-8.10.1 but is not working in adwords-api-8.11.1. On Monday, May 13, 2013 12:10:58 PM UTC+2, Roelf Jansen wrote: > > > I'm trying to enable a paused AdGroup in a Campaign which is set up for > automatic bidding. > > However, when I try t

Re: Waiting on TestAccount after 10+ Business Days

2013-05-13 Thread Dev HPO
Is there anyone in there? On Thursday, May 9, 2013 8:41:17 AM UTC-4, Dev HPO wrote: > 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

How to set geo-targets in new campaign (python)

2013-05-13 Thread Orev
I am confused about geoTargeting: We want to *create a campaign* with a specific targeting area: Either by address + radius *or* by Lon/Lat point + radius. My input: I'm getting the coordinates from google maps, which is a floating-point number. google maps also provides the exact/estimated a

Re: Forbidden error while requesting AuthToken

2013-05-13 Thread Sunil
I am using ClientLogin as the authentication mechanism. Could that be the issue? Sunil On Saturday, May 11, 2013 10:32:49 AM UTC-5, Sunil wrote: > Hello, > > Since Friday, May 10th 2013, I've been getting a Forbidden error while > requesting the AuthToken error. My customer id is 307-231-5331

Re: CampaignChangeData and AutomaticPlacements

2013-05-13 Thread Shruti Habbu
Hi Tomer, This is something on the lines that I'm implementing. Do you have any link that explains more about automatic placements? Thanks, Shruti On Sunday, May 12, 2013 10:30:14 AM UTC-4, Tomer Peled wrote: > > Hi, > > I use the CampaignChangeData in order to get all the changed campaigns and

How can i pull a series of recent Bid Changes, from the adwords api?

2013-05-13 Thread Rohan Chitambar
Hello there, I would like to know which api do i need to use to pull recent bid changes, say the last 10 bids on a keyword. On Adwords i can get this information in the change history report. Is this possible to pull using adwords api. I have a similar requirement for finding the frequency that

AdWords TestAccount Incomplete Signup Error

2013-05-13 Thread mst_ad
Hello! I signed up for AdWords Testaccount 10+ days ago. Is it possible to check the Account? MCC: 481-740-5120 TestAccount: 330-205-0569 Thanks! Greetings -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com htt

Re: Search volume for January missing

2013-05-13 Thread Sebastian Altenberend
Hi David, you got any news on this issue? Best Sebastian Am Donnerstag, 21. März 2013 17:41:28 UTC+1 schrieb David Torres (AdWords API Team): > > Hi, > > We are actively working on this issue, please bear with us for a bit more. > > Best, > > - David Torres - AdWords API Team > > On Tuesday, Ma

Re: AdGroupService giving wrong results - Help!

2013-05-13 Thread Kevin Winter (AdWords API Team)
Hi Shruti, In the request/response you attached, you aren't requesting or filtering the status field. If you add the status field to the request, do these ad groups (like 5689879361) come back ENABLED? As you said, they should come back DELETED, but you aren't requesting this field in the re

Re: Account missing in InfoService?

2013-05-13 Thread Kevin Winter (AdWords API Team)
Hi James, Correct, this process has been deprecated for some time now: http://adwordsapi.blogspot.com/2011/11/discover-v201109-changes-to-accounts.html There are many ways around this. If you have the email/password or oauth credentials for the client (ads-serving) account, you can make a C

Re: AdGroupService giving wrong results - Help!

2013-05-13 Thread Shruti Habbu
Worked!! Thanks a lot Kevin. - Shruti On Monday, May 13, 2013 1:59:47 PM UTC-4, Kevin Winter (AdWords API Team) wrote: > > Hi Shruti, > In the request/response you attached, you aren't requesting or filtering > the status field. If you add the status field to the request, do these ad > gro

Can I use identical ad text for different Adwords accounts?

2013-05-13 Thread Tdown
Hi guys, I am having two clients who do same kind of business and the 2nd one would like me to create almost identical ad campaign with exactly the same ad text I use for other company. I know its strange and I suggested at least changing few words, but the client insisted. I am wondering, doe

Re: Ruby API v201302 - using stored token gives 'unexpected tINTEGER' on :issued_at=>

2013-05-13 Thread Danial Klimkin
This was handled in: https://code.google.com/p/google-api-ads-ruby/issues/detail?id=101 -Danial, AdWords API Team. On Wednesday, May 8, 2013 9:06:26 AM UTC+4, Jennifer Miles wrote: > > I had OAuth2 working in offline mode for 201209 (thanks to Danial's help > months ago); however, I am movi

Re: Basic Access vs Standard Access to the API

2013-05-13 Thread Takeshi Hagikura
Hi, If you didn't receive an email saying you are granted as Standard access. Please fill out the form for Standard access. Best, - Takeshi, On Saturday, May 11, 2013 5:13:40 AM UTC+9, The Phantom wrote: > > I am migrating from v201209 to 201302 and noticed the removal of the Info > Service

Re: CustomerSyncService to find deleted adgroups

2013-05-13 Thread Kevin Winter (AdWords API Team)
Hi Shruti, We don't break out changes at a per-field level. One approach would be to check for entities that have had their fields changed and then get a list of all their current fields (of which status is one) and then update your local copy to reflect it's current status (i.e. DELETED). -

Re: Google Adwords API Ad group Ideas

2013-05-13 Thread Kevin Winter (AdWords API Team)
Hi, Still no news about this feature. If and when it becomes available, we'll post on our blog: http://googleadsdeveloper.blogspot.com/ - Kevin Winter AdWords API Team On Friday, May 10, 2013 10:20:18 AM UTC-4, b...@cuponation.com wrote: > > Hi, anything new for the API? I really need it down

Re: AdGroupBids to v201302

2013-05-13 Thread Danial Klimkin
Hi Robert, It was replaced with BiddingStrategyConfiguration, see: https://developers.google.com/adwords/api/docs/reference/v201302/AdGroupService.BiddingStrategyConfiguration and the bidding guide: https://developers.google.com/adwords/api/docs/guides/bidding -Danial, AdWords API Team.

Re: com.google.api.client.googleapis.auth.clientlogin.ClientLoginResponseException: 403 Forbidden

2013-05-13 Thread Kevin Winter (AdWords API Team)
Hi, This error usually means the email and password are invalid. The best way to troubleshoot is to use the same values to log into the AdWords UI: https://adwords.google.com - Kevin Winter AdWords API Team On Friday, May 10, 2013 2:45:57 PM UTC-4, Xiongying Yuan wrote: > > Get this error wh

Re: Forbidden error while requesting AuthToken

2013-05-13 Thread Kevin Winter (AdWords API Team)
Hi Sunil, As I mentioned here, this usually means the email/password combination is invalid. - Kevin Winter AdWords API Team On Saturday, May 11, 2013 11:32:49 AM UTC-4, Sunil wrote: > > Hello, > > Since Friday, May 10th 20

Re: Query regarding rate sheet

2013-05-13 Thread Shruti Habbu
Hi Kevin, It's clear about the mutate. About the get operation, the rate sheet says that "A get that generates 10 results objects is counted as one operation." On the contrary, the example shown on the sheet counts this as 1 operation, though the number of objects returned is 53. Can you explai

Re: Adwords API read only access via OAUTH2

2013-05-13 Thread Kevin Winter (AdWords API Team)
Hi Scott, Currently, this is not possible - you will get the full permissions of the authenticated user. One way to emulate this is to get a user with read-only access to the AdWords account in question to authenticate via OAuth2. We've seen a few requests for a read-only OAuth scope and wil

Re: CampaignChangeData and AutomaticPlacements

2013-05-13 Thread Kevin Winter (AdWords API Team)
Hi Tomer, Automatic placements are never directly accessible via AdWords API SOAP calls - they are only obtainable via the Automatic Placements Report: https://developers.google.com/adwords/api/docs/appendix/reports#automatic-placements - Kevin Winter AdWords API Team On Sunday, May 12, 2013

Re: Query regarding rate sheet

2013-05-13 Thread Kevin Winter (AdWords API Team)
Hi Shruti, The idea is that mutating a single object (campaign, keyword) will count as an operation, but retrieving multiple objects in a single request will also only count as one operation. The reasoning is that its actually more expensive to return 100 items 1 at a time, 1 per request vers

Re: Can the API access the campaign label?

2013-05-13 Thread Ali Vahed
Hello Daniel, Is there any update on this issue? we really need to extract campaign labels with API to generate some reports. doing it manually is almost impossible. Regards, Ali On Thursday, February 21, 2013 9:28:40 PM UTC+11, Danial Klimkin wrote: > Hello Ali, > > > AdWords API does not

manipulating Enhanced Campaigns with v201209

2013-05-13 Thread Jeremy Tangney
Hi there, a client of mine uses v201209 to manage his ads and bids, run some reports etc. He would like to start using Enhanced Campaigns but is unable to move to v201302 right now. If he manually converts his campaigns to Enhanced Campaigns, will he still be able to use v201209 to manage h

Re: Can the API access the campaign label?

2013-05-13 Thread Danial Klimkin
Hello Ali, No, labels are not supported in the API at the moment. -Danial, AdWords API Team. On Monday, May 13, 2013 6:59:27 AM UTC+4, Ali Vahed wrote: > > Hello Daniel, > > Is there any update on this issue? we really need to extract campaign > labels with API to generate some reports. doi

Re: Enhanced Campaigns API Documentation

2013-05-13 Thread Danial Klimkin
Hello Eric, Yes, mobile bid adjustment it the correct term as only mobile criterion ID can be passed in the mutate call. Sending any other platform ID will result in an error. -Danial, AdWords API Team. On Thursday, May 9, 2013 8:13:59 PM UTC+4, Eric Peters wrote: > > While reading the API

Re: Setting AdGroup status as ENABLED throws BiddingError

2013-05-13 Thread Takeshi Hagikura
Hi, Can you please share the request xml which succeeds with 8.10.1 and the request xml which throws an error (you mentioned above)? (Except for sensitive info such as developer token, access token) In the first place, BiddingStrategyConfiguration with BiddingStrategyType at AdGroup level is n

Re: manipulating Enhanced Campaigns with v201209

2013-05-13 Thread Danial Klimkin
Hello Jeremy, Yes, this is correct. Actually the client can use FCM with v201209 to upgrade the campaigns and manage some of the new values, see: https://developers.google.com/adwords/api/docs/guides/forward-compatibility-maps Please note v201209 is scheduled for sunset so we recommend to u

Re: [2-5379000000888] A New AdWords API Token Application Has Been Submitted

2013-05-13 Thread Danial Klimkin
Hello, First of all, note the developer token is a sensitive information that should never be shared externally. I recommend to reset the token as soon as possible as it is now known to everyone on this mailing list. As per review request, please contact the tokens review team directly: adwor

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

2013-05-13 Thread Chris Lande
To clarify, if you clear the bidModifier on an adGroup then the adGroup would use the bidModifier defined on the campaign. Is that correct? Thanks, Chris On Thursday, May 9, 2013 10:33:05 AM UTC-7, Chris Lande wrote: > > Hi Anash, > > Thanks for the response. What's still unclear is, is there an

Unable to cast object of type Google.Api.Ads.Adwords.v201209.ManagedCustomerService to type Google.Api.Ads.Common.Lib.AdsClient Another discussion addresses this topic:

2013-05-13 Thread sushant
> > Hi, > I am using Google.Adwords.dll and Google.Ads.Common.dll in script task of > one of my SSIS package to download data files. > This code works well on my local machine. However it fails on one of our > test server (both local & test machines are x64 bit) with the following > error >

How do I know where a visitor came from?

2013-05-13 Thread Yang Yang
I submitted a campaign through adwords api, it's starting to run. very good. now some users clicked on the ad, and they came to my (advertiser's ) website. I can see them on my weblog. I am very happy to see users coming. after a month, I get more clicks, but some users keep coming, so I'm gett

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

2013-05-13 Thread Niladri Sirkar
Kevin, How can I get on to the beta program? I am building an application for my client who already is running Adwords since 2012. My job is to pull the data from server via API and lay it in a specific format to generate the report. Now the problem is he has Phone cost data which I am not able t

Re: Unable to cast object of type Google.Api.Ads.Adwords.v201209.ManagedCustomerService to type Google.Api.Ads.Common.Lib.AdsClient Another discussion addresses this topic:

2013-05-13 Thread sushant
I resolved this issue... I found entries of SoapListener of Google.DFA.dll in DTSExec.exe.config and DtsDebugHost.exe.config. This entry was the cause of the error. I removed that entry from the config files and things worked for me. Thanks... On Tuesday, May 14, 2013 8:37:15 AM UTC+5:30,