Re: How to set the bidCeiling & bidFloor for a Target ROAS Portfolio strategy via api in python?

2019-01-12 Thread Skyler Christensen
= adwords.AdWordsClient.LoadFromStorage() main(adwords_client, STRATEGY_ID) On Friday, January 11, 2019 at 5:37:11 PM UTC-10, Skyler Christensen wrote: > > This is what I've got so far. I just don't know how to set the bidCeiling > or how to structure the operations object. &

Re: How to set the bidCeiling & bidFloor for a Target ROAS Portfolio strategy via api in python?

2019-01-11 Thread Skyler Christensen
Oh and the error is that it can't find the key TargetRoasBiddingScheme On Friday, January 11, 2019 at 5:37:11 PM UTC-10, Skyler Christensen wrote: > > This is what I've got so far. I just don't know how to set the bidCeiling > or how to structure the operations object. >

How to set the bidCeiling & bidFloor for a Target ROAS Portfolio strategy via api in python?

2019-01-11 Thread Skyler Christensen
This is what I've got so far. I just don't know how to set the bidCeiling or how to structure the operations object. STRATEGY_ID = '1855829761' def main(client, strategy_id): # Initialize appropriate service. campaign_service = client.GetService('BiddingStrategyService', version= 'v201809') #

Re: Internal API error running GetCampaignsByLabel.php

2015-03-04 Thread Skyler Christensen
/guides/labels#use_your_labels_to_retrieve_objects. Please give that a try and let me know if you still encounter errors. Thanks, Josh, AdWords API Team On Tuesday, March 3, 2015 at 2:33:21 PM UTC-5, Skyler Christensen wrote: So I have successfully executed other operations

Internal API error running GetCampaignsByLabel.php

2015-03-03 Thread Skyler Christensen
So I have successfully executed other operations such as GetCampaigns.php and GetLabels.php, but when I run GetCampaignsByLabel.php I get an a generic internal api error message. My end goal is to simply get a list of the Campaigns that contain the label Tog_Sav and pause/enable them.