Re: Performance problems downloading criteria report via API

2017-06-13 Thread Tomas R
Also, we see a significant performance decline since few days ago using reporting API. On Wednesday, June 7, 2017 at 11:35:48 PM UTC+2, Shwetha Vastrad (AdWords API Team) wrote: > > Hi all, > > The team is working on a solution as a top priority. I'll keep you > notified once I have more update

Re: Hardcoding json secrets file for service account authorization

2017-06-13 Thread 'Ivan Bautista' via AdWords API Forum
Hi Peter, Basically, you just need to generate the OAuth2 credentials and refresh token once for the parent MCC account, then any of the child accounts under the MCC account can be accessed using the same OAuth2 credentials. You will just need to specify the clientCustomerId in the request head

Re: v201705 Authentication

2017-06-13 Thread 'Peter Oliquino' via AdWords API Forum
Hi Sergiu, Could you provide any error messages or SOAP request and response when you encountered this issue? This will allow me to better identify the cause. Please also reply using *Reply privately to author*. Thanks and regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Please help! Time sensitive

2017-06-13 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Sam, The operational limit based on access level usually is 24 hours. Unfortunately, we will not be able to reset this state. If the error is due to making the API requests too quickly, you will need to wait and retry after the retryAfterSeconds

v201705 Authentication

2017-06-13 Thread Sergiu Obreja
Hello guys! I'm working on an web application where clients can connect their AW account and get reports. Until now I was using v201607 with OAuth2 and offline access and for each user I was saving the access token and the refresh token... all was working like a charm. Now I'm upgrading to v201

Re: Get all Keywords associated with an account

2017-06-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Fran, You need to include the Id, CampaignId, AdGroupId and Criteria fields in the report query to get the keyword id, campaign id, adGroup id and text respectively in Keyword Performance

Re: Difference between keyword search volume trough API and Keyword planner tool

2017-06-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Sébastien, Could you provide a screenshot of the Keyword Planner in AdWords UI where you see search volume data for these queries? I tried to get the search volume from TargetingIdeaService using these

Re: Campaign "Maximize conversions" bid strategy

2017-06-13 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Geert, The bidding strategy "Maximize conversions" is currently not supported via the API. The bidding strategies that are currently supported via the API can be found here . Please keep an eye on our blogs

Re: Campaign Settings in script

2017-06-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, On this forum, we address technical questions related to AdWords API. Since your question is related to AdWords Scripts, I suggest that you post your question on the AdWords Scripts Forum . Regards, Shwetha, AdWords API Team. --

Re: Get Phone impressions and Phone Calls by Ad using Adwords API by AD

2017-06-13 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Dimitri, You could use the Ad Performance Report to get the statistics aggregated at the ad level. The clickType

Re: MCC Billing

2017-06-13 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Jose, To be able to use the BudgetOrderService via the API, you will have to setup consolidated billing for your MCC and get whitelisted for using mutate operation in BudgetOrderService. To setup consolidated billing, you

Please help! Time sensitive

2017-06-13 Thread sam
We received a rateExceededError that we need lifted ASAP for a deadline we need to meet for a client. Could we have this lifted? 24 hours is too long. I see that this was caused from calling getKeywords() too quickly, so I will make sure to remedy the problem by throttling the requests. Please

Get all Keywords associated with an account

2017-06-13 Thread Fran Goitia
I need to get the following fields for every keyword associated with an account: id, campaign_id, adgroup_id, text, daily_budget. I'm trying to use the report called KEYWORDS_PERFORMANCE_REPORT as suggested in the group. However, I don't see how I can get keywords' text from this report. -- --

Re: Cannot Create Campaigns

2017-06-13 Thread sam
Thanks Peter! On Tuesday, June 13, 2017 at 9:31:41 AM UTC-7, s...@feedonomics.com wrote: > > I figured it out. targetGoogleSearch was set to false for NetworkSetting, > which prevented the ads from being created. > > On Monday, June 12, 2017 at 11:35:18 PM UTC-7, Peter Oliquino wrote: >> >> Hi Sa

Re: Cannot Create Campaigns

2017-06-13 Thread sam
I figured it out. targetGoogleSearch was set to false for NetworkSetting, which prevented the ads from being created. On Monday, June 12, 2017 at 11:35:18 PM UTC-7, Peter Oliquino wrote: > > Hi Sam, > > To better investigate your concern, could you also provide your > clientCustomerId? Please re

Re: Unable to create DynamicSearchAd in v201705

2017-06-13 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Greetings Oliver, I took a look into this as well. It does look unexpected. Thank you for providing all the additional detail. I've started an internal thread to start looking into it. I'll get back to you as soon as we make further progress in figuring out what changed in our code base. If you

Re: Setting Custom Date Range on Report with Selector (PHP Lib v201705)

2017-06-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Sorting is not supported for AdWords API reports at the moment. You'll not be able to specify a sorting order for report downloads. If you would like to specify the sort order for other API services, you can use the following example code snippet: use Google\AdsApi\AdWords\v201705\cm\Sort

Re: Google Merchant Center Test Account

2017-06-13 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Andreas, The AdWords API team will not be able to make this update to your Merchant Center account. My suggestion is to reach out to the Merchant Center product team by clicking 'CONTACT US' to get guidance on this issue. Thanks, Sreela

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

2017-06-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
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. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogsp

Re: How to get customer match count for gmail, youtube and search individually.

2017-06-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Diederik, I'm afraid we cannot comment on the availability of this feature in future releases. Please follow our blog to keep updated. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Difference between keyword search volume trough API and Keyword planner tool

2017-06-13 Thread Sébastien François
Hello, On very specific queries, I don't have any result from a TargetingIdea Service while I have results when I do the same query through KeywordPlanner tool (same country & language). My goal is to get the keyword search volume. To make it very concrete, there is below the query and at the

Re: Изменения php v201705

2017-06-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I'm afraid there isn't a method to retrieve the account balance in AdWords API at the moment. Please keep an eye on the blog for any updates or announcements about this feature. Regards, Shwetha, AdWords API Team. -- --

Campaign Settings in script

2017-06-13 Thread Genrihs Olehno
Hello! Can I in AdWords script change Campaign Settings such as Networks, Devices, Locations etc? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=

Re: rateexceedederror targetingideaservice

2017-06-13 Thread 'Ivan Bautista' via AdWords API Forum
Hi Karim, Do you still encounter the error? If you still need our assistance, please provide the previously requested information so we can investigate further on our end. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Goo

Re: Hardcoding json secrets file for service account authorization

2017-06-13 Thread peter
Thanks Ivan. Does installed application flow allow for 100% non user interaction. IE it will never ask for user intervention during authentication? On Tuesday, 13 June 2017 13:11:13 UTC+2, Ivan Bautista wrote: > > Hi Peter, > > As per guide >

Re: v201705 of AdWords

2017-06-13 Thread 'Ivan Bautista' via AdWords API Forum
Hi, Currently, information about your current account balance is not available via the AdWords API. Alternatively, you can try to get an approximation of your remaining balance by getting the amount spent per account via Cost statistics

Re: Hardcoding json secrets file for service account authorization

2017-06-13 Thread 'Ivan Bautista' via AdWords API Forum
Hi Peter, As per guide , if you are generating OAuth2 credentials via service account flow

Campaign "Maximize conversions" bid strategy

2017-06-13 Thread Geert Grootjans
Hi, We are trying to get the "Maximize conversions" bid strategy at campaign level through the API. Unfortunately we can't find it anywhere in the API documentation. Does anyone know if it is available in the API and, if so, where we can find it? Thanks in advance, Geert -- -- =~=~=~=~=~=~

Re: SelectorError.INVALID_FIELD_NAME for AdGroupCreativeApprovalStatus (AdGroupAd.ApprovalStatus)

2017-06-13 Thread Артемий Гаврюшин
Thanks! Its Work! $selector->setFields(['PolicySummary']); ... $ad->getPolicySummary()->getCombinedApprovalStatus(); четверг, 8 июня 2017 г., 5:45:30 UTC+3 пользователь Peter Oliquino написал: > > Hi, > > As mentioned in my previous response, you may get the PolicyApprovalStatus >

Get Phone impressions and Phone Calls by Ad using Adwords API by AD

2017-06-13 Thread Dimitri Yacoub
Greetings, We are trying to get Phone impressions and Phone calls data by Ad level, which seems to be supported in Adwords Advanced Reporting tool (https://adwords.google.com/reports/advanced/AdvancedReporting). Adding numofflineimpressions to the ad level report generates the following error :

MCC Billing

2017-06-13 Thread Jose Balius
Hello, I have spent the past few days researching as much as I can on how billing works with adwords and the adwords API. Figured I should post here to hopefully get clarification on how it works. As far as I know there are two ways to setup billing: 1. Apply for MDS with your MCC account and

Re: Setting Custom Date Range on Report with Selector (PHP Lib v201705)

2017-06-13 Thread google
Thank you this worked great. Could you assist in adding an orderby in the selector (i.e. order by month)? I have recently switched over some reports to the selector and am having a difficult time with some simple items. Any further help would be greatly appreciated. Thanks. On Monday, June 1

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

2017-06-13 Thread Axel Vermeil
Alright, thanks for the update :) Roughly when can we expect a resolution for this? Are we talking days, weeks, or months? I'm asking because we need to know whether it's worth our time to invest into some technical infrastructure to support these higher latencies. Axel On Monday, June 12, 20

Google Merchant Center Test Account

2017-06-13 Thread Andreas Schürmann
Hi everyone I'm currently implementing the Google Shopping RMF Features and need a way to test them. Concretely I want to test: - Shopping Campaign/AdGroup/ProductAd Creation - Inventory filter - Product Groups - Reports In order to do that I've created a merchant center account (Id 117041347)

Hardcoding json secrets file for service account authorization

2017-06-13 Thread peter
Hi, Is there a way to hardcode the json file into my application for authorization when creating a new AdwordsUser()? The only field I can find for the json file information is the OAuth2SecretsJsonPath. I do not wish to provide the file with a file name, I would much prefer to hardcode it as

Hardcoding service account secrets for adwords credentials in .NET

2017-06-13 Thread peter
Hi Is it possible to provide service account secrets as a hardcoded variable instead of providing a file path as in this vb.NET example? Private ReadOnly _SERVICE_ACOCUNTS_ADWORDSAPP_CONFIG As AdWordsAppConfig = New AdWordsAppConfig() With { .UserAgent = MY_APP_NAME,

Re: Problem in my adwards payment

2017-06-13 Thread 'Peter Oliquino' via AdWords API Forum
Hi Ahmed, Your concern appears to be not AdWords API related. I would recommend that you contact the product team via the AdWords Community Forum as they may be able to provide the appropriate assistance. Best reg

Re: How to add date range filter dropdown for Adwords Report using API ??

2017-06-13 Thread 'Ivan Bautista' via AdWords API Forum
Hi, These are the supported date ranges , which includes setting a custom date range (ex. May 01, 2017 to May 02, 2017), that you can include in your drop-down list to filter your generated reports. You may trigger t

Re: Custom Location using LocationCriterionService

2017-06-13 Thread 'Peter Oliquino' via AdWords API Forum
Hi Paul, There is currently no service in the AdWords API that I am aware of that support custom locations. The only supported locations in the AdWords API are indicated in our Geo Targeting spreadsheet . However, in order f

Re: How to get customer match count for gmail, youtube and search individually.

2017-06-13 Thread Diederik van der Boor
I just found this topic, first of all thanks for the detailed explanation! My client would like to see the YouTube statistics in their dashboard too. Do you have any plans to add a "SizeForYoutube" field to the API in the foreseeable future? Best, Diederik Op dinsdag 6 juni 2017 19:39:29 UTC+2

Custom Location using LocationCriterionService

2017-06-13 Thread Paul
Hello I'm trying to get the Location Name using LocationCriterionService. So far, I can get it using the code example but only for the non-custom Locations. Do I need other service to get the Location Name same as in the AdWords management Location Tab? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~

Problem in my adwards payment

2017-06-13 Thread Ahmed Farahat
Hello ,, kindly, I want to make complain for my youtube channel, on google adwords, I am located nowadays in Saudi Arabia how to change the currency from EGP To SR have a look at the snapshot