When I used another account without linked merchant, and did not set campaign.shopping_settings, I can create performance max campaign successfully.
On Tuesday, February 8, 2022 at 8:13:13 a.m. UTC-6 lsy wrote: > Hi, > I am trying to create a performance max retail campaign, but met a > "not_allowlisted_error: CUSTOMER_NOT_ALLOWLISTED_FOR_THIS_FEATUR“ error. I > also cannot create a performance max retail campaign within Google Ads > platform. > > What does this error meaning? How can I solve it? Does performance max > retail campaign not provided for all advertisers yet? > > The following is details. Thank you! > > > > - I adjusted my code from Google Ads python library ( > > https://github.com/googleads/google-ads-python/blob/2a1d6062221f6aad1992a6bcca0e7e4a93d2db86/examples/advanced_operations/add_performance_max_campaign.py#L133). > > Errors occure in line 133. > - The performance_max_campaign_operation is like this (account number > are modified for privacy): > > create { > resource_name: "customers/1111111111/campaigns/-2" > status: PAUSED > advertising_channel_type: PERFORMANCE_MAX > bidding_strategy_type: MAXIMIZE_CONVERSION_VALUE > maximize_conversion_value { > target_roas: 3.5 > } > shopping_setting { > merchant_id: 111111111 > sales_country: "US" > } > name: "Performance Max retail campaign > #7a111111-03a5-496b-bbd2-189c0de59439" > campaign_budget: "customers/1111111111/campaignBudgets/-1" > start_date: "20220209" > end_date: "20230208" > url_expansion_opt_out: false > } > } > > > - Error message: > > > errors { > error_code { > not_allowlisted_error: CUSTOMER_NOT_ALLOWLISTED_FOR_THIS_FEATURE > } > message: "Customer is not allowlisted for accessing this feature." > trigger { > string_value: "" > } > location { > field_path_elements { > field_name: "mutate_operations" > index: 1 > } > field_path_elements { > field_name: "campaign_operation" > } > field_path_elements { > field_name: "create" > } > field_path_elements { > field_name: "advertising_channel_type" > } > } > } > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/2aa9b1b5-1a0a-4992-a451-17de8a3cefdcn%40googlegroups.com.
