How to Set title to Spread Sheet?

2017-07-13 Thread Eshwar Chettri
Hi, I want to know how can I set Title to spread sheet in adwords script. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

How to give title to sheet using script?

2017-07-13 Thread Eshwar Chettri
Hi, I want to know how can i provide title to Sheet in both Mcc and Non mcc accounts. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: Ad Id of removed ads

2017-03-14 Thread Eshwar Chettri
rImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) On Tuesday, March 14, 2017 at 8:42:18 PM UTC+5:30, Eshwar Chettri wrote: > > Hi, >can we get the ad ids of both existing and removed ads using > AdGroupAdService? > I

Re: Ad Id of removed ads

2017-03-14 Thread Eshwar Chettri
Hi Vishal, I want the adcopy id of both exciting and removed ads of one selected ad group. Thank you, Eshwar. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Ad Id of removed ads

2017-03-14 Thread Eshwar Chettri
Hi Vishal, I want ad ids of both exciting and removed ads. Thank you, Eshwar -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Ad Id of removed ads

2017-03-14 Thread Eshwar Chettri
Hi, can we get the ad ids of both existing and removed ads using AdGroupAdService? I tried this but unable to get Ids of removed ads. Predicate idsPredicate = new Predicate(); idsPredicate.setField("AdGroupId");

Re: New campaign ids from change history

2017-03-13 Thread Eshwar Chettri
Hi Vishal, Thank you for response, You mean to say that we cannot get campaign ids of both existing and removed campaigns at a time. And we need to send separate request for existing and removed campaigns. Thanks, Eswhar On Wednesday, March 8, 2017 at 6:53:40 PM UTC+5:30, Eshwar Chettri

Re: New campaign ids from change history

2017-03-13 Thread Eshwar Chettri
dwords. Thanks, Eshwar On Wednesday, March 8, 2017 at 6:53:40 PM UTC+5:30, Eshwar Chettri wrote: > > Hi, > > I want to know that how can i get campaign ids of newly added campaign > in adwords using API from chang

How to get information of only changed campaign from change history using CustomerSyncService?

2017-03-09 Thread Eshwar Chettri
Hi, I came across that using CustomerSyncService we get all the campaign Ids present in adwords then using CampaignChangeData it returns the changed field from changed history,I want to know how can we get only the campaign ids of changed campaign and newly added campaign from changed

Re: New campaign ids from change history

2017-03-08 Thread Eshwar Chettri
Hi vishal, Can you please provide the reference code for getting the campaign Ids of newly added campaign in adwords and existing campaign changed . Regards, Eshwar. On Wednesday, March 8, 2017 at 6:53:40 PM UTC+5:30, Eshwar Chettri wrote: > > Hi, > > I want to know that h

New campaign ids from change history

2017-03-08 Thread Eshwar Chettri
Hi, I want to know that how can i get campaign ids of newly added campaign in adwords using API from change history. eshwar. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

How to add more then one predicates in selector

2017-03-06 Thread Eshwar Chettri
Hi, I want to know hoe can i add Two predicate fields in selector. Below is the code how i tried but only one is getting set to selector. Predicate idsPredicate = new Predicate("Id", PredicateOperator.IN, seIds); Predicate idsPredicate1 = new Predicate("Status",

Partial Synchronization Using aw-reporting

2017-02-14 Thread Eshwar Chettri
Hi, I have one question. Can we use campaignIds to get the details those campaigns using aw-reporting? I'am trying to make partial synchronization where i can select the few campaigns. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

UnknownHostException

2016-12-07 Thread Eshwar Chettri
Hi, I have migrated from v201607 to v201609, while integrating an account I'm getting the following exception. GleCampaignInfo insertCampaignNetwrkTrgt [PooledThread-1] INFO : Merging Google Campaign NetworkTarget started for Campaign: Cycle AxisFault faultCode:

AdError.CANNOT_USE_AD_SUBCLASS_FOR_OPERATOR

2016-11-29 Thread Eshwar Chettri
Hi, According to reference not when ever we try to modify adcopy other than status we get AdError.CANNOT_USE_AD_SUBCLASS_FOR_OPERATOR . but, I'am trying to change only status even then I'am getting same error. Can anyone tell me the reason. thanks. Eshwar -- --

ADGroupCriterionServices.

2016-11-18 Thread Eshwar Chettri
hi, I'am using AdGroupCriterionServices. So, I want to know that can I fetch the removed keywords from adwords using this particular service. Below is the piece of code I'am using selector.setFields(new String[]{"Id",

stringLengthError.TOO_LONG

2016-11-04 Thread Eshwar Chettri
Hi all, when I'am trying to add new campaign its showing an exception like stringLengthError.TOO_LONG here is the code. removeReadOnlyParameters(cmpOperation); int operLength = cmpOperation.length; int count = 0; int operCount = 0;

stringLengthError.TOO_LONG

2016-11-04 Thread Eshwar Chettri
Hi all, when I'am trying to add new campaign its showing an exception like stringLengthError.TOO_LONG here is the code. removeReadOnlyParameters(cmpOperation); int operLength = cmpOperation.length; int count = 0; int operCount = 0;

DistinctError.DUPLICATE_ELEMENT.... how to resolve this exception

2016-08-19 Thread Eshwar Chettri
com.google.api.ads.adwords.lib.client.AdWordsServiceClient.requestInfoLogger logRequest [http-bio-80-exec-6] INFO : Request made: Service: " AdGroupServiceInterfacePort" Method: "mutate" URL: "https://adwords.google. com/api/adwords/cm/v201603/AdGroupService" Request ID: "

DistinctError.DUPLICATE_ELEMENT

2016-08-19 Thread Eshwar Chettri
hi.. I'am getting this exception.. How to resole it com.google.api.ads.adwords.lib.client.AdWordsServiceClient.requestInfoLogger logRequest [http-bio-80-exec-6] INFO : Request made: Service: " AdGroupServiceInterfacePort" Method: "mutate" URL: "

Re: BulkMutateJobPolicy

2016-08-17 Thread eshwar chettri
hi vishal, Thank You for the response! I have a question Do we have any policy definition for BatchJobService <https://developers.google.com/adwords/api/docs/reference/v201607/BatchJobService> ??? On Tuesday, 16 August 2016 20:24:24 UTC+5:30, eshwar chettri wrote: > > hey!! &

BulkMutateJobPolicy

2016-08-16 Thread eshwar chettri
hey!! After API change of v201603 BulkMutateJobPolicy is not been use.. Because of this I'am getting some exceptions.. Can anyone tell me what is the substitution for this policy... -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

daily tracker setting problem

2016-07-06 Thread Eshwar Chettri
can anyone help me why this exception is occuring. javax.servlet.ServletException: Servlet execution threw an exception org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

keywords

2016-07-05 Thread Eshwar Chettri
Hi, I'am unable to add keywords after API upgradition of v201603. How to resolve it -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Unable to open ProductGroup

2016-07-05 Thread Eshwar Chettri
2016 14:39:55 com.google.api.ads.adwords.lib.client.AdWordsServiceClient.requestInfoLogger logRequest [http-nio-8084-exec-5] INFO : Request made: Service: "AdGroupCriterionServiceInterfacePort" Method: "mutate" URL: "https://adwords.google.com/api/adwords/cm/v201603/AdGroupCriterionService;