Re: how to grab Age and Gender info together along with ad_group performance report?

2017-09-21 Thread 'Peter Oliquino' via AdWords API Forum
Hi James, If you are using custom columns for reports via the AdWords UI then I'm afraid that this is currently not supported in the AdWords API. You may follow our blog for any updates if and when this feature can be available

Re: Question regarding Predicates or AWQL

2017-09-21 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Vasile, A feature request has already been filed for this. However, this does not guarantee that the team will work on this and will be available soon. Kindly continue to follow our blog to check for any future updates.

Re: UNEXPECTED_INTERNAL_API_ERROR with getCustomers

2017-09-21 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Oksana, I accidentally set my net a little too wide when checking what's associated with that email. It's associated with only a few AdWords accounts as you pointed out, and it's associated with a lot of other non-AdWords accounts. That's where the confusion came in. You pointing that

Re: Getting CustomerId with PHP

2017-09-21 Thread Joven Albarida
You can also try this out, if you want to list individual items.. https://developers.google.com/adwords/api/docs/reference/v201705/CustomerService.Customer $customerService = $adWordsServices->get($session, CustomerService::class); $customers = $customerService->getCustomers();

Universal App Campaigns Reporting

2017-09-21 Thread yuval
Hey Adwords API team, I recently encountered the following blog post: http://googleadsdeveloper.blogspot.co.il/2017/09/upgrade-to-adwords-universal-app.html Since you're changing all mobile app campaigns to UAC, most of the campaign reporting capabilities won't work (at least not with the

Re: Credential could not be refreshed, java client library version v201708

2017-09-21 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Hari, Your code snippet looks good. To investigate the issue further, could you provide us the logs with complete error message you received with the new refresh token? Thanks, Bharani, AdWords API Team On Wednesday, September 20, 2017 at 8:36:50 AM UTC-4, hari krishna wrote: > > Hi,

Re: UNEXPECTED_INTERNAL_API_ERROR with getCustomers

2017-09-21 Thread Oksana Sulyma
Hi guys! You write on my problem: " That email is associated with over 200 AdWords accounts. Usually, the max that we see is 5 AdWords accounts. I traced down the error on our end, and and it looks like it's timing out as it's trying to retrieve all the accounts associated with that email

Re: Exception while calling OfflineConversionFeedService

2017-09-21 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Shafeena, Could you please enable logging and share the complete SOAP logs for the API request along with your clientCustomerId? You could *reply privately to the author* while sharing the details. Thanks,

Re: Cant get API to do anything

2017-09-21 Thread TheAinz
Hi Shwetha, The browser post refers to what I used previously with the old library (pre 25.0.0). The query is about whether same can be done with the new library? I can't locate in the code where the browser is prevented at the moment. I've been running the GetCampaigns.php file from the

Re: How to get the the CPC Bid for each keyword - PHP

2017-09-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You need to include the field *CpcBid* in the selector to populate the CpcBid.bid of the AdGroupCriterion returned in the response. The list of available selector fields for

Re: How to Specify SSL Certificate Path in SoapSettinsBuilder.php with withSslCaFile() function v201708

2017-09-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you confirm if the right path is provided for your certificate and it's readable by the script? In addition, could you please try a fresh new cert, e.g., from https://curl.haxx.se/docs/caextract.html? If this doesn't solve the issue, I would suggest that you create a post on the

Re: API Reporting returns values for one of the accounts under MCC, and null values for another account under the same MCC

2017-09-21 Thread Adventum MCC
Thanks a lot! We checked account 855-160-5229 and it turned out that the problem was on our side. Thank you again for your help! четверг, 21 сентября 2017 г., 17:34:42 UTC+3 пользователь Shwetha Vastrad (AdWords API Team) написал: > > Hi, > > The AdWords account 855-699-3833 has only

Re: Cant get API to do anything

2017-09-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you try out the suggestions in this post to run the examples in a browser? Could you also try out the examples without any modification from the command line and let me know if logs are generated?

How to get the the CPC Bid for each keyword - PHP

2017-09-21 Thread caredo . ag . kundencenter
Hello, i would like tho read out the CPC Bid for each keyword. I'm able to get the keywords with the getKewords.php Example. It should be possible to get the CPC Bid with the AdGroupCriterionService? How can i do this? class GetKeywords { const CAMPAIGN_GROUP_ID = '123742356'; const

Exception while calling OfflineConversionFeedService

2017-09-21 Thread Shafeena Kabir
Hi, I am getting the below exception while trying to make OfflineConversionFeedService API call. Any help to resolve the below error is greatly appreciated. Thanks! Failed to upload conversion trackers. Exception details : System.ArgumentOutOfRa ngeException: The value of this argument must

Re: Get account Conversion Actions

2017-09-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You need to use ConversionTrackerService to retrieve the list of the conversion trackers in an AdWords account. This guide

Re: API Reporting returns values for one of the accounts under MCC, and null values for another account under the same MCC

2017-09-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The AdWords account 855-699-3833 has only Universal App Campaigns. Universal App campaign stats are available in the reports listed here . This is why you don't get stats for this account via Ad

Re: UAC (Universal app campaigns) support in the API

2017-09-21 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello All, Sorry for taking this long time. I'd like to add a comment to close this loop. It turns out that the current infrastructure doesn't support showing total of many metric report fields if ClickType is included in the report definition, especially if Display campaigns are included.

Re: Apply Developer Token with Read-Only Access Level

2017-09-21 Thread analytics
Hi Vincent, Yes, I met an issue of applying developer token. See attached screenshot below, my action of applying is not permitted. What I did is going to Adwords UI > Account Settings > AdWords API Center > Filled information to apply for API Access. Let me know if you know what the issue

Re: Apply Developer Token with Read-Only Access Level

2017-09-21 Thread analytics
Hi Vincent, Yes, I met an issue of applying token. See attached screenshot below, my action of applying token is not permitted. Let me know if you have any idea how to solve the issue here. Thanks!

How to Specify SSL Certificate Path in SoapSettinsBuilder.php with withSslCaFile() function v201708

2017-09-21 Thread arbaz . khan
Hi, I am using Adwords api v201609 right now but as its sunset date in near i am migrating to v201708 in which i am having problem to address ssl certiface. "Error: cURL error 60: SSL certificate' " On Fatal error: Uncaught exception 'GuzzleHttp\Exception\RequestException' with message

Re: how to grab Age and Gender info together along with ad_group performance report?

2017-09-21 Thread ZHENHUA LUAN
hi Peter, Thanks for the quick reply! I understand it's not possible to do with awql now. However we found it's doable in the GoogleAdwords Console by using Reports feature and drag Age , Gender items into the reports table. Is there any way we could perform this action in our program?

Re: Question regarding Predicates or AWQL

2017-09-21 Thread Vasile Archeri
Thanks for clarifying Vincent. Would it be possible to request the addition of such a feature? Or perhaps adding the default value of an unset tracking template in the documentation so this can be checked? I was hoping there would be a way to just check whether something is set at all,

Get account Conversion Actions

2017-09-21 Thread Elton Morais
Hi, I wonder how can I get, through the API, all the Conversions Actions set up on my account. Thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: Question regarding Predicates or AWQL

2017-09-21 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Vasile, Are you referring to trackingUrltemplate of an ad group or ad? If so, then this field can be filtered on. However, you could not filter by the ad group/ads which has

Re: Cant get API to do anything

2017-09-21 Thread TheAinz
Thanks Shwetha, I know you have set them up for command line use. This is what I am doing now but still the result is nothing. So I have 2 queries: 1) You used to be able to run in a browser by commenting out the following code - Is it still possible? Where do I find the code in the new files

Question regarding Predicates or AWQL

2017-09-21 Thread Vasile Archeri
Hi, I've been looking around to see if there's a way to select only ad groups and ads that have a tracking template set. I'm using *AdGroupService *and *AdGroupAdService.* This is related to an issue I'm having with processing a high volume of ad groups and ads in a single request in an

Re: API Reporting returns values for one of the accounts under MCC, and null values for another account under the same MCC

2017-09-21 Thread Adventum MCC
Hi Shwetha! Replied to you in direct messages. среда, 20 сентября 2017 г., 19:58:03 UTC+3 пользователь Shwetha Vastrad (AdWords API Team) написал: > > Hi, > > Could you provide the report definition being used along with the > clientCustomerIds for which you are not able to get data as

Re: API Upload offline conversion slow to show up in adwords

2017-09-21 Thread 'Peter Oliquino' via AdWords API Forum
Hi, If you are uploading a OfflineConversionFeed , then certain attribution models take longer than 3 hours to show up in the AdWords UI as discussed here

Re: v201708 Uncaught exception 'InvalidArgumentException' with message 'All of 'clientId', 'clientSecret', and 'refreshToken' must be set when using installed/web application flow.'

2017-09-21 Thread 'Peter Oliquino' via AdWords API Forum
Hi Mike, I could see that you have already specified the OAuth2 credentials correctly in their respective properties in your adsapi_php.ini. However, could you confirm if you have also followed this guide when

Re: Apply Developer Token with Read-Only Access Level

2017-09-21 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, It is possible to apply for a basic access of a developer token even though you only have a read only access. The read only access only applies to the permissible actions that you

Re: How to get BatchJobLogger from AdWordsInternals?

2017-09-21 Thread moha . said
Okay, I will proceed this way. Thanks. El jueves, 21 de septiembre de 2017, 8:33:43 (UTC+2), Vincent Racaza (AdWords API Team) escribió: > > Hi, > > Your concern seems to be client library specific, and not AdWords API > specific. Are you using the Java client library? If so, then you can

Re: How to get BatchJobLogger from AdWordsInternals?

2017-09-21 Thread moha . said
Okay, I will proceed this way El jueves, 21 de septiembre de 2017, 7:13:37 (UTC+2), moha...@rocketroi.com escribió: > > Hi, > > While I was working with the following libraries: > - com.google.api-ads : ads-lib : 3.2.0 > - com.google.api-ads: adwords-axis : 3.2.0 > > I was able to get the

Re: how to grab Age and Gender info together along with ad_group performance report?

2017-09-21 Thread 'Peter Oliquino' via AdWords API Forum
Hi James, I'm afraid the report that you wish to obtain is not supported or possible. There is currently no way to associate or combine Age and Gender within the same row as these criteria separately generate statistics. Additionally, the Ad Group Performance Report cannot be segmented by the

Re: AWQL Reporting slowdown?

2017-09-21 Thread AdWordsApiUser
I saw this new thread mentioning the slowdown in TSV reports - we use TSV reports exclusively - probably that is the issue - https://groups.google.com/forum/?utm_medium=email_source=footer#!topic/adwords-api/lnuRYUwohNw A swift resolution will be appreciated :-) MG On Tuesday, September 19,

Re: How to get BatchJobLogger from AdWordsInternals?

2017-09-21 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Your concern seems to be client library specific, and not AdWords API specific. Are you using the Java client library? If so, then you can post your concern in the Java client library itself so the library owners can provide you

Re: Credential could not be refreshed, java client library version v201708

2017-09-21 Thread hari krishna
Hi Bharani, If I generate new refresh token it will work fine. But after couple of days it is not working and i need to generate new refresh token to make it work. I am following below link to generate refresh token.