Re: cant create sandbox.

2012-04-26 Thread Arman
Hi Anash P. Oommen Thank you for reply! It was helpful . Now my calls to sundbox works Regards, Arman On Wednesday, April 25, 2012 3:27:11 PM UTC+5, Anash P. Oommen wrote: > > Hi Arman, > > Could you run the GetAllCampaigns example? This will initialize your > sandbox account. Then run GetAcco

error country code?

2012-04-26 Thread Meng wenping
I used google adwords editor,when I set a country for a campaign,I have a question: "Netherlands Antilles" as a country displayed in the UI after upload ,I opened the campaign in website of google a

Re: Dev API Token - Still Pending

2012-04-26 Thread Anash P. Oommen
Hi Dave, Is there a place / email where it says that the token will be reviewed in 1-2 days? If so, let me know, I'll pass the feedback on to the appropriate team and ask them to fix things appropriately. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, 25 April 2012 20:59:15 UTC+5:

Re: API Token - pending approval

2012-04-26 Thread Snow Globe
Hello Anash, Thank you for your answer. We must have sent 6/7 emails to adwordsapi-tok...@google.com. We have sent a new one yesterday We have asked 4 persons we work with at Google to ask them as well (they were kind enough to do so). We have read about 20 times the API terms and conditions to

Re: Quick SOAP+XML Tutorial results in XML_STREAM_EXC

2012-04-26 Thread Anash P. Oommen
Hi Bill, If I remember correctly, XML doesn't allow a \n in the node name. That should explain why you got XML_STREAM_EXC error . Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, 25 April 2012 18:33:56 UTC+5:30, Bill Jenkins wrote: > > Thanks Anash. I corrected that missing space. >

Re: Are search results China from mainland only?

2012-04-26 Thread Anash P. Oommen
Hi Calford, Could you clarify? Is this a question related to AdWords API? Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, 25 April 2012 16:49:26 UTC+5:30, calford wrote: > > Or do they include other areas like HK, Taiwan, Macao ... > > Thanks > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Are search results China from mainland only?

2012-04-26 Thread calford
Hi, Yes, it is related to the Adwords API, did i post in the wrong forum? Using the adwords API you can get search volumes for keywords on different locations. My question is if the search volumes you get when you select China include only China Mainland or do they include extra locations (not

Re: how to ffix AuthenticationError.CUSTOMER_NOT_FOUND @ ; trigger:'622-791-0869' Service[CampaignService.get]..

2012-04-26 Thread Anash P. Oommen
Hi Bill, Sandbox and production are two different environments, so you cannot use prod developer token or customerids in sandbox and vice versa. To use sandbox, 1. Run GetCampaigns example ( http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201109/BasicOperations/G

Re: Manage Account Budgets

2012-04-26 Thread Anash P. Oommen
Hi, You can get the total budget for campaigns from the totalBudgets field ( https://developers.google.com/adwords/api/docs/reference/latest/CampaignService.CampaignPage#totalBudget), but there's no provision to get account budgets for a period of time. Cheers, Anash P. Oommen, AdWords API Adv

Re: Adwords API pending approval, Can I use my developer Token?

2012-04-26 Thread Anash P. Oommen
Hi SG, I've pinged the review team, so they are looking into your case. You should get a reply from the team soon. As for the changes in your client, the AdWords API T&C (https://developers.google.com/adwords/api/docs/terms) states that you should mail the changes to 3p-complia...@google.com.

Re: KEYWORDS_PERFORMANCE_REPORT - full keyword list

2012-04-26 Thread Anash P. Oommen
Hi Paul, You could try using a Predicate in your report definition - IsNegative EQUALS false. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, 24 April 2012 19:22:58 UTC+5:30, Paul Foltache wrote: > > Gonna use AdGroupCriterionService. I can use :criterion_use or > :ad_group_criterio

Re: error country code?

2012-04-26 Thread Meng wenping
On Thursday, April 26, 2012 7:13:38 PM UTC+8, Meng wenping wrote: > > I used google adwords editor,when I set a country for a campaign,I have a > question: > "Netherlands Antilles" as a country displayed in the UI > > >

Re: Adwords API pending approval, Can I use my developer Token?

2012-04-26 Thread Snow Globe
Hello Anash, Thank you for your help I did send the latest powerpoint presentation of our project to 3p-complia...@google.com and adwordsapi-tok...@google.com yesterday. Once again, we have checked and re-checked that our business and project complied with the API T&Cs and that it could help o

Re: how to ffix AuthenticationError.CUSTOMER_NOT_FOUND @ ; trigger:'622-791-0869' Service[CampaignService.get]..

2012-04-26 Thread Bill Jenkins
Thanks Anash - huge progress. Now the customerid is coming back as a 0. Here's what I entered: $ php GetCampaigns.php No campaigns were found. The no campaigns found makes sense because I ran GetCampaigns.php previously. Then I entered: $ php GetAccountHierarchy.php (Customer Id, Account Name/

Can ad extensions be attached to ad groups, or is it campaigns only?

2012-04-26 Thread Tommy Newman
I think ad extensions (I want to use site links and locations) can be attached to campaigns only, however ideally I need to attach them to ad groups instead. I just want to confirm that this is not possible, and if so, suggest it as an adaption? My campaign structure, in line with guidelines I

Re: Adwords API pending approval, Can I use my developer Token?

2012-04-26 Thread Anash P. Oommen
Hi Benoit, Could you share your API MCC customer id? The review team reached out to me yesterday about it. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, 26 April 2012 21:04:25 UTC+5:30, Snow Globe wrote: > > Hello Anash, > > Thank you for your help > > I did send the latest powerpo

Re: OAuth - didn't see it mentioned so I thought I'd ask

2012-04-26 Thread Anash P. Oommen
Hi Ewan, Also look at https://developers.google.com/appengine/docs/python/urlfetch/overview#Quotas_and_Limits. This could limit how big a report you can download and process on AppEngine. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, 6 April 2012 18:55:53 UTC+5:30, Kevin Winter wr