I have a problem with creating a customer feed. I have created, via the api, a location feed with feedId 85274068 with MyBusiness backing.
The Feed is ENABLED, the origin is ADWORDS.
Reading the FeedItem models via the api I encounter three locations, with ids
55415035292,
55415035973,
55415035976
These items represent the correct locations. As far as I can tell, the feed has been set up correctly.
Still, when I attempt to create a CustomerFeed I get the following exception:
ApiException{
applicationExceptionType=ApiException,
errors=[
EntityNotFound{
apiErrorType=EntityNotFound,
errorString=EntityNotFound.INVALID_ID, fieldPath=operations[0].operand,
fieldPathElements=[FieldPathElement{field=operations, index=0},
FieldPathElement{field=operand}],
reason=INVALID_ID,
trigger=Feed id: FeedId{id=85274068}
}
]
}
I'm confused, because I can perfectly retrieve a Feed with that ID via the api.