phiture / searchads_api

Apple Search Ads API non-official python library
MIT License
49 stars 13 forks source link

Apple API endpoint started to require Account ID instead of the Account name for account_id parameter. #5

Open chkk525 opened 3 years ago

chkk525 commented 3 years ago

Apple API endpoint started to require Account ID instead of the Account name for account_id parameter.

I'm afraid this is not the appropriate place to share, or even this is correct or not., but in the past, I was using Account name (ex. 'ABC company') for account_id parameter for initializing SearchAdsAPI instead of the actual Account ID(ex: 12311325).

It had been working until last Jan 2021 but suddenly stopped working. I finally fixed it by changing it to Account ID.

Most users of this library should be using account id as the READ.me seems to guidance to use it, but I hope this helps somebody like me.