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
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 Imra
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();
appCampaignInfo.biddingStrategyGoalType
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: cv
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
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,
>
> OperationAccessDenied.OPERATION_NOT_PERMITTED_FOR_CA
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 change
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.
https://github.com/googleads/googleads-python-lib/blob/aa3b1b474b0f9789ca55ca46f4b2b57aeae38874/examples/adwords/v201809/advanced_operations/add_universal_app_c