Re: How to use ImageAd's adToCopyImageFrom field

2017-05-25 Thread 'Peter Oliquino' via AdWords API Forum
Hi, In order to better investigate your concern, could you provide the SOAP request and response generated when the error occurred? Please reply using *Reply privately to author*. Best regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: uncommon Id value in Keyword Performance Report

2017-05-25 Thread 劉又潔
Hi Peter, I can deal with those display network type keyword now, thank you for the clear explanation! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=

Re: Click Performance Report - LopRegionCriteriaId is not available for clicks in the US

2017-05-25 Thread doron
Hi, Thank you for your response. 1. If you generate a Geo Performance report, with this field: https://developers.google.com/adwords/api/docs/appendix/reports/geo-performance-report#regioncriteriaid, you can clearly see there are states for US locations in the region criteria id, and I've bee

Re: Get account performance

2017-05-25 Thread 'Peter Oliquino' via AdWords API Forum
Hi Camila, You may get the fields Ctr , Cost , and Impressions

Re: How to identify low search volume keywords in TargetingIdeaService?

2017-05-25 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Benjamin, It turns out that you've not got any search volumes because there are no search volumes at all for those keywords. That's why the API servers don't return a value. Hope this helps. Cheers, Thanet, AdWords API Team On Wednesday, May 24, 2017 at 7:59:22 PM UTC+9, Thanet Knack Pra

How can I get account performance reports using python?

2017-05-25 Thread camila
I don't want to download the report. I just want to get the cost and the ctr in the account I manage. How can I do this with python? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+Goo

Get account performance

2017-05-25 Thread camila
How can I get the ctr and impressions and cost for a specific account? I specifically don't want to download a report. I just want to get the data. I've been looking into the AWQL thing, but I don't understand how to use it with python. Can someone please help me? -- -- =~=~=~=~=~=~=~=~=~=~=~

How to use ImageAd's adToCopyImageFrom field

2017-05-25 Thread mIshka
I've an ImageAd that is retrieved using `AdGroupAdService`. Here is how the object looks (some fields are masked). AdGroupAd Object ( [adGroupId] => 341442 [ad] => ImageAd Object ( [image] => Image Object ( [data] =>

Re: [1-5263000017652] Adwords API - Seach Network

2017-05-25 Thread Jim Hartley
I see so it sounds like the only way to add users to search segments via API is to use customer match OR AIDs and IDFAs.  There is no cookie identifier available for search/api.  Thanks! Jim Hartley Manager, Digital Strategy Email: james.hart...@tealium.com Phone: 858.228.1961 Web: w

Re: Page Limits

2017-05-25 Thread 'Peter Oliquino' via AdWords API Forum
Hi Josh, Could you confirm if you have defined a value for the PAGE_LIMIT similar to the one below : const PAGE_LIMIT = 500; Thanks and regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blo

Re: Internal API Error

2017-05-25 Thread 'Peter Oliquino' via AdWords API Forum
Hi, The InternalApiError.UNEXPECTED_INTERNAL_API_ERROR that you are encountering could be due to an intermittent issue in the AdWords API servers or a bug. Could you wait some time and

Re: Keeping the access token valid during API calls

2017-05-25 Thread Josh Averbeck
Hi Shwetha, My above code works, I actually had an error on my end but it works. The guide you linked to does not detail how to get a new oauth2 token and generate a new session using the user's refresh token. The code that I posted above does do just that though. Thanks! On Monday, May 22,

Page Limits

2017-05-25 Thread Josh Averbeck
Hello, With all the example files I'm seeing the error: *Fatal error*: Undefined class constant 'PAGE_LIMIT' which is being thrown by this line of code: $selector->setPaging(new Paging(0, self::PAGE_LIMIT)); Any help is appreciated. Using v201702 of the PHP library. -- -- =~=~=~=~=~=~=~=

Re: Click Performance Report - LopRegionCriteriaId is not available for clicks in the US

2017-05-25 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Greetings! When comparing the UI to the API, it can be a little confusing because phrases like Metro or Region in the UI can get overloaded and encompass multiple things. When it comes to the API, the Geotargets guide is th

Internal API Error

2017-05-25 Thread sam
Everything was working fine before but we're getting these errors now: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError -- -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsd

Re: Accessing Product Ad's URL Information

2017-05-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The details of a ProductAd are taken directly from the product details in the linked Merchant Center account. You need to use Content API for shopping to get the URL details for individual products. Please

Re: DEVELOPER_TOKEN_NOT_APPROVED

2017-05-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, This error occurs when you use an unapproved developer token to target a production AdWords account. You need to apply for Basic access

Accessing Product Ad's URL Information

2017-05-25 Thread Danny
Hi I was wondering whether there was a way to access the product ad's URL information? >From reading https://developers.google.com/adwords/api/docs/reference/v201702/AdGroupAdService.ProductAd, it doesn't seem like any of the URL fields are available. Unless you have to get this informatio

Re: ExcludeHiddenAccounts=true not working

2017-05-25 Thread 'Ivan Bautista' via AdWords API Forum
Hi Luis, Whether you set the hidden status via AdWords API or AdWords UI, the isHidden field should be updated accordingly. That said, I tested hiding my test accounts both i

Re: v201607 - INVALID_FIELD_NAME_FOR_REPORT combination of ClickType and video quartile columns stopped to work ?

2017-05-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I see that this change was introduced in AdWords API v201702 . I'll get in touch with the team to have the documents updated. Could you retry the report request with v201609

Re: How does calculate remaining account budget?

2017-05-25 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, When you do a get() on BudgetOrderService , the spendingLimit includes any adjustments that were made to your budget. Please read here

DEVELOPER_TOKEN_NOT_APPROVED

2017-05-25 Thread madhu
Can you please help to resolve the following error message InnerException {"AdWordsApiException: One or more AdWords API errors have occurred. \r\n\r\nDeveloper token is not approved for production access, and the customer is attempting to access a production account.. (Error: QuotaCheckError.

Re: ExcludeHiddenAccounts=true not working

2017-05-25 Thread Luis C. Cruz
That means that an account hidden from the web interface won't have the isHidden=true? only those accounts hidden through the API? El miércoles, 24 de mayo de 2017, 12:50:33 (UTC-5), Ivan Bautista escribió: > > Hi Luis, > > This is expected behavior. The reason why ManagedCustomerService.get >

Re: Click Performance Report - LopRegionCriteriaId is not available for clicks in the US

2017-05-25 Thread doron
I forgot to mention: The most specific location was 9052894 and *City (Physical location)* was 9052894, as I would expect. On Thursday, May 25, 2017 at 7:01:10 PM UTC+3, do...@predictivebid.com wrote: > > I just gave it as an example. I believe in other reports you will see the > region as a st

Re: Click Performance Report - LopRegionCriteriaId is not available for clicks in the US

2017-05-25 Thread doron
I just gave it as an example. I believe in other reports you will see the region as a state, even if the most specific is a state. this is an inconsistent behavior I have also examples of cities, like 9052894 (Spanish Lake), where no region was available. like I said, I didn't find even one case

Re: Click Performance Report - LopRegionCriteriaId is not available for clicks in the US

2017-05-25 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, In the particular example shared, the criteria Id : 21176 is of target type 'State'. Which means that any target type which is lesser in hierarchy (of a location) would not have a value to report. And the results in your case seems to be as expected. All the three values listed below are s

Re: How To get Location name on adwords platform

2017-05-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The campaign location target data in the *Locations* tab maps to the Campaign Location Target Report in the API. You can use LocationCriterionService

Re: adwords api token has been approved, but Access level is still shown as Test Accounts Apply for Basic Access

2017-05-25 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Alexandr, Don't worry about it. Please make sure that the 'API contact email' is a regularly monitored inbox as any updates regarding your account would be send to this email. I can help you with the documents/guides to get started. You are currently at the step

Re: Click Performance Report - LopRegionCriteriaId is not available for clicks in the US

2017-05-25 Thread doron
api version: v201702 On Thursday, May 25, 2017 at 5:30:37 PM UTC+3, do...@predictivebid.com wrote: > > Hi, > > I tried to run the click performance report for a few accounts/dates, and > every time I checked clicks from US locations, the (LOP) region & the metro > area were empty (" --"), while

Click Performance Report - LopRegionCriteriaId is not available for clicks in the US

2017-05-25 Thread doron
Hi, I tried to run the click performance report for a few accounts/dates, and every time I checked clicks from US locations, the (LOP) region & the metro area were empty (" --"), while the most specific locations were always available, including the country (2840 for the US) and city (most of t

adwords api token has been approved, but Access level is still shown as Test Accounts Apply for Basic Access

2017-05-25 Thread Alexandr Iscenco
That's what I got in the letter. P.S I did not receive a letter with instructions. Dear API Applicant, Your application for an API token has been approved! A separate email has been sent with instructions to your developer contact email on how to get started with the API. Pleas

How does calculate remaining account budget?

2017-05-25 Thread Evgeniy Belov
Hi. BudgetOrderService reports a spendingLimit of 140 013,32 totalAdjustments = 0 Taxes = -24 864,42. Does taxes include in spendingLimit? Promo = 1200. Does promo include in spendingLimit? invalid click credit = 115,1 (it should be included in totalAdjustments of BudgetOrder, but not included

How To get Location name on adwords platform

2017-05-25 Thread shinuad
Hi, Can anyone help me to get location name from AdWords platform as mentioned in screen shot? As I need it for keywords performance report. campaign Id, campaign name, Location like this. Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: ht

Re: v201607 - INVALID_FIELD_NAME_FOR_REPORT combination of ClickType and video quartile columns stopped to work ?

2017-05-25 Thread cv
Hello Shwetha, Thanks for information. Yes, I saw same, but my observation is that It is working on v201607, but not on v201609. So might be documentation for viewThroughConverisons compatibility with ClickType might be missing. Thanks On Wednesday, 24 May 2017 23:17:02 UTC+5:30, Shwetha Vast