문제

I am trying to access google adwords api with 'google-adwords-api' ruby gem. I have configured as per required. I have also set an test mcc account and api application. But still I am not able to access the api. It is giving following error QuotaCheckError.ACCOUNT_INACTIVE

Also I am trying to set the environment to sandbox which gives following error Environment 'SANDBOX' does not support version 'v201306' (AdsCommon::Errors::Error)

In documentationn it is mentioned that we can access api with test account even before approval.

Thanks in advance

도움이 되었습니까?

해결책

I got fixed this. The developer token needed for accessing the ad-words api should be created from production account and not from test account.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top