Re: MutateCampaigns - adding/removing proximities

2021-03-02 Thread Google Ads API Forum Advisor Prod
Hi Kyle, Thank you for reaching out. We don’t have the exact cURL example on adding and removing proximities to/from a campaign. You could refer to these examples and use the MutateCampaignCriteriaRequest to add/remove proximities. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Go

Re: MutateCampaigns - adding/removing proximities

2021-03-01 Thread 'Kyle Werve' via AdWords API and Google Ads API Forum
Thanks for the reply Mark! Do you have cURL representations of both the add and remove proximities to/from a campaign? On Friday, February 19, 2021 at 2:33:26 AM UTC-6 adsapiforumadvisor wrote: > Hi Kyle, > > Thanks for getting back to us. I work with Anthony and allow me to assist > you this

Re: MutateCampaigns - adding/removing proximities

2021-02-19 Thread Google Ads API Forum Advisor Prod
Hi Kyle, Thanks for getting back to us. I work with Anthony and allow me to assist you this time. With regard to the REST API that you're asking, you can refer to this REST Interface guide of the Google Ads API. You can also refer to the Perl library as it is implemented on top of the REST int

Re: MutateCampaigns - adding/removing proximities

2021-02-18 Thread 'Kyle Werve' via AdWords API and Google Ads API Forum
Thanks for the response Anthony. I am looking for a REST api with JSON request/response examples, do you know if these exist? On Friday, February 12, 2021 at 8:48:25 AM UTC-6 adsapiforumadvisor wrote: > Hi Kyle, > > The MutateCampaignCriteria >

RE: MutateCampaigns - adding/removing proximities

2021-02-12 Thread Google Ads API Forum Advisor Prod
Hi Kyle, The MutateCampaignCriteria can be used to add/remove proximities to campaigns in the API. You can refer to this example which also leads to a full code example. Cheers, Anthony Anthony Madrigal Google Ads API Team ref:_00D1U1174p._5004Q2CQAM8:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

MutateCampaigns - adding/removing proximities

2021-02-11 Thread 'Kyle Werve' via AdWords API and Google Ads API Forum
I am trying to understand from the documentation if it is possible to use MutateCampaigns in order to add and remove proximities based on latitude/longitude to existing campaigns? And if so, are there sample JSON request/response examples that could be shared on how to accomplish this? Any gui