I am new using the AdSense API, but i really need to use it :)
I am trying to use Accounts.customchannels: get
Where can i find accountId and adClientId in AdSense account?
When i access to Account information i can see:
Publisher ID: pub-xxxxxxxxxxx and Customer ID: xxxxxxxx
Is this the information that i need? Which one is the accountId and the adClientId?
I already tryed to insert this values in diffrent ways, but the result is always:
{
"error": {
"errors": [
{
"domain": "global",
"reason": "notFound",
"message": "Ad client not found.",
"locationType": "parameter",
"location": "adClientId"
}
],
"code": 404,
"message": "Ad client not found."
}
}
Thank you all.