Re: Universal app campaign not working

2019-08-14 Thread Google Ads API Forum Advisor Prod
Hi Imran, My apologies as I sent the reply privately. Thanks for your reply. I am a colleague of Hiroyuki and I will provide answer to your support. I noticed in this link that you already posted your issue on the support channel of Python client library. With this, I would recommend that you

Re: Universal app campaign not working

2019-08-13 Thread Imran Khan
I've understood it and doing it the way I think it should be. But there is still error, can you please see my code again which I had mentioned in the last reply, and tell me what am i doing wrong? Thank you. On Friday, August 9, 2019 at 10:49:01 AM UTC+5, adsapiforumadvisor wrote: > > Hi

Re: Universal app campaign not working

2019-08-08 Thread Google Ads API Forum Advisor Prod
Hi Imran, Thank you for providing the further details. You may refer to this guide for more details about the UniversalAppCampaignInfo type and try to implement similar code below: UniversalAppCampaignInfo appCampaignInfo = new UniversalAppCampaignInfo();

Re: Universal app campaign not working

2019-08-08 Thread Imran Khan
Actually i have changed the field names as per told but still i'm not able to create a campaign, and I don't know the proper format for how to make an AD inside of that. My code and the error which i am facing is down below. *ERROR* googleads.errors.GoogleAdsServerFault: Unmarshalling Error:

Re: Universal app campaign not working

2019-08-08 Thread Google Ads API Forum Advisor Prod
Hi Imran, Unfortunately, we don't have the exact sample code that you are looking for. You may specify the UniversalAppCampaignInfo in your API call instead of UniversalAppCampaignSetting. If you are encountering any issues while you update your code, I would suggest that you reach out to the

Re: Universal app campaign not working

2019-08-08 Thread Imran Khan
Yes i've figured out that this was the issue but we need an example which could illustrate how to do that. Can you please provide any sample code ? On Thursday, August 8, 2019 at 11:31:33 AM UTC+5, adsapiforumadvisor wrote: > > Hi Imran, > >

RE: Universal app campaign not working

2019-08-08 Thread Google Ads API Forum Advisor Prod
Hi Imran, OperationAccessDenied.OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE error usually occurs when the operation is not permitted on the campaign type. Since you are trying to create a mobile app campaign, you may refer to this blog post and you may need to update your code based on the

Universal app campaign not working

2019-08-07 Thread Imran Khan
I'm trying to create a mobile app campaign via google adwords api , version 201809,I'm following this sample of code written in python.