Re: Need help on CRUD operations on Search Campaigns using Google Adwords API

2020-06-22 Thread gagan gupta
Hello, Any response, please. Gagan On Thursday, June 18, 2020 at 12:51:56 PM UTC+5:30, gagan gupta wrote: > > Thanks, Anthony, > > I appreciate your focus and determination on the same. > > Gagan > > On Tuesday, June 16, 2020 at 6:49:56 PM UTC+5:30, adsapiforumadvisor wrote: >> >> Hi Gagan,

Re: Need help on CRUD operations on Search Campaigns using Google Adwords API

2020-06-18 Thread gagan gupta
Thanks, Anthony, I appreciate your focus and determination on the same. Gagan On Tuesday, June 16, 2020 at 6:49:56 PM UTC+5:30, adsapiforumadvisor wrote: > > Hi Gagan, > > I received your email. I will follow up on there. > > Regards, > Anthony > Google Ads API Team > >

Re: Need help on CRUD operations on Search Campaigns using Google Adwords API

2020-06-16 Thread Google Ads API Forum Advisor Prod
Hi Gagan, I received your email. I will follow up on there. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q20XOT0:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Need help on CRUD operations on Search Campaigns using Google Adwords API

2020-06-16 Thread gagan gupta
Sent you, check gagan2020*@gmail.com On Monday, June 15, 2020 at 11:33:28 PM UTC+5:30, adsapiforumadvisor wrote: > > Hi Gagan, > > You can contact us at googleadsa...@google.com . > > Regards, > Anthony > Google Ads API Team > > ref:_00D1U1174p._5004Q20XOT0:ref > -- --

Re: Need help on CRUD operations on Search Campaigns using Google Adwords API

2020-06-15 Thread Google Ads API Forum Advisor Prod
Hi Gagan, You can contact us at googleadsapi-supp...@google.com. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q20XOT0:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Need help on CRUD operations on Search Campaigns using Google Adwords API

2020-06-15 Thread gagan gupta
Thanks for the reply, I appreciate your support. How shall I send you logs, please give me an email ID, because you are unable to receive private messages and I am also not able to receive your private messages? Gagan On Monday, June 15, 2020 at 6:32:10 PM UTC+5:30, adsapiforumadvisor wrote: >

Re: Need help on CRUD operations on Search Campaigns using Google Adwords API

2020-06-15 Thread Google Ads API Forum Advisor Prod
Hi Gagan, I replied to you privately with the following: Goals are not available in the API. For your INVALID_ANONYMOUS_BIDDING_STRATEGY_TYPE error, I will need the logs that come in this format. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q20XOT0:ref -- --

Re: Need help on CRUD operations on Search Campaigns using Google Adwords API

2020-06-14 Thread gagan gupta
Any Analysis on the same? On Thursday, June 11, 2020 at 12:13:37 PM UTC+5:30, gagan gupta wrote: > > Also, Atached is the code I am using. > > > On Thursday, June 11, 2020 at 12:10:07 PM UTC+5:30, gagan gupta wrote: >> >> Hi Anthony. >> >> 1. Thanks, Got the Languages and Locations but didn't get

Re: Need help on CRUD operations on Search Campaigns using Google Adwords API

2020-06-11 Thread gagan gupta
Also, Atached is the code I am using. On Thursday, June 11, 2020 at 12:10:07 PM UTC+5:30, gagan gupta wrote: > > Hi Anthony. > > 1. Thanks, Got the Languages and Locations but didn't get the GOAL, please > refer to goal.jpg and campaignCriteriaService logs. > > 2. Attached is

Re: Need help on CRUD operations on Search Campaigns using Google Adwords API

2020-06-11 Thread gagan gupta
Hi Anthony. 1. Thanks, Got the Languages and Locations but didn't get the GOAL, please refer to goal.jpg and campaignCriteriaService logs. 2. Attached is INVALID_ANONYMOUS_BIDDING_STRATEGY_TYPE_Logs. Sent you privately. Regards, Gagan On Wednesday, June 10, 2020 at 8:42:21 PM UTC+5:30,

Re: Need help on CRUD operations on Search Campaigns using Google Adwords API

2020-06-10 Thread Google Ads API Forum Advisor Prod
Hi Gagan, These are criteria so you will need to use the CampaignCriterionService to pull its data. You can find an example on how to use it here. Please reply privately to author your full SOAP logs that resulted in this error Regards, Anthony Google Ads API Team

Re: Need help on CRUD operations on Search Campaigns using Google Adwords API

2020-06-09 Thread Google Ads API Forum Advisor Prod
Hi Gagan, You can use the GetCampaigns example and include any of the fields you want returned in your selector. Cheers, Anthony Google Ads API Team ref:_00D1U1174p._5004Q20XOT0:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Need help on CRUD operations on Search Campaigns using Google Adwords API

2020-06-09 Thread gagan
Would I be able to retrieve all information among these fields as well for an already created campaign? This will help me see how google back end would expect me to send data. Is there any field need to be mentioned in different way ? Gagan On Tue, Jun 9, 2020, 23:46 Google Ads API Forum Advisor

RE: Need help on CRUD operations on Search Campaigns using Google Adwords API

2020-06-09 Thread Google Ads API Forum Advisor Prod
Hi, The first example you mentioned shows how to implement search campaigns. You will see the line campaign.setAdvertisingChannelType(AdvertisingChannelType.SEARCH) which sets the campaign type to SEARCH. You can find all the fields related to campaigns here. Regards, Anthony Google Ads