Hello,
I'm migrating my app to use V15 api with the PHP sdk (21.1.0).
The merchant center link operation to an ads account has changed
as described in the release note.
My problem is I don't see how I can fetch pending link requests
for a given merchant center id (The invited_account field is always blank) so that I can accept it.
I tried to include invited_account in my GAQL request but it is a non selectable (and filterable) field so its returns me a query error.
The
samples are still using V14 methods so it can't help me :(
Any ideas ?
Thanks for your help :)