Re: How to create test mcc account using an email which is already associated with an AdWords account?

2018-03-05 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi, You may follow this guide on how to create a test MCC account and test client account. Take note that you must use different email to create a test account

Re: Developer token approval

2018-03-05 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Phillip, Could you provide your MCC Id via *Reply privately to author* option so I can further check on this? Thanks, Vincent AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Duplicate Ads with Ad Customizer Script

2018-03-05 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Patrik, Please post this concern in the AdWords Scripts Forum for better assistance as your concern is specific to AdWords Scripts. Our team only supports AdWords API related issues/concerns. Thanks, Vincent AdWords API Team

Re: UniqueCookies returning "--"

2018-03-05 Thread 'Peter Oliquino' via AdWords API Forum
Hi Yaron, As per this documentation , having "--" values indicates that there is no value for that specific field or is currently null. However, if you think that this is not the scenario, could you provide your

Re: AttributePrefixUnbound?v:searchParameters

2018-03-05 Thread 18824261965
Hi, Thank you for your reply,And the 'request_SOAP.xml' is worked. However the Keywords in 'response_soap.xml' are different with the picture,And I don't get the 'Relevance' field in the 'response_soap.xml'. At last I do not know how to enter a related website with 'request_soap.xml'

Re: HoursofDay in Keyword Performance Report

2018-03-05 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Clement, Our team currently cannot provide information if and when the field HourOfDay will be added to Keywords Performance Report. For any updates regarding this you may want to frequently visit and follow our blog . Thanks

Re: Failed to refresh access token error after updating Google Adwords library version from v201708 to v201802

2018-03-05 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Shafeena, Could you confirm if after your migration, you did not change the values of your OAuth2 credentials in your property file? If you did not change anything in your property file and if the user still exists in your AdWords account, then it should have worked in v201802 API version.

Developer token approval

2018-03-05 Thread Phillip Madsen
I applied for a developer tokane 2 weeks ago and still have had no answer or movement can anyone help me get this on track i am currently in need of an approved token to continue my work. Thank you in advance phillip madsen -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

UniqueCookies returning "--"

2018-03-05 Thread Yaron Rosh
Hi, I'm trying to get 'ImpressionReach' metric in CAMPAIGN_PERFORMANCE_REPORT this is my request: obj = { startDate: startDate, endDate: endDate, metrics: 'CampaignName,Impressions,Clicks,Cost,ImpressionReach', report: 'CAMPAIGN_PERFORMANCE_REPORT', filters: '',

HoursofDay in Keyword Performance Report

2018-03-05 Thread 'Clement Martin' via AdWords API Forum
Dear Adwords API team, Is there any chance to see the field HoursOfDay in the Keyword Performance Report someday? In advance, thank you, Regards, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Duplicate Ads with Ad Customizer Script

2018-03-05 Thread seo
Hello, I am having an issue regarding the Ad customizer script https://developers.google.com/adwords/scripts/docs/solutions/customizer. The implementation went smoothly however the script creates duplicate ads each time it runs. Any idea how to replace the existing ads? Thanks Patrik --

How to create test mcc account using an email which is already associated with an AdWords account?

2018-03-05 Thread ankit
I've created a manager account with my email While going through docs, I realised that I need test mcc account and test client account to try and test APIs. I tried creating test account by going on the link given in that doc but there notice on the top that it is a test account. How do I

Failed to refresh access token error after updating Google Adwords library version from v201708 to v201802

2018-03-05 Thread Shafeena Kabir
Hi team, I am getting below error while making API calls after I have updated Adwords API version from 201708 to 201802. Please help to look into this issue. Failed to refresh access token. { "error" : "invalid_client", "error_description" : "The OAuth client was not found." } -- --

Re: Recovering missed refresh token

2018-03-05 Thread 'Peter Oliquino' via AdWords API Forum
Hi Angel, Could you confirm if you are generating OAuth2 credentials for an AdWords account? If yes, you can follow the steps mentioned in this guide for the Web App flow. Once you have set up your credentials, your

Re: adServingOptimizationStatusSpecified set to True when getting Campaigns

2018-03-05 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Trevor, I could not see the adServingOptimizationStatusSpecified field in the campaign level, only the adServingOptimizationStatus field, and is not a Boolean type. This

Re: What is the cause of the error "A stream must either be a resource or a string" ?

2018-03-05 Thread Hiroshi Akiike
Hi, Dhanya I do not use Monolog, trouble seems to be another problem. Since it was only taking a simple log, I will reproduce it, send out a log, a report definition again. Thank you. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Why does the budget field get returned in CampaignService.get({'fields': ['Id', 'Name']})?

2018-03-05 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Yang, To pull the campaign Id and name , you need to add these fields in selector

Re: Retrieving Adwords Ads Extension Data using API

2018-03-05 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Asad, There is no direct way to achieve this. As a workaround, you will be able to get the Extension name which is concatenation of the Structured Snippet Header followed by the Structured Snippet

Recovering missed refresh token

2018-03-05 Thread Angel Lubenov
Hi!, this is my situation I am making a web-app, it starts the authorization/authenthication flow with oAuth (https://accounts.google.com/o/oauth2/v2/auth) with the following parameters: access_type = offline, and scope = openid email. The first authorization process ends up fine returning all

adServingOptimizationStatusSpecified set to True when getting Campaigns

2018-03-05 Thread Trevor Sanders
When updating to v201802, I came across a migration issue that is associated with v201710. I am using the dotnet client library to get campaigns from the API, perform some updates to them, and make mutate requests. However, although I am not setting AdServingOptimizationStatus

Re: AttributePrefixUnbound?v:searchParameters

2018-03-05 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, To get the keyword ideas, you could use the TargetingIdeaService and specify the request type

Re: CampaignGroup ID scope of uniqueness

2018-03-05 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Marcel, Some IDs are unique on a global level across all AdWords accounts while others are unique within the confined scope. CampaignGroupId is unique to the account and is not

Re: Unrecognized version for the AdWords API

2018-03-05 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi, Could you check if you had updated your library installed on your workstation as well? If not, please follow step 1 in this guide, and let me know if you still have issues. Regards, Dhanya, AdWords API Team -- --

Re: Android Studio, Google Adwords API and dependencies

2018-03-05 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Richard, If your issues regarding dependencies have been resolved by installing the 'AdWords jars and examples' download, I would suggest leaving the stated dependencies as is, in the gradle.build, unless you have a pressing need to, otherwise. In that case, you could just keep the ones

Re: Call Metrics Call Details Report

2018-03-05 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Rohan, Could you please confirm that you are pulling up the same Call Details Report as mentioned in this section of the guide? If yes, could you please reply back with

Re: Error while trying to add a LogicalUserList

2018-03-05 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, I'm not much of a Python expert, so please bear with me on formatting and style, but the following snippet worked for me: rule = { 'operator': 'ALL', 'ruleOperands': [ { 'UserList': { 'xsi_type': 'BasicUserList',

Re: GetIdeas example - ApiException not instance of Throwable?

2018-03-05 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Richard, Thanks - that definitely helps! Could you let me know how you're managing your dependencies? For example, are you using Maven, Gradle, or just setting your classpath manually (e.g., by copying dependencies to a lib folder)? I ask because the error that java.rmi.RemoteException is

Re: What is the cause of the error "A stream must either be a resource or a string" ?

2018-03-05 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Hiroshi, This error looks environment related. Please check out this post if it addresses your issue. If not, could you please reply back with your logs and report definition, so that we can troubleshoot further? Regards, Dhanya, AdWords API

Re: GetIdeas example - ApiException not instance of Throwable?

2018-03-05 Thread goldenmaza
Hi Josh Thank you for your time! :) Code and errors are as follows: try { adWordsHandler = new AdWordsHandler(context); adWordsHandler.callAdWordsAPI(); sales = adWordsHandler.getEntries(); resourceHandler.addResources(Sale.class.getName(), sales); } catch (RemoteException e) {

Re: Error while trying to add a LogicalUserList

2018-03-05 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Sorry, I just realized I sent you an example for rule based user lists. I'll look into this and try to provide you with some Python snippets to help. In the meantime, Damien, if you have a snippet that could help, please share it here. Thanks, Josh, AdWords API Team On Monday, March 5,

Re: GetIdeas example - ApiException not instance of Throwable?

2018-03-05 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Richard, Could you share the error you're getting from the compiler? I want to make sure this is the same issue as mentioned below, so it would be helpful to have more details for your particular case. Thanks, Josh, AdWords API Team On Sunday, March 4, 2018 at 5:03:59 PM UTC-5, goldenmaza

Re: Error while trying to add a LogicalUserList

2018-03-05 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Could you check out the add_rule_based_user_lists.py example and then let me know if that doesn't clear up your question? Thanks, Josh, AdWords API Team On

Re: Geo Performance API report data differs from Geographic report

2018-03-05 Thread Oksana Sulyma
Thank you! Sent the client Id privately. On Friday, March 2, 2018 at 9:10:46 PM UTC+2, Dhanya Sundararaju (AdWords API Team) wrote: > > Hi Oksana, > > Thank you for your patience. I have looked at your issue and in order to > troubleshoot this further, could you please *reply privately to

Call Metrics Call Details Report

2018-03-05 Thread rohan . k
Hi, For the Campaign Performance Report , for the date range Feb 1 - Feb 28, the API returns that there are overall 42 phone calls for the an Adwords Express account. However for the Call Metrics Call

Unrecognized version for the AdWords API

2018-03-05 Thread Агентство B2Basket
Hi everyone. Today I've got an email in which google have asked me to switch to the new version of API (v201802). I've changed my code, but then I saw an error "Unrecognized version for the AdWords API. Given: v201802 Supported: ['v201702', 'v201705', 'v201708', 'v201710']". I use python

Re: Ruby : HOw to access client customer id without mentioning in configuration file

2018-03-05 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Tejaswini, You may check this guide on how to programmatically set the client customer id (See the tab for Ruby). Let me know if you have further clarifications. Thanks and regards,

AttributePrefixUnbound?v:searchParameters

2018-03-05 Thread 18824261965
Hi, I want to implement the 'Get keyword ideas' with Node. And I got a problem,This is my code. I want know where is my

CampaignGroup ID scope of uniqueness

2018-03-05 Thread Marcel Zemp
What is the scope of uniqueness of the CampaignGroup ID? Is the scope also global, i.e. the CampaignGroup ID is globally unique? The documentation here does unfortunately not specify it. This

Why does the budget field get returned in CampaignService.get({'fields': ['Id', 'Name']})?

2018-03-05 Thread Yang Gao
Hi, I'm using the python lib and from some reason the CampaignService's get( ) returns all fields in the selector, as expected but also an extra field for Budget? Why is this an how can I just pull the campaign ID and Name? Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

What is the error "A stream must be be a resource or a string"?

2018-03-05 Thread Hiroshi Akiike
Hi, all. I have been using the AdWords API for about two years. I am using AWSQL to get reports on advertising expenses etc. to ReportDownloader. For the same account, it may happen when the value can be acquired correctly and the following error occurs. "A stream must either be a

What is the cause of the error "A stream must either be a resource or a string" ?

2018-03-05 Thread Hiroshi Akiike
I have been using the AdWords API for about two years. I am using AWSQL to get reports on advertising expenses etc. to ReportDownloader. For the same account, there are times when values can be acquired correctly and exceptions (error messages are as follows) may occur. A stream must

Re: CampaignStatus : PAUSED Error

2018-03-05 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi, The common cause for this error MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT is due to possibly attempting to modify a campaign that was created using the AdWords Express,

Re: Determine video ad format via API?

2018-03-05 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Ryan, Currently, the report types of AdWords API does not support filtering data based on its video ad format. You may check this guide for the

Ruby : HOw to access client customer id without mentioning in configuration file

2018-03-05 Thread tejaswini . patil
I need to access client customer id to set its value in yml file. Once the user is authorize, how to access its client customer id in order to set it run time in application instead of setting in configuration file -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our