UNEXPECTED_INTERNAL_API_ERROR querying AdGroupAdService

2018-02-13 Thread MdV
Hi API team, Since a couple of days we are seeing UNEXPECTED_INTERNAL_API_ERROR messages when retrieving template ads with the AdGroupAdService. Can you tell me if there is an issue with the service and if so when you expect it to be fixed? Kind regards, MdV -- --

Re: When will Google AdWords API support pulling invoices?

2018-02-13 Thread Zweitze
Noone knows for sure, and Google's representatives in this forum are not allowed to disclose such information. But to give you an idea: This request was asked* twelve years ago *, and repeated dozens of times, maybe one

Re: Unable to get campaigns data to push to database

2018-02-13 Thread lakshmana deepesh
Thanks a lot, Dhanya. I appreciate your response and the code works completely fine. except for a precision issue in the cost of the campaign. if the actual cost is 30380.04 the api returns it as a string 3038004. as there is no decimal point aslo, i am unable to get the exact value of

AuthorizationError USER_PERMISSION_DENIED

2018-02-13 Thread Dimitar Hristonev
Hi guys, I'm trying to connect customer accounts to web server in php. First I creating client with my app. Getting refresh/access token. Save them to DB. After that I'm trying to get report, unsuccessfuly. I'm getting customer credentials via $client = new Google_Client();

When will Google AdWords API support pulling invoices?

2018-02-13 Thread phoomipat . u
I am working in an agency and it would be a major help if I am able to pull account invoices using AdWords API to automate the billing process. Thank you. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Identify Adwords Express campaigns uniquely

2018-02-13 Thread Christian
Hi, we have a similar problem. We use the CampaignService to retrieve campaign information and there the advertisingChannelType is set to "UNKNOWN" for Express campaigns. In fact the API docs

Re: Unable to get campaigns data to push to database

2018-02-13 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Deepesh, The API returns cost as micro currency units. You would need to handle the conversion at your end in your code. Please refer this

Re: When will Google AdWords API support pulling invoices?

2018-02-13 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi all, I completely understand your concerns. Our team is aware of this and is examining the feasibility of including in the API services. Therefore, unfortunately, I cannot comment on when it would be available. However, please do keep an eye on our blog

Re: Cannot upload media bundle using API (code from example)

2018-02-13 Thread Peter Okunev
Hi Sreelakshmi, I have exactly the same error on python. In both cases me and Michael are using the example of a Media Bundle provided by Google: 'https://goo.gl/9Y7qI2' I have also tried creating my own simple HTML5 consisting only of an image in Google Web Designer and got same error.

Skip Removed Adgoups, KeyWords, and Text Ads?

2018-02-13 Thread Edward Bernays
Can tell the API to ignore removed adgroups/keywords/text when I do a get call? My script was fast, but it's starting to take a really long time as it appears to be going through all removed items in my campaign. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: Get conversions errors with python client

2018-02-13 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Petr, Unfortunately, the AdWords API doesn't have a service that retrieves the web page content data from the AdWords web interface. Thanks, Milind, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: UNEXPECTED_INTERNAL_API_ERROR querying AdGroupAdService

2018-02-13 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi MdV, Could you please send us the complete SOAP logs including request and response? You may opt to *reply privately to author*. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: AuthorizationError USER_PERMISSION_DENIED

2018-02-13 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Dimitar, USER_PERMISSION_DENIED implies that there is no link between the manager account authenticated in the request and the client account specified in the headers, which means the

Re: Skip Removed Adgoups, KeyWords, and Text Ads?

2018-02-13 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Edward, To get the removed AdGroups, Keywords and Ads, you can use the AdGroupService , AdGroupCriterionService

Re: Empty fields "AdType" and "Headline" in Ad Performance Report (v201705)

2018-02-13 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hi Hans, I just did a quick check-in on the internal thread I have going. I haven't gotten a reply yet, so I've bumped that thread. Regards, Nadine, AdWords API Team On Tuesday, February 13, 2018 at 4:50:54 PM UTC-5, HK wrote: > > Hi, Nadine > > Any feedback on my impression question above

Re: CriterionError.INVALID_PROXIMITY_ADDRESS

2018-02-13 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi all, The issue has been resolved. Could you please retry and reply if you are still facing any issues? Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Empty fields "AdType" and "Headline" in Ad Performance Report (v201705)

2018-02-13 Thread HK
Hi, Nadine Any feedback on my impression question above about the Display Network? Would like to get all this sorted about before I change our production code. This needs to be right. Thanks, Hans On Wednesday, February 7, 2018 at 1:56:26 PM UTC-8, Nadine Sundquist (AdWords API Team) wrote:

Re: CriterionError.INVALID_PROXIMITY_ADDRESS

2018-02-13 Thread Dave Page
Hi Dhanya, I just retested adding proximity criterion to a campaign and it is now working. I added another campaign with proximity criteria with a different address and radius and with Kilometers and that worked as well. Thanks for addressing and getting this fixed! Dave On Tuesday,

Re: CriterionError.INVALID_PROXIMITY_ADDRESS

2018-02-13 Thread Ronak Shah
Hello Dhanya, Yes I also tested and it seems to working fine now. Thanks for getting this fixed, I really appreciate! Regards, Ronak On Wednesday, February 14, 2018 at 3:07:22 AM UTC+5:30, Dhanya Sundararaju (AdWords API Team) wrote: > > Hi all, > > The issue has been resolved. Could you

Re: Identify Adwords Express campaigns uniquely

2018-02-13 Thread 'Peter Oliquino' via AdWords API Forum
Hi Christian, Using the CampaignService.get(), you should use the AdvertisingChannelSubType field instead (SEARCH_EXPRESS, DISPLAY_EXPRESS) as the EXPRESS value is currently