Re: why can a campaign not be named the same as a a deleted campaign?

2011-04-07 Thread Marco T.
Because all the entities in AdWords cannot be really deleted. I hate this thing... :) -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

keyword

2011-04-07 Thread Deborah Oxley
i want to create asp.net (c#) web site.in which one textbox will be given to enter any website's name and when i click on the button it will give me key word list which are used by given website in the textbox exactly like keyword tool in google adword -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: How do I get the campaign costs for some date interval?

2011-04-07 Thread Dymytry
David, thank you very much! Now I have moved a bit towards my destination, but here I created another topic about "how can I get client ids", could you please pay attention to it: http://groups.google.com/group/adwords-api/browse_thread/thread/d627451cd22d3aa?hl=ru -- =~=~=~=~=~=~=~=~=~=~=~=~=~

bulkopportunity service help

2011-04-07 Thread kush
hi, i'm trying to get the bid_landscape attribute values from bulkopportunity page but i couldn't. can u please help me regarding this(some sample code to get those values) Thank you, kushvanth -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: htt

Re: How do I get the campaign costs for some date interval?

2011-04-07 Thread David Torres
Hi, To restrict your request to a certain date range you need to specify the dateRangein your selector. Another way is to request a CAMPAIGN_PERFORMANCE_REPORT via the ReportDefinitionService

Re: Failed to get authToken.

2011-04-07 Thread Evgeniy Bogdanov
Hi Daan. Seems that your problem some where in network connection. Firewall, perhaps? Regards, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Reporting within MCC account via 201101

2011-04-07 Thread Aladdin
Just wanted to add the following statement to my earlier statement which I think would make my point more specific: When I need more info regarding non cross client report, I meant detailed info as to how to implement non cross client reporting for each individual client within my MCC account.

Re: Reporting within MCC account via 201101

2011-04-07 Thread Aladdin
Rob, thanks for your response to my earlier inquiry. So, is there any detail available or some sort of sample code where I can learn more about this non cross-client reporting via v201101. I am pretty new to this Google AdWords API and any deatil on this would be great help for me to move on.

Re: AuthTokenException

2011-04-07 Thread kush
Hi all, Thank you very much. The solution you gave resolved my problem. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Y

Re: The new UI 2 Layer security feature effects the API

2011-04-07 Thread Danial Klimkin
Hello, We've published a blog post regarding this topic before: http://adwordsapi.blogspot.com/2011/02/authentication-changes-with-2-step.html In short, you need to generate an application password and use it instead of the account password. Best regards, Danial Klimkin, AdWords API Team.

Re: INCOMPLETE_SIGNUP_NO_BILLING_INFO

2011-04-07 Thread Danial Klimkin
Hello, Do you use the production developer token to access production environment? If so, please contact AdWords support with your CID included. Best regards, Danial Klimkin, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group

Failed to get authToken.

2011-04-07 Thread Daan Schermerhorn
Hi, A few months ago I was using the PHP Client Library and a slightly adapted version of one of its example scripts for keyword research and it worked perfectly. If I run the script now, it starts thinking for a long time and then gives me the following error: *Failed to get authToken. Reason:

Re: How to Estimate Cost of API Units

2011-04-07 Thread Evgeniy Bogdanov
0.1 * 25 = 2.5 (Will be rounded to 3, as described in ratesheet - count of API will be rounded to the nearest integer ) 5 (per call) + 3 (for 25 keywords) = 8 So this will be: 8 * 6000 = 48000 / 1000 * US$0.25 = US$12 As you see the biggest value here for you is fee for creating report. (7.5$ fo

Re: Reporting within MCC account via 201101

2011-04-07 Thread Rob Ryan
You could always run non cross client reports on every account individually. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: How to Estimate Cost of API Units

2011-04-07 Thread mirio
Thank you Evgenij. Just to make sure, if I need 6000 reports and each report has 25 keywords, the cost of the query is: (5 + (.01 * 25)) * 6000 = 45000 / 1000 * US$0.25 = US$11.25 Is this correct? I appreciate your help, Mirio -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us o

Re: ServicedAccountService account currency and timezone

2011-04-07 Thread Rob Ryan
Thanks for asking about it. The real crux of the problem at the moment is that doing the OAuth implementation is great, but key things like this and no report downloading through OAuth mean I will have to store users passwords anyway, negating the big advantage of having OAuth. I realize you guy

Re: How can I get client ids

2011-04-07 Thread Dymytry
Here is the code I use: // Get the CampaignService. CampaignServiceInterface campaignService = user.getService(AdWordsService.V201008.CAMPAIGN_SERVICE); // Create selector. CampaignSelector selector = new CampaignSelector(); StatsSelec

How can I get client ids

2011-04-07 Thread Dymytry
Greetings folks! My current task is to collect the costs of the campaigns for some defined date interval. I can succesfullt do it via the CampaignService. But I have several clients, and thus I need to create different AdWordsUser instances for each of them before using the CampaignService. A prob