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 y

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 the

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 = 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 = ga_client.get_

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 = ga_client.get_

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 = ga_client.get_

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 portfo