How to Delete a campaign?

2012-12-07 Thread Kapil
manually). So, I guess there is something we need to do in adwords api. Can anyone please help me with this problem? Thanks, Kapil -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group

Re: How to Delete a campaign?

2012-12-08 Thread Kapil
(or indeed any other > adwords entity). > > Deleting anything is done by setting its status to DELETED. > > Oliver > > > > On Friday, December 7, 2012 5:55:09 AM UTC, Kapil wrote: >> >> Hey, >> >> I have already seen similar questions and as far a

Re: How to Delete a campaign?

2012-12-08 Thread Kapil
tell me how can I rectify this problem. Thanks, Kapil On Saturday, December 8, 2012 3:43:47 PM UTC+5:30, Kapil wrote: > > > Thanks a lot Oliver ! > > > On Friday, December 7, 2012 6:12:41 PM UTC+5:30, Oliver wrote: >> >> When you delete a campaign though the adw

Re: How to Delete a campaign?

2012-12-08 Thread Kapil
u behind the scenes. > > A good practice is to rename deleted campaigns by adding *_deleted* to > their name. This way you can create a new campaign with the same name. > > Oliver > > > On Saturday, December 8, 2012 10:17:41 AM UTC, Kapil wrote: >> >> >> H

How can I add multiple keywords in a single request using java?

2012-12-10 Thread Kapil
by making a single call for multiple keywords? Thanks, Kapil -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You rec

Re: How can I add multiple keywords in a single request using java?

2012-12-11 Thread Kapil
> Even If you include the keywords in a single request, you can't save the > API units. > i.e. The API units for 10 keywords add operations in 1 request is equal to > 1 add operation for 10 requests. > > Best, > - Takeshi > > 2012年12月10日月曜日 23時23分42秒 UTC+9 Kapil: &

Can anyone explain how to use OAtuh token?

2012-12-12 Thread Kapil
Hey, I don't know how to use OAuth token for adwords api. I'm working with java and I'm using the username and password every time i make a call via adwords API. Can anyone provide me a sample code regarding this issue?

How can I find the exact keyword that user must have searched?

2012-12-13 Thread Kapil
ecific field defined for this or do I need to run any query? Thanks, Kapil -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: How can I find the exact keyword that user must have searched?

2012-12-13 Thread Kapil
going it manually. But, the list is way to long for manual processing. In short, all I need is a list of these keywords so that I can iterate them as per our requirements. Thanks, Kapil On Thursday, December 13, 2012 11:54:36 PM UTC+5:30, Oliver wrote: > > You can get this data by downl

Re: How can I find the exact keyword that user must have searched?

2012-12-14 Thread Kapil
Hey Oliver, I haven't tried it. But I guess it should work. Thanks a lot ! Kapil On Friday, December 14, 2012 1:53:21 PM UTC+5:30, Oliver wrote: > > You can download that report and iterate through its rows within your > code. The report can be downloaded in a number of formats

java.lang.ClassNotFoundException: org.codehaus.jackson.JsonFactory during authentication using OAuth2

2012-12-14 Thread Kapil
this issue? Thanks, Kapil -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are sub

Re: OAuth2 issue

2012-12-16 Thread Kapil
s";);} What do I have to insert in "INSERT_CLIENT_ID_HERE" and "INSERT_CLIENT_SECRET_HERE" On Monday, December 17, 2012 10:46:32 AM UTC+5:30, Takeshi Hagikura (AdWords API Team) wrote: > > Hello Kapil, > > In that example, you don't have to modify SCOPE,

Re: OAuth2 issue

2012-12-17 Thread Kapil
"INSERT_CLIENT_ID_HERE") > 160|| CLIENT_SECRET.equals("INSERT_CLIENT_SECRET_HERE")) { > 161 throw new IllegalArgumentException("Please input your client IDs > or secret. " > 162 + "See https://code.google.com/apis/console#access&

How can I set a display ad campaign?

2012-12-17 Thread Kapil
API. Thanks, Kapil -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subsc

Re: How can I set a display ad campaign?

2012-12-20 Thread Kapil
Hey Danial, Thanks a lot. On Thursday, December 20, 2012 5:17:18 AM UTC+5:30, Danial Klimkin wrote: > > Hello Kapil, > > > You are looking to create an ImageAd: > > > https://developers.google.com/adwords/api/docs/reference/latest/AdGroupAdService.ImageA

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

2012-12-23 Thread Kapil
Hey, I know how to create ad scheduling for a particular campaign. But, I want to know if it is possible to create ad scheduling for a particular ad group or a particular keyword in a campaign? If yes, then how? Thanks, Kapil -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

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

2012-12-26 Thread Kapil
method to get it without downloading the report. Thanks. Kapil -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

What is the maximum limit of number of objects that can exist in each level?

2012-12-26 Thread Kapil
mitations to the number of objects that can exist in each level Hey, I want to know if there is any maximum limit of of number of objects that can exist in each level like AdGroup, Campaign etc. If yes, then what is the max. limit? Thanks, Kapil

Re: What is the maximum limit of number of objects that can exist in each level?

2012-12-27 Thread Kapil
thanks a lot Dorian! On Thursday, December 27, 2012 6:02:55 PM UTC+5:30, Dorian Kind wrote: > > Hey Kapil > > from <http://support.google.com/adwords/bin/answer.py?hl=en&answer=1704396 > >: > > These are the limits for an AdWords account: > >- 10,000

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

2012-12-27 Thread Kapil
Is it possible to do it at ad group level or maybe keywords level? Can someone please provide me a sample code for this issue? Thanks, Kapil -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.g

Re: OAuth2 issue

2012-12-29 Thread Kapil
mpt("force") // Set the access type to offline so that the token can be refreshed. .setAccessType("offline").build(); Can you help me with this error. Thanks, Kapil On Monday, December 17, 2012 4:12:16 PM UTC+5:30, Kapil wrote: > > Hey Takeshi, tha

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

2013-01-02 Thread Kapil
Hi, I'm trying to create a campaign. Inside the campaign I have 20 ad groups and in each ad group I have 200 keywords. I'm using java to perform this job. What I'm doing is:- 1. Creating a campaign 2. After that I'm iterating a loop 20 times(one for each ad group) 3. In each loop I'm creating

Re: OAuth2 issue

2013-01-02 Thread Kapil
Hi, I figured out the problem. thanks. On Saturday, December 29, 2012 5:05:48 PM UTC+5:30, Kapil wrote: > > Hey Takeshi, > > Can you please help me with this issue: - > > I'm trying to run the same program as mentioned in this thread. Also, I > have included all

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

2013-01-06 Thread Kapil
x27;ve never seen that error before, could you please post more of the stack > trace? Are you using the Java client library (and if so, new or old), or > something else? > > - Kevin Winter > AdWords API Team > > On Wednesday, January 2, 2013 7:59:07 AM UTC-5, Kapil wrote: >

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

2013-01-08 Thread Kapil
Please provide the sample code to add negative keywords in a campaign and in a particular adGroup Thanks, Kapil -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

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

2013-01-08 Thread Kapil
Also, please tell me how to add sitelinks in the ads. Thanks. On Wednesday, January 9, 2013 11:51:21 AM UTC+5:30, Kapil wrote: > > Please provide the sample code to add negative keywords in a campaign and > in a particular adGroup > > >

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

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

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<https://code.google.com/p/google-api-adwords-java/source/browse/trunk/examples/v201209/AddNegativeCampaignCriterion.java>, >

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:- >

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<https://developers.google.com/adwords/api/doc

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 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

How to integrate google analytics with the adwords api using new java client library?

2013-01-11 Thread Kapil
solution with an example code or something that can make it easy to understand. Thanks, Kapil -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://group

Re: OAuth 2.0 and link between MCC and new Customers Accounts

2013-01-12 Thread Kapil
ions manually then I guess after every 60 minutes you have to refresh the credentials. 5. I'm also facing this issue regarding storing the credential in the database so that I can access it and refresh the same credential again and again. I hope this helps. Thanks, Kapil On Friday, Ja

How can I download a reports for a multiple campaigns in a single excel sheet?

2013-02-07 Thread Kapil
Hey, I'm new to adwords api and I need to download a report for all the campaigns on daily basis into a single excel sheet. How can I do that? Thanks, Kapil -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspo

Can anyone please tell me about this error?

2013-02-13 Thread Kapil
Hello, I am trying to find the related keywords using TargetingIdeaService. But, this error is annoying me:- AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server faultSubcode: faultString: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.commo

Error in TargetingIdeaService.

2013-02-13 Thread Kapil
tor.setSearchParameters(4, category); But it is also not working. Can someone please help me with this issue. Thanks, Kapil ** -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://

Re: Error in TargetingIdeaService.

2013-02-13 Thread Kapil
t; new SearchParameter[] {relatedToQuerySearchParameter, location, language}, > category);* > * On Wednesday, February 13, 2013 7:29:26 PM UTC+5:30, Kapil wrote: > > Hello, > > I am using TargetingIdeaSelector to get the related keywords. I am > referring this code:- > > https:/

Re: Error in TargetingIdeaService.

2013-02-13 Thread Kapil
I am also using CategoryProductsAndServicesSearchParameter to define category loke this:- CategoryProductsAndServicesSearchParameter category = new CategoryProductsAndServicesSearchParameter(); category.setCategoryId(10017); then, selector.setSearchParameters( new SearchParameter[

Re: Error in TargetingIdeaService.

2013-02-17 Thread Kapil
Hey Anash, The code is working now. But there is one issue. I cannot set category in SearchParameter. So can you please tell if it is possible to set the category. Also, this is the sanitized soap request and response xml for UNEXPECTED_INTERNAL_API_ERROR:- INFO: Request made: Service: "Target

Offline Leads Api Not Working

2014-07-11 Thread Kapil Sriram
Hello, I am using this function to push offline leads with all correct credentials. When there is any error it returns an error like, invalid convertion, too recent etc. And when everything is right it returns "Uploaded offline conversion value of" etc, but i have been trying since last 3-4

Unable to push to Offline

2014-07-11 Thread Kapil Sriram
Hi I am using the below function to push my offline leads to api, everything looks good and returns success but when I check adwords, it doesnt show any data saying it received. I have tried many leads and also waited for around 3-4 days now. What am I doing wrong? function UploadOfflineConve

Adwords Offline Submission

2014-07-17 Thread Kapil Sriram
Hello I am trying to develop a code that automatically pushes offline conversions into adwords. I have been trying to fix this since last few months and due to lack of support I am stuck. I am using a function from the google adwords api examples which uploads the conversions manually. It retur

Do we need MCC acount Credentials or normal adwords account Credentials in adwords.properties for version 201209

2012-11-28 Thread Kapil Bansal
Hey, I'm new to adwprds API and I'm trying to integrate my bussiness logic with it. But I'm getting these error: When I use MCC credentials I get: AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'' & When I use normal adwords account'd credential I get: QuotaCheckError.INCOMPLETE

Can we schedule our ads for a specific keyword?

2012-12-24 Thread Kapil Bansal
Hey, I want to schedule an ad for a specific time for a specific keyword. Is it possible? If yes, then how? I'm doing it using campaign id. But this will implement the scheduling on the full campaign. Thanks, Kapil -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us o