Hi, 

I'm creating UAC campaign  by calling campaign_service.mutate with the 
following settings :
(API version v201809)
{
    'name': name,
    'status': 'PAUSED',
    'advertisingChannelType': 'MULTI_CHANNEL',
    'advertisingChannelSubType': 'UNIVERSAL_APP_CAMPAIGN',
    'biddingStrategyConfiguration': {
        'biddingScheme': {
            'xsi_type': 'TargetCpaBiddingScheme',
            'targetCpa': {
                'microAmount': '1000000'
            }
        },
        'biddingStrategyType': 'TARGET_CPA'
    },
    'budget': {
        'budgetId': IdBudget
    },
    'settings' = [
        {
            'xsi_type': 'UniversalAppCampaignSetting',
            'appId': APP_ID,
            'appVendor': 'VENDOR_GOOGLE_MARKET' ,
            'description1': description1,
            'description2': description2,
            'description3': description3,
            'description4': description4,
        }  
}

exactly as described on this documentation :  
<https://developers.google.com/adwords/api/docs/guides/mobile-app-campaigns>
https://developers.google.com/adwords/api/docs/guides/mobile-app-campaigns .

For some of my accounts this call works, but on google UI I 
see description3 & description4 changed to title2 & title2, and some Ad 
group are created automatically. 
 for other accounts I get this error : 

OperationAccessDenied.OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE @ 
operations[0].operand.settings

does the documentation is up to date for this campaign type ? and are there 
other way to create UAC campaign working for all accounts  ?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a94667f2-a997-49c9-869c-17794656b29d%40googlegroups.com.

Reply via email to