Hi Nick,

Can you please provide the SOAP request and response for this API call via *reply
privately to author *so I can take a closer look?

Thanks,
Anthony
Google Ads API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
    https://ads-developers.googleblog.com/search/label/google_ads_api
    https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 04/30/19 11:17:44 nickpetz...@googlemail.com wrote:

Hi,

I am getting this error when trying to run the code block below to create a
CustomerFeedService for location extensions on the AdwordsAPI:

googleads.errors.GoogleAdsServerFault: [CustomerFeedError.MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE
@ operations[0].operand.placeholderTypes; trigger:'Invalid ids: 7']


adwords_client = get_adwords_client(third_party_advertiser_manager,
third_party_model)
customer_feed_service = adwords_client.GetService(
    "CustomerFeedService", version=API_VERSION
)

request = [
    {
        "operator": "ADD",
        "operand": {
            'feedId': feed_id,
            'placeholderTypes': [ADWORDS_PLACEHOLDER_TYPE_ID_LOCATION],
            "matchingFunction": {  # all adwords filtering is done in feed
                'lhsOperand': [
                    {
                        'xsi_type': "ConstantOperand",
                        'type': "BOOLEAN",
                        'booleanValue': True,
                    }
                ],
                'operator': "IDENTITY",
                'rhsOperand': [],
            }
        },
    }
]


mutation_result = customer_feed_service.mutate(request)

I have tried calling CustomerFeedService.get() and it only returns one
entry with no PlaceholderTypes:

{
    'totalNumEntries': 1,
    'Page.Type': 'CustomerFeedPage',
    'entries': [
        {
            'feedId': 75713058,
            'matchingFunction': None,
            'placeholderTypes': [],
            'status': 'ENABLED'
        }
    ]
}

Any help would be much appreciated!

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/b8972642-7f4f-4f89-b980-9fe0a67f494a%40googlegroups.com
<https://groups.google.com/d/msgid/adwords-api/b8972642-7f4f-4f89-b980-9fe0a67f494a%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ijlio1r7k8000000803evo000g8dsmz6cmj8c1h6so30c1g68r34d9o%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
  • I am ha... 'Nick Petzold' via AdWords API and Google Ads API Forum
    • RE... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
      • ... John Walker
        • ... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum

Reply via email to