Re: Is it possible to get a None response when using 'AdGroupAdService' get method?

2017-10-17 Thread 'Peter Oliquino' via AdWords API Forum
Hi João, Could you send to me the complete SOAP request and response of your call using the AdGroupAdService.get? This will allow me to have a better look at the issue. You may reply via the *Reply privately to author* option. Thanks and regards, Peter AdWords API Team -- --

Is it possible to get a None response when using 'AdGroupAdService' get method?

2017-10-17 Thread joao . gris
Hi, I've tried to execute the following query in the Python API: selector = { 'fields': ['Id', 'AdGroupId', 'Status', 'HeadlinePart1', 'HeadlinePart2', 'Description'], 'predicates': [ { 'field': 'AdGroupId',

Re: Can I use the same credentials for more than one application?

2017-10-17 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can use the same clientId and clientSecret to authorize API requests against multiple client accounts. A credential(refresh_token) generated for an AdWords manager account can be used to access all its child accounts. If your application needs to access AdWords accounts that are not

Re: BUDGET_PERFORMANCE_REPORT

2017-10-17 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Zweitze, Please find my answers below: 1. The possible values for "Status" column in UI are *sufficient*, *limiting spend* of the campaigns sharing it, or *not used* by any campaign. You can see these details if you hover over the question mark on the "Status" header in the UI.

Can I use the same credentials for more than one application?

2017-10-17 Thread developer . tidart
I am trying to create an application to work on behalf of my clients, but I would like to scale it from a simpler app, such as an Installed Application on my computer rather than a complete client. I cannot figure out whether the credentials can be the same or not, or the differences that the

Re: ADGROUP_LIMIT TEXT_CREATIVES_PER_ADGROUP

2017-10-17 Thread Илья Бовбель
I ' ve understood my mistake, u can close the case. Ilya Bovbel -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: Why MediaId is null for type=image Ads ? Though I can see the ReferenceId.

2017-10-17 Thread Muhammad Ahsan Amin
> This is just to document the latest Response Summary. There were multiple private emails exchanged for this thread (Due to confidentiality of data). So, shortest answer is that it is by design that MediaId can be returned as Null for Image objects in Reports. Currently it is not mentioned in

Re: AWQL Reporting slowdown?

2017-10-17 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, Thanks for the answers to my questions, AdWordsApiUser. For the last question, can you give the real-time it takes to run reports previously and now, rather than just how much slower it is relatively to before? Regards, Mike, AdWords API Team On Tuesday, October 17, 2017 at 3:02:12 AM

ADGROUP_LIMIT TEXT_CREATIVES_PER_ADGROUP

2017-10-17 Thread Илья Бовбель
Hello! I'm using api adwords and I've got a problem: It is said that one adgroup can have not more than 50 active ads, so i have a group, in which there are 58 removed ads, 0 paused ads and 0 enabled ads, but I can't create new ad in this group, I got an error from api:

Re: Error Handling in new Adwords API v201708

2017-10-17 Thread MWA
I got it, I didn't added *use Google\AdsApi\AdWords\v201708\cm\ApiException;* now its working. Thanks. On Friday, October 13, 2017 at 5:57:07 PM UTC+5, MWA wrote: > > Hi, > Can anyone tell me how to handle errors on new Adwords API v201708? > Here is my code, I can not catch exception I've

Re: Get account Conversion Actions

2017-10-17 Thread Elton Morais
Hi Shwetha, You were right. I'm now able to fetch all the conversions actions. Thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: Error Handling in new Adwords API v201708

2017-10-17 Thread MWA
If I apply try catch on get service nothing changes. try{ $page = $campaignService->get($selector); } catch (ApiException $apiException) { print_r($apiException); } -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Error Handling in new Adwords API v201708

2017-10-17 Thread MWA
I've imported namespaces correctly. If I provide customerid which I have currently access, it works fine, but when i try to access data of my ex-client (which of course I don't have access) the code breaks and the whole crons stops. I want to catch the exception so that I can download clients

Re: Creating campaigns, ad groups, keywords with one API call - possible?

2017-10-17 Thread 'Peter Oliquino' via AdWords API Forum
Hi Bryan, That is correct, using the BatchJobService and temporary IDs is what you could do to create a complete hierarchy simultaneously. However, please note that the order of creating objects should still

Re: Creating campaigns, ad groups, keywords with one API call - possible?

2017-10-17 Thread Bryan
Unfortunately there doesn't seem to be a way to update or delete posts that are in the queue to be published... The answer to this is probably to use BatchJobService and temporary IDs: https://developers.google.com/adwords/api/docs/guides/batch-jobs#using_temporary_ids On Tuesday, October 17,

Re: AWQL Reporting slowdown?

2017-10-17 Thread Dorian Kind
On Monday, 16 October 2017 20:28:44 UTC+2, AdWordsApiUser wrote: > > > @Dorian, do you use TSV format by any chance? I keep suspecting that it is > something to do with TSV format reports, but I am not able to prove it in > experiments with a hundred or so reports. > No, we use CSV reports

Creating campaigns, ad groups, keywords with one API call - possible?

2017-10-17 Thread Bryan
Hi, I have been reading through the API documents and it looks like the examples always have hardcoded IDs - for example, the script to create Ad Groups has a hardcoded ID for the campaign to use. Is it possible to create related campaigns, ad groups and keywords all in one API call? For

Re: AWQL Reporting slowdown?

2017-10-17 Thread Tomas R
We are currently using AdWords reporting, Analytics Reporting API v4 and Facebook Ads Insights reporting API. On average AdWords reporting is approximately at least twice as slow as Analytics Reporting (usually more) and usually three times as slow as Facebook Ads Insights API. And yes, we have