How to loop through and remove url_custom_parameters

2020-05-16 Thread Sam
Hi, Is there any python documentation on how to remove an existing url_custom_parameter for a keyword ad_group_criterion in the google ads api? I'd like to loop through the url_custom_parameters for each keyword, and remove those that have a certain string in the key. However I don't appear to

Re: Modifying Product Partition Bid

2020-05-16 Thread Denis B
This is the working source code. It changes bid of product partition group. $adWordsServices = new AdWordsServices(); $session = $this->getSession(); $adGroupCriterionService = $adWordsServices->get($session, AdGroupCriterionService::class); $operations = []; $adGroupCriterio