Re: Can 'Managed' Adwords client accounts get their own Developer Token ?

2011-10-03 Thread Anash P. Oommen
Hi Phil, Emma, As Danial pointed out earlier, it is against the AdWords API terms and conditions to - Request more than one developer token per company - Asking your customers to signup for AdWords API and share their tokens with you so that API calls get billed directly to their accounts. The

Re: How to deal with aggressive counterfeit designer goods policy

2011-10-03 Thread Anash P. Oommen
Hi Peter, Yes, this can be done from the API. http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201101/HandlePolicyViolationError.php shows a detailed code example on how to detect policy violations and add an exemptionRequest when uploading ads. A summarized versio

Re: Developer Token Pending Approval

2011-10-03 Thread Anash P. Oommen
Hi, As mentioned on https://groups.google.com/forum/#!topic/adwords-api/BXyV40LfEEI, it can take upto 6 weeks for your tokens to get reviewed. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http:

Re: running getAllAds.php - getting "No ads were found."

2011-10-03 Thread Anash P. Oommen
Hi, AdWordsUser also has an overloaded constructor in case you don't want the credentials from auth.ini to be picked up. See http://code.google.com/p/google-api-adwords-php/source/browse/trunk/src/Google/Api/Ads/AdWords/Lib/AdWordsUser.php#63 for details. Cheers, Anash P. Oommen, AdWords API

Re: How long does Google approve API application actually?

2011-10-03 Thread Anash P. Oommen
Hi, As mentioned on https://groups.google.com/forum/#!topic/adwords-api/BXyV40LfEEI, it can take upto 6 weeks to review your tokens. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsa

Re: Use of auth.ini file

2011-10-03 Thread Anash P. Oommen
Hi Chirag, Report download won't work with OAuth yet, so you can't download reports when using OAuth. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.go

How long does Google approve API application actually?

2011-10-03 Thread koo
We have just applied API recently. Have checked that from forum it take weeks and months to process the whole approval. Is there any way to speed up the whole process? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: running getAllAds.php - getting "No ads were found."

2011-10-03 Thread iateadonut
Found the answer. I'm running a platform managing many clients and I had to make sure that: $user->SetClientId(''); was set properly, because the default value of the client id of that object is set by the auth.ini file. On Oct 3, 12:13 pm, iateadonut wrote: > I've taken adGroup id's from a repo

Re: Get OAUTH_TOKEN_INVALID earler it is working

2011-10-03 Thread Chirag
My SOAP XML response is : [Oct 04 2011 00:30:03.00 - ERROR] POST /api/adwords/mcm/v201101/ ServicedAccountService? oauth_consumer_key=adwords.edeveloperz.com&oauth_token=1%2FBTjDgqX- FAl5yKVjLHuSkk64fBYkWtgVwjjgqAtwEoA&oauth_signature_method=HMAC- SHA1&oauth_timestamp=1317668402&oauth_nonce=4e

Get OAUTH_TOKEN_INVALID earler it is working

2011-10-03 Thread Chirag
hi, When i am trying to fetch al clients list f an Mcc account i am getting error OAUTH_TOKEN_INVALID, Please note that earlier it is working fine. but after updating version 2.6.4 it is not working. Thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussi

Developer Token Pending Approval

2011-10-03 Thread VI
Can someone please point me in the right direction in order to get help with my adwords developer token. For some reason I has been pending approval for over two weeks, and i cannot reach anyone for help. Thank you -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and d

Re: Impression share and display network

2011-10-03 Thread iateadonut
When you create your report definition using Add...ReportDefinition.php from the example folder, make sure to insert the proper fields. You can find a list of accepted fields here: http://code.google.com/apis/adwords/docs/appendix/reports.html On Oct 1, 9:54 pm, Nick Chernih wrote: > Hi, > > I'm

running getAllAds.php - getting "No ads were found."

2011-10-03 Thread iateadonut
I've taken adGroup id's from a report generated in the MCC. It clearly shows impressions and clicks for ad group id's, but when I insert one of these id's into the $adGroupId variable in getAllAds.php, and run getAllAds.php, I receive the reply "No Ads were found." I'm using v201101. Not sure wh

Re: clicks/impressions in creative report not matching statistics for campaigns via api

2011-10-03 Thread timp
Cool. I will use the the date range of the just downloaded data. And see if the problem exists there as well. Will get back to you in the next couple days or so. -tim -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot

How to deal with aggressive counterfeit designer goods policy

2011-10-03 Thread Peter Bowen
My client sells legal services - not knock-off handbags but, uploading adverts via the API has proved troublesome. Here's a snippet of the first request that failed. ADD 2295083885 https://adwords.google.com/api/adwords/cm/v201101"; xsi:type="n

Re: Can 'Managed' Adwords client accounts get their own Developer Token ?

2011-10-03 Thread PPC_Guru
You can always set up the clients within sepeate MCC`s with their own Dev token and thus they are billed directly. Thanks Phil D Pearce (from London). P.S You username says "phildpearce" but you are replying as Emma ... maybe update your username? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Use of auth.ini file

2011-10-03 Thread Chirag
Hi, Can i use auth file with user email and password with Oauth token? If Yes, How i can use oauth token to get report defination service to work with? When i define userid,password and oauthtoken in auth file it is giving me error invalid auth token while use the report defination service. -- =~

Re: ReportDefinitionService - Monthly report get

2011-10-03 Thread Chirag
Thanks nesha. It is helpful to me. On Sep 29, 12:03 am, Nesha wrote: > If you have used hard coded numbers like this: > //$selector->dateRange = new DateRange('20110725', '20110925'); > you will always get data for that date range. > But if you have used something like this: > $reportDefinition-