Re: How can I set ad scheduling for a particular ad group or a particular keyword?

2013-01-10 Thread Kapil
Thanks Jason On Tuesday, December 25, 2012 2:27:44 AM UTC+5:30, Jason Stedman wrote: > > Kapil, > > Unfortunately there is no scheduling at any level below a Campaign, but > there is nothing to say you cannot create multiple campaigns, one for each > time segment that you wish to manage. > > Ja

Re: How can I get all the stats related to a keyword?

2013-01-10 Thread Kapil
Thanks John and Jason On Wednesday, December 26, 2012 11:52:31 PM UTC+5:30, Jason Stedman wrote: > > You could use the AdGroupCriterion service to get the stats for each > keyword, but how this is done would depend on the specific fields you wish > to retrieve. This approach also costs a lot of

Re: How can I set a particular city or country to target my ads?

2013-01-10 Thread Kapil
Thanks David. On Friday, December 28, 2012 9:48:33 PM UTC+5:30, David Torres (AdWords API Team) wrote: > > Hi Kapil, > > Location targeting happens at the campaing level, so you need to use the > CampaignCriterionService

Re: What is the maximum number of keywords I can add using SimpleMutateService in a single shot?

2013-01-10 Thread Kapil
Hey Kevin, I'm still not sure what this error is all about but, I figured out the solution. Thanks, Kapil On Sunday, January 6, 2013 9:06:26 PM UTC+5:30, Kapil wrote: > > > Hi Kevin, > > I'm using new java client library. This is the complete error:- > > net.sf.saxon.om.NamePool$NamePoolLimit

Re: Sample code in java to add negative keywords at adGroup Level and AdCampaign level

2013-01-10 Thread Kapil
Thanks Paul. On Wednesday, January 9, 2013 7:48:11 PM UTC+5:30, Paul Matthews wrote: > > Hi Kapil, > > Please take a look at this example > code, > > that is packaged with t

Re: How can I add social extension in my ad campaigns?

2013-01-10 Thread Kapil
Thnaks Oliver. Hey, What about the device selection. Can I select specifically mobile or tablet devices from the API. Thanks, Kapil On Thursday, January 10, 2013 5:37:33 PM UTC+5:30, Oliver wrote: > > Not supported yet. The only Ad Extensions supported by the API currently > are Sitelinks and

How can I set AdServingOptimizationStatus.UNAVAILABLE for Ad Rotation in campaigns?

2013-01-10 Thread Orangevn
Hi, I was using AdServingOptimizationStatus for get Ad Rotation from CampaignService I don't set UNAVAILABLE of Ad Rotation for campaigns with AdWord Editor and AdWord Website. How can I get /set the value is UNAVAILABLE of Ad Rotation Campaign itself? Thanks for any help -- -- =~=

Re: zero impressions are only available in Keyword performance, not on Ad Performance

2013-01-10 Thread nf7588
Thanks for the help, i have another question related to that, is there a way to get the object status (ad/campaign/adgroup id and status - active/pause/deleted) with no dependency on their performance? whether or not they received impressions? On Wednesday, January 9, 2013 4:45:38 PM UTC+2, Pau

Re: How to find out the possible ids for the OperatingSystemVersion Criterion? BETA_ERROR

2013-01-10 Thread manuel . thurner
Update: I tried to add OperatingSystemVersion criteria with the IDs 3 and 30001 which correspond to the Desktop and HighEndMobile platforms, but this gave me an invalid id error. When I add the mobile platforms IDs ( 630159, 630252, etc.) it works, so I will stick with those for now... would

Re: Getting Empty XML Reports

2013-01-10 Thread Jeff Freeman
It was my mistake. I was using file_get_contents() to read the contents of the file and dump it to the browser and seeing only a blank string. When I actually opened the downloaded XML file, the data was there. I apologize for the inconvenience. Thanks for your help! On Thursday, January 10, 20

Re: How to find out the possible ids for the OperatingSystemVersion Criterion? BETA_ERROR

2013-01-10 Thread manuel . thurner
Thank you for the hints! Okay great Oliver, yeah that actually makes sense! I'll go with those platforms you mentioned, thanks! Am Donnerstag, 10. Januar 2013 13:12:44 UTC+1 schrieb Oliver: > > I'm not from the RMF team or work for Google. But from a previous > experience I had, I believe the

Re: ManagedCustomerService SOAP example to get ManagedCustomerPage list

2013-01-10 Thread Bernardo Alves
Hello Danial, Right on target! That was the problem and it's solved now. Thank you so much for your patience and kind support. Best regards, Bernardo Quinta-feira, 10 de Janeiro de 2013 11:23:40 UTC, Danial Klimkin escreveu: > > Hello Bernardo, > > > It sounds like we are getting closer! First

Re: How to find out the possible ids for the OperatingSystemVersion Criterion? BETA_ERROR

2013-01-10 Thread Oliver
I'm not from the RMF team or work for Google. But from a previous experience I had, I believe the OperatingSystemVersion the RMF is referring to is actually the platforms: https://developers.google.com/**adwords/api/docs/appendix/plat**forms

Re: How can I add social extension in my ad campaigns?

2013-01-10 Thread Oliver
Not supported yet. The only Ad Extensions supported by the API currently are Sitelinks and Location. Oliver On Thursday, January 10, 2013 10:00:51 AM UTC, Kapil wrote: > > I Haven't found social plugin in adwords api. Please provide suitable > example code or method to add social plugin in my

Re: Getting CampaignCriterionError.OPERATOR_NOT_SUPPORTED_FOR_CRITERION_TYPE

2013-01-10 Thread Oliver
Thanks Danial. I think it will help if the documentation is updated to mention this limitation i.e. to update campaign constants (like Language, Device or Location), one has to use the REMOVE CampaignCriterionOperation first to delete everything that is there, and then follow it with a another

Re: Getting CampaignCriterionError.OPERATOR_NOT_SUPPORTED_FOR_CRITERION_TYPE

2013-01-10 Thread Danial Klimkin
Hello Oliver, Criteria such as Language are system-wide constants. You can't change the language keeping the criterion (identified by the ID) the same, you need to remove English criterion and add Spanish. The SET operation could be used to change other criterion parameters (not ID, type or r

Re: Getting Empty XML Reports

2013-01-10 Thread Danial Klimkin
Hello Jeff, I've ran both CSV and XML reports with the definition above for the account CID you provided and got exact the same data. Please send us the exact file you get downloaded with the XML format requested. -Danial, AdWords API Team. On Thursday, January 10, 2013 12:28:11 AM UTC+4,

Re: ManagedCustomerService SOAP example to get ManagedCustomerPage list

2013-01-10 Thread Danial Klimkin
Hello Bernardo, It sounds like we are getting closer! First of all, you can email me directly in the groups by using drop down list on the right and choosing "Reply to author". Now, the request you are sending is valid for ClientLogin only. For OAuth you need to remove this from the SOAP:

Re: How to find out the possible ids for the OperatingSystemVersion Criterion? BETA_ERROR

2013-01-10 Thread Danial Klimkin
Hello Manuel, I can't comment on the T&C or RMF questions, but RMF shouldn't have any Beta features on the list. -Danial, AdWords API Team. On Thursday, January 10, 2013 12:56:45 PM UTC+4, manuel@gmail.com wrote: > > Okay great, thank you. > > So is it enough to offer those 4 operating s

How can I add social extension in my ad campaigns?

2013-01-10 Thread Kapil
I Haven't found social plugin in adwords api. Please provide suitable example code or method to add social plugin in my ads. Thanks, Kapil -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google

How to get segmented or "hour of day" campaign statistics using adwords API?

2013-01-10 Thread Dev HPO
I need to monitor the hourly ad spending using adwords api. I can do this in web page but AWQL only support daily. Can somebody help me? Thank you very much. Attached please find the hour of day campaign statistics image. JQ -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: API support for AdWords "Labels" feature?

2013-01-10 Thread Isidro Moran
I'm in need of labels, too. On Tuesday, April 24, 2012 12:40:56 PM UTC-5, Reed wrote: > > Any timeline for when the new "Labels" feature will be supported by the > API, both for managing the setting/changing of labels as well as retrieving > them? Will there be support on the reporting side (ie

What is Google scraped data?

2013-01-10 Thread rajesh
Hi Everyone, Sorry for the question but I felling quite confusing about this latest wind flowing around, about Google adword API scraped data. As you guys must already heard about that Google is cracking down on tool makers using Its AdWords API? and force those thrid party tool (Raven Too

Re: Trying to migrate .NET/C# application to OAuth 2.0, Service Account, keep getting "access_denied"

2013-01-10 Thread Danial Klimkin
Hello, The error you are receiving is not an AdWords API error but OAuth2.0 error. First of all, you don't want to provide OAuth2ClientId and OAuth2ClientSecret for JWT auth, try removing it. If you still get the same error, send me a screenshot of the Console with this project / key over *em

Re: How to find out the possible ids for the OperatingSystemVersion Criterion? BETA_ERROR

2013-01-10 Thread manuel . thurner
Okay great, thank you. So is it enough to offer those 4 operating systems as targeting criteria in order to fulfill the point "Opt in/out of devices" in the RMF list? Am Freitag, 28. Dezember 2012 10:31:14 UTC+1 schrieb Danial Klimkin: > > Hello Manuel, > > > The ConstantDataService behavior is