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
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
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
=~=~=~=~=~=~=~=~=~=~=~=~
essorImpl.invoke(NativeMethodAccessorImpl.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 remov
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/
https://plus.google.com/+GoogleAdsDevelopers
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
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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");
idsPredicate.setOperator(PredicateO
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
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
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
history
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
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/
https://plus.google.com/+GoogleA
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",
Predi
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+:
https://googl
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: {http://schemas.xmlsoap.or
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
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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",
"AdGroupId","Criteria","Status","KeywordMatchType","CpcBid","IsNegative",
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;
CampaignOperat
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;
CampaignOperat
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: "
00053a6768d924e90a624e54
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: "
https://adwords.google.com/api/adwords/cm/v201603/
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!!
&
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+:
https://googlead
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)
org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:
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
=~=~=~=~=~=~=~=~=~=~=~=
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";
25 matches
Mail list logo