Can I use the sandbox with a developer token being approved ?

2012-07-11 Thread remiCarrere
Everything is said in the title : Can I use the sandbox with a developer token being approved ? I would like to use the sandbox to start making tests the connection with the API. Thank -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: How to target only Wi-Fi carrier

2012-07-11 Thread PatrickvKleef
If I look at the available Carrier criterionIds ( https://developers.google.com/adwords/api/docs/appendix/mobilecarriers ) I don't see a criterionId for only the Wi-Fi option that's available in the Adwords UI? Op dinsdag 10 juli 2012 17:58:13 UTC+2 schreef jstedman het volgende: Use this

Total number of keywords in an account

2012-07-11 Thread neilpaterson
Hi all I have what I hope is a simple question: Is there a way to obtain the total number of keywords that are in an ACCOUNT? I don't need all the keyword IDs, just the count. Thanks Neil -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: getFirstPageCpc() of BiddableAdGroupCriterion returns null

2012-07-11 Thread Stamatina Thomaidou
Sorry, I have found the problem, I just had to use in the Selector the proper field: selector.setFields(new String[] {Id, AdGroupId, MatchType, KeywordText, FirstPageCpc}); On Tuesday, July 10, 2012 6:37:41 PM UTC+3, Stamatina Thomaidou wrote: Hello everyone, I'm trying to retrieve an

Getting Started API

2012-07-11 Thread francesco bottoni
I'm finding some difficulties. I'm studying Objec Oriented of PHP and i want learn to use API Adwords! *Where I get start?* I talked with an expert and he suggested me to read the doc parts - https://developers.google.com/adwords/api/docs/ I created yesterday the first application in OOP, but

Re: Total number of keywords in an account

2012-07-11 Thread Dorian Kind
Hi Neil, you can use the AdGroupCriterionService for this. Construct a suitable selector for the keyword types you are interested in, and set paging.numberResults to zero. The returned AdGroupCriterionPage will contain the number of keywords in the totalNumEntries field. Cheers, Dorian On

Re: Criteria report: criteriaType documentation

2012-07-11 Thread Jesper Feldthaus JF
Have a look at this: https://developers.google.com/adwords/api/docs/appendix/reports?#criteria Den onsdag den 11. juli 2012 07.35.59 UTC+2 skrev dkasak: Hi all. Is there some documentation on the different criteriaType values we can expect in the Criteria report? I had previously seen

Re: Campaign Progress

2012-07-11 Thread Dorian Kind
Hi Marco, when using the CampaignService, you can only get total statistic data for the whole dateRange that you specify in your selector. Also, only a subset of all available metrics is supported:https://developers.google.com/adwords/api/docs/reference/latest/CampaignService.Stats. To get

Re: Campaign Progress

2012-07-11 Thread Dorian Kind
Sorry, linked to the wrong reference page, here's the correct one: https://developers.google.com/adwords/api/docs/reference/latest/CampaignService.CampaignStats On Wednesday, July 11, 2012 1:44:51 PM UTC+2, Dorian Kind wrote: Hi Marco, when using the CampaignService, you can only get total

Re: Retrieve ImageAd by ImageAd id

2012-07-11 Thread Dorian Kind
Hi Tal, The ImageAd type inherits the field id from type Ad, which you can use in your selector's predicate as Id (notice the different capitalization). https://developers.google.com/adwords/api/docs/reference/latest/AdGroupAdService.ImageAd Cheers, Dorian On Monday, July 9, 2012 5:19:58 PM

Report contents are invalid. - !!!1|||-1|||Unexpected exception???

2012-07-11 Thread aengland
Last night (7/10/2012) I received the below error message while calling the GetClientReport(oDefinition) method for the KEYWORDS_PERFORMANCE_REPORT report type. Google.Api.Ads.AdWords.Util.ReportsException: Report contents are invalid. - !!!1|||-1|||Unexpected exception??? I have tried

Re: Retrieve ImageAd by ImageAd id

2012-07-11 Thread Tal Ater
How very *not*-elegant... But it works perfectly. You're a life-saver! Cheers, Tal Ater t...@talater.com On Wednesday, July 11, 2012 2:54:43 PM UTC+3, Dorian Kind wrote: Hi Tal, The ImageAd type inherits the field id from type Ad, which you can use in your selector's predicate as Id

Re: Report contents are invalid. - !!!1|||-1|||Unexpected exception???

2012-07-11 Thread aengland
I continued to run the process periodically to see if I could get it to run without error and it finally went through during the 9 AM EST hour after five more failures during the 7 and 8 AM EST hours this morning. I am concerned this will be an ongoing issue. Please advise. On Wednesday,

Problem with ClientCustomerId

2012-07-11 Thread Francois Sivade
Hello, I try to use the API Google Adwords. I follow the instructions of the gettin started videohttp://code.google.com/p/google-api-adwords-dotnet/, but when i put the addCampaign command in the debugguer of my exemple project, i have this error: v201109_1.GetAdGroups : This code example

Re: Can I use the sandbox with a developer token being approved ?

2012-07-11 Thread Ewan Heming
You don't need a developer token to use the sandbox, you just need a Google account. The developer token in the sandbox is just your account email plus a chosen currency. You can find out more about using the sandbox herehttps://developers.google.com/adwords/api/docs/sandbox . --

Re: Getting Started API

2012-07-11 Thread Ewan Heming
If you can understand the example code that comes with the PHP Client Library http://code.google.com/p/google-api-adwords-php/, then you should be able to learn how to use the AdWords API. You can also check out this blog post that explains how to use the

Re: adCore is using the AdWords API Feel free to ask us questions

2012-07-11 Thread Rebecca Brandon
Hi! We are looking into trying this out at our agency. You say its free up to 5 campaigns, is there any limits on how big a campaign can be? Thanks! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Campaign Progress

2012-07-11 Thread Marco Contreras
Hi Dorian Thanks for the help, but what I really wanted to have this format. Data 01/05/2012 to 04/05/2012 *Date* *Campaign* *Clics* *CPC* 01/05/2012 demo 1500 0,25 02/05/2012 demo 1235 0,24 03/05/2012 demo 1874 0,27 01/05/2012 autos 1200 0,15

GetTextAds.php and GetAdGroups.php returning no ads/adgroups

2012-07-11 Thread iateadonut
Hi, I'm trying to get text ads. But first, I've tried to get ad groups using GetAdGroups.php. From a daily report I run, I can see that the following ad groups coincide with the following campaign: +++ | campaignId | adGroupId | +++ |