Hello,
I have a SERVICE ACCESS DENIED error when I want to import some conversion in OfflineConversionFeedService
To explain better, this is account architecture :
- Multi Account 1 : Parent (Dev token with basic access : OfflineConversionFeedService Not work)
--> Multi Account 1a : Child 1 (Dev token with dev acces, google doesn't accept to give me more access because parent account have already basic access : OfflineConversionFeedService Not work)
--> Multi Account 1b : Child 2 ( Dev token with basic access : OfflineConversionFeedService Work fine)
--> Some other accout ( OfflineConversionFeedService Work fine)
Multi Account 1 and 1a are for one society
And Multi Account 1b is for one other society (That's why token was accepted)
Initially, when I created this service Multi Account 1a wasn't Multi Account 1's child, that's why I ask new dev token and new basics access
To reduce time to wait, someone linked Multi Account 1a and Multi Account 1
Probably the cause of mistake ?
I use the same source code to launch Offline Import for every account so I don't know why it's not work
I try to create offline conversion on Multi Account 1 and Multi Account 1a but nothing work
And I well created all oauth things with google console etc
You can find my error in attach file erreur.log
I just catch ApiException if can help
I really don't know what's happen, if someone have any idea it will be appreciate :)