Re: Changing TargetContentContextual fail with CANNNOT MODIFY NETWORK CONTEXUAL

2012-10-03 Thread AdWordsAPIAdvisor
Hello aminotsukasa, With a specific targeting type, TargetContentContextual actually is meaningful, and as it is a boolean, it needs to be set to one value or another. TargetContentContextual does not define flexible reach behavior. I am BCC'ing the mailing list so we don't spam the group. Ple

Re: How to get keyword details using v201109

2012-10-03 Thread Jeetesh Srivastava
sd On Wednesday, October 3, 2012 12:39:14 AM UTC-6, Oliver wrote: > > Auction Insights are not exposed over the API yet. > > Oliver > > > On Wednesday, October 3, 2012 6:25:22 AM UTC+1, Jeetesh Srivastava wrote: >> >> >> Is there anyone who can help me.. >> >> >> >> On Saturday, September 29, 2012

Re: How to get keyword details using v201109

2012-10-03 Thread Jeetesh Srivastava
Dear Oliver, Thanks for your reply . But I have to fetch keyword details like (*Search Term,Match Type, Added/Exclude, Clicks, Impressions, Ctr, avg Cpc ) etc for particular keyword.* Awaiting for your response. Thanks. On Wednesday, October 3, 2012 12:39:14 AM UTC-6, Oli

Re: TrafficEstimatorService return 0 only

2012-10-03 Thread Jason Stedman
Nguyen, I have a feeling you may be seeing this behavior because of the specific keywords in the requests. Try to avoid words like cheap, inexpensive, free, or anything that could be considered to be drug related or any registered trademarks. Google tends to reject or negatively score these typ

Re: How to imitate "keyword tool" page in Java?

2012-10-03 Thread Jason Stedman
Eric, Have you looked into using the TrafficEstimatorService or the TargetingIdeaService? https://developers.google.com/adwords/api/docs/reference/latest/TargetingIdeaService https://developers.google.com/adwords/api/docs/reference/latest/TrafficEstimatorService If you are having specific prob

Error while updating Language target

2012-10-03 Thread prafulla holkar
I got error [CampaignCriterionError.OPERATOR_NOT_SUPPORTED_FOR_CRITERION_TYPE @ operations[0]; trigger:'LANGUAGE'] while updating the Language target in .net...Please guide. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blo

Re: How to get keyword details using v201109

2012-10-03 Thread Oliver
Have you looked into downloading this data via the reports: https://developers.google.com/adwords/api/docs/appendix/reports All the data you want is in the reports. On Wednesday, October 3, 2012 9:56:46 AM UTC+1, Jeetesh Srivastava wrote: > > Dear Oliver, > Thanks for you

Re: Filtering accounts on CanManageClients doesn't seem to work

2012-10-03 Thread Goran Jovic
Did anyone else have this problem? It would be helpful to hear if anyone else reproduced this behavior. Then I'd at least know if the cause is in my code. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://gr

Re: Is intra-day reporting available

2012-10-03 Thread Jason Stedman
Ken, You may also consider adding the 'hourOfDay' field to your report requests so that you can get data broken down by hour. Marketing teams that like to micro manage spending intra-day love hourly performance data. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: Cannot SET Adparam values through AdParamService using valid AdGroupId and CriterionIds values

2012-10-03 Thread Peter Crowley
I am using php but had to replace the '£' with '£' -Peter On Tuesday, 2 October 2012 17:18:17 UTC+1, Sandbox wrote: > > I am trying to update parameters embedded in my adverts using the > AdParamService mutate method with the SET operator as per the examples. I > can't get it to work despite

Re: Cannot SET Adparam values through AdParamService using valid AdGroupId and CriterionIds values

2012-10-03 Thread Sandbox
Not sure what that does below as I am not a PHP expert, but I tried removing the £ from my parameters in case that was the cause and I still get the same error. Invalid criterion id errors... Thanks anyway! On Wednesday, 3 October 2012 13:49:57 UTC+1, Peter Crowley wrote: > > > I am using php

Re: Error while updating Language target

2012-10-03 Thread Goran Jovic
AFAIK, you can't update campaign criteria. If you want to e.g. change the language targeting from English to French, you are supposed to remove the English language criterion and add the French one. (If you think about it, updating wouldn't even make sense here - if it is about another language

AdwordsSession & AdwordsServices for multiple accounts

2012-10-03 Thread Oliver
Assume we have an MCC with 5 standard adwords accounts inside it. An application, using the Java client library, authenticates to access the MCC account and gets the required token for the MCC. We now need to access the 5 accounts within the MCC, sometimes simultaneously. Can you please confir

Re: OAuth2 in the new Java client library

2012-10-03 Thread j.e.frank
Does anyone know of an example using a Service Account to access the AdWords API? On Thursday, September 27, 2012 4:06:50 PM UTC-4, j.e.frank wrote: > > Most services do have a shared database, but not all of them. > > I continued investigating this issue, and I've also tried the Service > Accou

ADGROUP_REACH_FREQUENCY_REPORT doesn't return any records yet?

2012-10-03 Thread dkasak
Hi. We noticed you have added an ADGROUP_REACH_FREQUENCY_REPORT report type. We'd like to use this data. When I create a report request: https://adwords.google.com/api/adwords/cm/v201206";> AdGroupId AdGroupName AdGroupStatus CampaignId CampaignName

Expected API costs

2012-10-03 Thread Panagiotis Lamprakos
Hi, I manage an adwords account with a budget of 80k per month and approx 1000 keywords. I' am considering using API to better manage the campaigns but I have no indication of the costs I will incur. Does anybody have a rough estimate of what costs this king of an account should incur if API wa

change adwordsClient cusotmerId on run time with python client

2012-10-03 Thread u...@taykey.com
Hi all, i would like that my program will support several customers (accounts). What is the best way to support this feature? Should i hold a map of customerId to adwordsClient, or should i change or create the adwordsClient every time on run time? If changing the cusotmrId every time at runtime