Re: Bid strategy for app campaign

2019-10-22 Thread Dan Zorn
Hi Nikisha! Thanks for your reply. I found a mistake in my code, now everything is ok. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because

RE: Bid strategy for app campaign

2019-10-21 Thread Google Ads API Forum Advisor Prod
Hi Dan, Thank you for sharing the details. As mentioned earlier in my email, the bidding strategy types that are supported are listed in the preparation section of the guide. Please find attached the request and response logs from my testing for your reference. Please give this a try and if

Re: Bid strategy for app campaign

2019-10-18 Thread Даниил Зорин
And if I add following code for bidding strategy and run: campaign_bid_strategy_service = ga_client.get_service('BiddingStrategyService', version='v2') campaign_bid_strategy_operation = ga_client.get_type('BiddingStrategyOperation', version='v2') campaign_bid_strategy =

Re: Bid strategy for app campaign

2019-10-18 Thread Даниил Зорин
Hi Nikisha, thanks for your reply! Yes I’ve followed the guide. There is a code sample: campaign_operation = ga_client.get_type('CampaignOperation', version='v2') campaign = campaign_operation.create campaign.name.value = 'Test API campaign' campaign.advertising_channel_type =

Re: Bid strategy for app campaign

2019-10-18 Thread Даниил Зорин
Hi Nikisha, thanks for your reply! Yes I’ve followed the guide. There is a code sample: campaign_operation = ga_client.get_type('CampaignOperation', version='v2') campaign = campaign_operation.create campaign.name.value = 'Test API campaign' campaign.advertising_channel_type =

Re: Bid strategy for app campaign

2019-10-18 Thread Даниил Зорин
Hi Nikisha, thanks for your reply! Yes I’ve followed the guide. There is a code sample: campaign_operation = ga_client.get_type('CampaignOperation', version='v2') campaign = campaign_operation.create campaign.name.value = 'Test API campaign' campaign.advertising_channel_type =

RE: Bid strategy for app campaign

2019-10-18 Thread Google Ads API Forum Advisor Prod
Hi Dan, I understand you are having trouble while creating the App campaigns via Google Ads API and to assist you better I would like a few confirmation from your end. Could you please confirm if you have followed this guide while creating the App Campaigns and you are not specifying the

RE: Bid Strategy

2019-08-27 Thread Google Ads API Forum Advisor Prod
Hi Alex, To better investigate, could you confirm if you are encountering this consistently? Also, could you provide the complete SOAP request and response logs that were generated when the issue occurred? You may send your reply using the Reply privately to author option. Thanks and regards,

Re: Bid Strategy Status / System Status

2019-06-06 Thread Google Ads API Forum Advisor Prod
Hello Cliff, I'm afraid, it is not possible to pull the bidding strategy with status, Limited. I have raised a feature request to the team. Please keep an eye on our blog for more updates. Thanks, Bharani, Google Ads API Team ref:_00D1U1174p._5001UBl8Oc:ref -- --

Re: Bid Strategy Status / System Status

2019-06-05 Thread Cliff Sizemore
Thanks Bharani. Is there a way via the API to pull in the 'limited' status (as shown in the attached example)? On Monday, June 3, 2019 at 1:05:42 PM UTC-4, adsapiforumadvisor wrote: > > Hello Cliff, > > If you're using Google Ads API, you may use the bidding_strategy >

RE: Bid Strategy Status / System Status

2019-06-03 Thread Google Ads API Forum Advisor Prod
Hello Cliff, If you're using Google Ads API, you may use the bidding_strategy which will return the status of the bidding strategy using bidding_strategy.status field. Through the AdWords API, the bidding strategy status is available through the Bid Goal Performance Report and status field.

Re: Bid strategy edit' section under Campaign Settings

2015-04-08 Thread Anash P. Oommen (AdWords API Team)
Hi Sandeep, Bids are often set at the adgroup level, using BiddingStrategyService. We have a detailed guide on this topic, which should answer your questions: https://developers.google.com/adwords/api/docs/guides/bidding Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, April 7, 2015

Re: Bid strategy edit' section under Campaign Settings

2015-04-08 Thread cvit sandeep
Thanks Anash, I have one more doubt ,we created a new campaign in adword screen and this campaign doesn't have any Ad groups. But i can add and edit CPC bid limit under campaign settings. Where this value is updated (under campaign or adgroup ) ? Thanks Sandeep cv On Wednesday, April 8,

Re: Bid strategy edit' section under Campaign Settings

2015-04-08 Thread Anash P. Oommen (AdWords API Team)
Hi Sandeep, That should be the bidCeiling https://developers.google.com/adwords/api/docs/reference/v201502/BiddingStrategyService.BudgetOptimizerBiddingScheme#bidCeiling field. It would be present in all the automatic bidding strategies. Cheers, Anash P. Oommen, AdWords API Advisor. On