Re: [Ads API Beta] MerchantCenterLinkService always seems to return with "internal error"

2019-11-12 Thread Riley Blair
Any updates regarding this issue? Seem to still be occurring within the latest beta version of the API. Error: 13 INTERNAL: Internal error encountered. On Friday, September 6, 2019 at 3:03:47 PM UTC-5, adsapiforumadvisor wrote: > > Hello Matej, > > Our team is aware of this issue. I will

Re: Migration to Google Ads API - Get list of all accounts under MCC

2019-09-12 Thread Riley Blair
Hi Anthony, Just curious why the *descriptive_name* field cannot be accessed with the same query? It currently seems as if accounts with, for example, 50+ customer clients, an additional 50+ requests must be made in order to get the *descriptive_name *for each? Is is possible to access the

Re: Some of my servers can no longer authenticate to AdWords API

2018-03-23 Thread blair
Thanks for the quick replies, totally fixed my issue! Thought I had been banned somehow! On Friday, March 23, 2018 at 11:11:32 AM UTC-6, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi, > > As Stefano pointed out, could you try the suggestion on that thread? If > that doesn't help,

Re: Some of my servers can no longer authenticate to AdWords API

2018-03-23 Thread blair
Thanks Stefano, that was totally the issue! On Friday, March 23, 2018 at 8:24:52 AM UTC-6, Stefano Fontana wrote: > > Solution is here > https://github.com/googleads/googleads-python-lib/issues/261 > > On Friday, March 23, 2018 at 10:19:10 AM UTC+1, bl...@tomis.tech wrote: >> >> First of all, I

Re: What is the Global location Criteria Id?

2018-03-23 Thread blair
. On Thursday, March 22, 2018 at 12:10:59 AM UTC-6, Mark Anthony Gutierrez wrote: > > Is there a global location criteria id for adwords locations? > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Some of my servers can no longer authenticate to AdWords API

2018-03-23 Thread blair
First of all, I have done this process many times and it works perfectly on my local machine. I use OAuth to authenticate in for a new client we have been given Admin access for, like this: def init(self): oauth2_client = oauth2.GoogleRefreshTokenClient( client_id=self._client_id,

Re: Google\AdsApi\Common\OAuth2TokenBuilder

2018-02-20 Thread blair
. As a php coder who only dabbles in SSH/server admin, I found the 4 step instructions here (https://github.com/googleads/googleads-php-lib/issues/346) to be the easiest to follow. Thanks Vincent for your prompt reply and patient help. -Blair On Monday, February 19, 2018 at 10:11:00 PM UTC-6

Google\AdsApi\Common\OAuth2TokenBuilder

2018-02-19 Thread blair
I've seen this question asked a few times and followed what was being said but had no luck. - I successfully installed via composer and have verified that the src/Google/AdsApi/Common folder is there and it does contain OAuth2TokenBuilder.php. I suspect that my path is wrong but it does load

Re: Can't seem to connect to the sutoloader

2017-04-05 Thread blair
Hmmm... that's not really what I am looking for. I'm looking to create a webpage that is directly accessed from a browser using a url that we already have established. I think I figured it out though... thanks. On Tuesday, April 4, 2017 at 3:58:17 PM UTC-5, Vishal Vinayak (Adwords API Team)

Can't seem to connect to the sutoloader

2017-04-04 Thread blair
I installed composer and it seemed to work (it installed in the root directory of my server). Also installed the new version and moved the valid adsapi_php.ini into the home folder. But I can't seem to get my code to find the vendor/autoloader.php file. *Warning*:

Can't find autoloader

2017-04-04 Thread blair
I'm upgrading from a very old version and running into trouble. I installed composer fine and can see the autoloader file on my server but my php files can't seem to find it. *Warning*: require(../../../../vendor/autoload.php): failed to open stream: No such file or directory in

CUSTOMER_SERVING_TYPE_REPORT_MISMATCH - how and where to define single client id?

2015-06-02 Thread Blair Mundy
So I'm getting this error when trying to pull a report and I know it is because it's trying to pull as an MCC and I need to ask it to pull as a single account. I'm just running into trouble figuring out how to do that. When I change this line in auth.ini: clientCustomerId = xxx-xxx- into