Hi, We got the error OPERATION_NOT_PERMITTED_FOR_CONTEXT when we were trying to create the feed for location ad extension accroding to this doc: https://developers.google.com/google-ads/api/docs/location-extensions/google-ads-location-extensions#create-location-feed, but we could created the feed for another account by the same pattern, could you please help to take a look, thanks! Request: { { "origin": "GOOGLE", "placesLocationFeedData": { "oauthInfo": { "httpMethod": "GET", "httpRequestUrl": "https://www.googleapis.com/auth/adwords", "httpAuthorizationHeader": "Bearer $_Token_$" }, "emailAddress": "$_EmaiAddress_$", "businessAccountId": "115697877818510146446", "labelFilters": ["3368959950"] }, "name": "GMBFeed_3368959950" } }
Response: { { "errors": [{ "errorCode": { "contextError": "OPERATION_NOT_PERMITTED_FOR_CONTEXT" }, "message": "The operation is not allowed for the given context.", "location": { "fieldPathElements": [{ "fieldName": "operations", "index": 0 }, { "fieldName": "create" }, { "fieldName": "resource_name" } ] } } ], "requestId": "58_7ZTtx8UZIPw768Bh6qQ" } } But when we created the feed for customer 6526338068 by using the same request (just modified the "name" as "GMBFeed_6526338068" and the labelFilters as ["6526338068"] ), the feed was created successfully. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "Google Ads API and AdWords 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/de56dec5-51e2-4846-8c20-0d5b8b1e668fn%40googlegroups.com.