Adwords API Upgraded to v201609 since more than a month but still it says "You've submitted 3.59% of your AdWords API requests to v201607 within the past seven days"

2017-06-14 Thread Ronak Shah
Hello, We have one of our tool using Adwords API.And We already migrated to v201609 since more than a month and Today we received an email from Adwords Team saying that "*Migration Status: You've submitted 3.59% of your AdWords API requests to v201607 within the past seven days.You need to mi

Re: calling getData() on an image always returns null in PHP library

2017-06-14 Thread 'Peter Oliquino' via AdWords API Forum
Hi Joel, I'm afraid you cannot retrieve the raw image data of a Media using MediaService. If you would like to reuse existing Images to create new ResponsiveDisplayAds, you can populate the Image.mediaId

Re: Some deviation of Report API

2017-06-14 Thread 'Peter Oliquino' via AdWords API Forum
Hi Akiko, To better investigate your concern, please send to me the following : 1. clientCustomerId 2. complete report definition used to generate the AdWords API Report 3. Full screenshot of the repor

Re: Which data can be actually deleted from adwords (not change status to 'removed')

2017-06-14 Thread 'Peter Oliquino' via AdWords API Forum
Hi David, Data or entities in the AdWords API (like campaigns, ads, keywords, etc.) are not deleted but are only updated with the REMOVED status. You may also refer to this guide for the applicable oper

Re: Auto-Migration Manual Location Extensions

2017-06-14 Thread Gio Villanueva
Hi Thanet, and everyone Sorry if this may be out of topic, I hope you could help me figure out how I can pull locations data before migrating manual locations extension to GMB. I was asked to do this to "avoid downtime in managing location extensions.” What data should I take note of? Where c

AdType for expanded dynamic search ad in AD_PERFORMANCE_REPORT

2017-06-14 Thread Dongliang Yu
Hi, We use AdType predicate equals "DYNAMIC_SEARCH_AD" to download DSA ad from AD_PERFORMANCE_REPORT. We have both old DSA ad and expanded DSA ad, now only old DSA ad can be downloaded while expanded DSA ad cannot. However if we remove the AdType predicate, expanded DSA ad can be downloaded to

Re: v201705 Authentication

2017-06-14 Thread 'Peter Oliquino' via AdWords API Forum
Hi Sergiu, The refreshToken that you generated should be stored in your *adsapi_php.ini* file. If you are using the client library, you will no longer need to worry about your access tokens as they are generated automatically

Some deviation of Report API

2017-06-14 Thread Akiko Matsuzawa
Hi team, We noticed that stats (Impressions,Clicks,Cost) of the previous day do not match between the Performance Report API and AWUI. The deviation is more than 10%. Is there any trouble with the report API in today's morning? Regards, Akiko -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Which data can be actually deleted from adwords (not change status to 'removed')

2017-06-14 Thread David Antunes
Hi, Which data can be actually deleted from adwords? I don't mean changing the status to 'removed', but really deleted completely without a trace This is the case with keywords which didn't had any impressions - what other entities have this behavior? Many thanks! David -- -- =~=~=~=~=~=~=~

Re: OperationAccessDenied.fieldPathElements not an array, Perl AdWords API v201702

2017-06-14 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Phillip, In that case, do you happen to have the BatchJobIds in which this error occurred? It'll be helpful in identifying the source of the issue. Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://goog

ConversionTypeName segment in VIDEO_PERFORMANCE_REPORT cannot be used with Conversions metric

2017-06-14 Thread Andrew Krock
This looks like a bug to me, ConversionTypeName segment is not of much use without a Conversions metric :). I checked all the other report types and only 3 that include ConversionTypeName segment state it cannot be used with the Conversions metric. Those reports are: - keywordless-query-re

Re: How do I search for ads with a non-empty tracking template

2017-06-14 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Rob, I'm afraid you cannot use null values in the predicate. You could consider using AdGroupAdService to get the ads and check if the trackingUrlTemplate is populated. If the tracking

Re: How to retrieve Adwords accounts ids and names from Google account

2017-06-14 Thread eugene
Hi Sreelakshmi, Thank you for your answer. As I understand Adwords .NET library, from your link, doesn't support .NET Core, does that mean that I have to implement SOAP calls myself or do we have other options? On Wednesday, June 14, 2017 at 9:30:18 PM UTC+3, Sreelakshmi Sasidharan (AdWords A

calling getData() on an image always returns null in PHP library

2017-06-14 Thread Joel Shapiro
I'm trying to extract data from an existing ResponsiveDisplayAd and move it to another following the example in AddResponsiveDisplayAd.php and instead of calling: $image->setData(file_get_contents('http://goo.gl/3b9Wfh')); would like to call $image->setData($originalImage->getData()); The do

Re: OperationAccessDenied.fieldPathElements not an array, Perl AdWords API v201702

2017-06-14 Thread Phillip Pegelow
Unfortunately we don't log the full SOAP response on failures (they are all processed through the adwords perl library so they aren't typically of use for debugging to us). On top of that, we implemented a work-around in which we don't use the batch job service in order to not have this affect

Re: How to retrieve Adwords accounts ids and names from Google account

2017-06-14 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Eugene, You can use the CustomerService.getcustomers() method to get all the customers directly accessible by the user authenticating the call. For that, you will have to make the API call witho

Keyword Targeting

2017-06-14 Thread sam
My first question regards to using keyword targeting for AdCustomizer FeedItems. Usually an ad is created given a final URL. It seems the way keyword targeting works is the FeedItem with the matching keyword will be applied to a *single* ad, as opposed to each ad being associated with a FeedIte

Re: MCC Billing

2017-06-14 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Jose, Please check this document for the available billing options. If your MCC account is not setup for consolidated billing, the client accounts will have to handle billing. I would suggest to get in touch with

Re: DMA Region ID

2017-06-14 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Alex, You need to contact The Nielsen Company directly for DMA data. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/post

Re: OperationAccessDenied.fieldPathElements not an array, Perl AdWords API v201702

2017-06-14 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Phil, Do you happen to have the SOAP request/response logs for the request which encountered the OperationAccessDenied error? Please use *Reply privately to author* when responding. An sample error looks like this: http://www.w3.org/2001/XMLSchema-instance"; xsi:type= "OperationAccessDenied

Re: Get all Keywords associated with an account

2017-06-14 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Fran, You need to include the *Criteria* field in the report query to get the keyword text in Keyword Performance Report . Regards, Shwetha, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

How do I search for ads with a non-empty tracking template

2017-06-14 Thread Rob
Hi, I'm trying to run structure reports to find ads that have non-empty tracking templates. I've added the following predicate, but both the report service and the AdGroupAd service responses include ads with empty templates. CreativeTrackingUrlTemplateNOT_EQUALS Is this a bug or should I ch

Re: Our AWQL response latency has increased 3x recently. Is it just us?

2017-06-14 Thread dev eloper
Hi, We too have been suffering from a major lag when requesting reports. In most cases its 300-450% slower than usual. This has been happening since last Friday. This thread is the only indication that there is a problem with the google servers. I cannot find any information about this p

Re: Performance problems downloading criteria report via API

2017-06-14 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Tomas, We are aware of the issue and are investigating the latency in report downloads in AdWords API. The original issue has been fixed and you should no longer be seeing this error. I'll update this thread once I have more details. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=

DMA Region ID

2017-06-14 Thread Alex
Hi there, Could you please help me in getting DMA regions IDs to be used in the Adword API? Best, Alex -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~

Retrieve Adwords account id and name

2017-06-14 Thread eugene
Hello, I need to retrieve Adwords accounts ids and names similar to this article https://developers.google.com/analytics/devguides/config/mgmt/v3/quickstart/web-js using javascript on front-end (in the best case), c# (.net core) or soap api. I have already got access to Adwords scope "https://

How to retrieve Adwords accounts ids and names from Google account

2017-06-14 Thread eugene
Hello, I need to retrieve all Adwords accounts ids and names related to user Google account. I obtained access to scope "https://www.googleapis. com/auth/adwords" using OAuth2 similar to this article https://developers.google.com/analytics/devguides/config/mgmt/v3/quickstart/web-js and retrie

Re: MCC Billing

2017-06-14 Thread Jose Balius
Thank you for your reply, I guess my last question is this, if we don't sign up for consolidated billing, what is our alternative for us and our clients to handle billing? Do they manually have to log in and input credit card details? Thanks again! Jose On Tuesday, June 13, 2017 at 2:23:46 PM

OperationAccessDenied.fieldPathElements not an array, Perl AdWords API v201702

2017-06-14 Thread Phillip Pegelow
Relates to https://groups.google.com/forum/#!topic/adwords-api/aTOWJMBFH1M Parsing OperationAccessDenied error objects using the above perl library (Google::Ads::Common::ErrorUtils::get_source_operation_index() )is returning undef. It appears that the adwords library code expects calling get_

Re: Get all Keywords associated with an account

2017-06-14 Thread Fran Goitia
The problem is that there is no text field for Keyword Performance Report . I can get the keyword id, campaign id, adgroup id and adgroup name, but as I mentioned, I'm not seeing how can I get the keywo

Re: v201705 Authentication

2017-06-14 Thread Sergiu Obreja
Hi Peter! The problem is that I don't know how to make the call using the access token and the refresh token I already have. Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+G

Re: Hardcoding json secrets file for service account authorization

2017-06-14 Thread peter
Thanks Ivan. I tested hardcoding the OAuth2 credential and refresh token with the .net client library with great sucess. Very clean and the refresh seems robust. I marked your earlier responce as the completion of this thread. Best Regards, Peter Valenta On Wednesday, 14 June 2017 07:50:18 UT

Re: How to get demographic criteria performance?

2017-06-14 Thread 'Ivan Bautista' via AdWords API Forum
Hi Akiko, If you are referring to the reports available in the Demographics tab of the AdWords UI , then you may collect statistics from Gender Performance Report

Re: How to get demographic criteria performance?

2017-06-14 Thread アタラ 松澤 明子
Hi Ivan, Sorry for my mistake. I'd like to know about "Demographics for search ads (DFSA) ". Can I get this report via API? 松澤 明子 Akiko Matsuzawa --- アタラ合同会社(ATARA, LLC) 【本社】 〒225-0004 神奈川県横浜市青葉区元石川町3712-12-D 【新宿分室】 〒160-

Re: Our AWQL response latency has increased 3x recently. Is it just us?

2017-06-14 Thread Tomas R
Do you know if it's region specific issue or for all requests? On Tuesday, June 13, 2017 at 5:18:46 PM UTC+2, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Axel, > > I'm afraid I don't have a timeline for when this will be resolved. I'll > keep you notified when I have more information. > >

Same client_id and client secret for different purpose.

2017-06-14 Thread Harshi Manju
Hi Team, I have Client Id and Client Secret for google urls .. clientId = secrect-secret.apps.googleusercontent.com redirectURL = http://localhost:/adwordssy.do scope = https://adwords.google.com/api/adwords clientSecret = client-secret-client-secret developerToken = z

Re: How to get demographic criteria performance?

2017-06-14 Thread 'Ivan Bautista' via AdWords API Forum
Hi Akiko, These are the available report types you can generate for Dynamic Search Ads. Additionally, you may refer to Gende

Re: How to get demographic criteria performance?

2017-06-14 Thread Akiko Matsuzawa
Hi team, Do you have any update with getting DynamicSearchAds metrics via API? Thanks, Akiko On Thursday, October 11, 2012 at 6:53:21 AM UTC+9, David Torres wrote: > > Hi Oliver, > > AgeRange, Gender and DynamicSearchAds metrics are not yet supported in the > API. > > Best, > > -David Torres -