How to get imported from GA goals with Adwords API?

2018-01-23 Thread Ilya Chichak
I've connected my GA and Adwords accounts and imported a goal. Is it possible to get GA metrics, conversions or goals with Adwords API? If it is not possible, what GA data can i get with Adwords API? is there any list on avaliable metrics? -- --

is there a way to get goals imported form Google Analytics with Adwords API?

2018-01-23 Thread Ilya Chichak
I've connected my Google Analytics account to Adwords Account and imported goals. Can i get them with Adwords API? (I know, it is possible to get Adwords data with Analytics API) If it is possible, where can i find list of avaliable metrics with names, that should be used in request? -- --

Campaign Report API some fields data mismatch Adwords dashboard (v201702)

2018-01-23 Thread 263382607qq
Hello, I am using adwords php api to get data insert to mysql . I get data from CAMPAIGN_PERFORMANCE_REPORT this is the fields from my request: "AdvertisingChannelType", "CampaignId", "CampaignName",

Authorization Issue && Google Adwords Custom Remarketing Problem

2018-01-23 Thread Trinath Reddy
1. How do i generate the authorization code? here is the link to what i done : http://prntscr.com/i4f455 after Running the url, the result is : http://prntscr.com/i4f7hy 2. Is there a way to integrate google adwords with a CRM such that the CRM's data (email

Re: Experiencing some users having to re-login with their google accounts

2018-01-23 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi David, Since this forum is specific to AdWords API related issues and concerns, could you please clarify if this issue happens in AdWords API? If you can provide the current application or API that you are using, then I may be able to provide you the right support channel for your concern.

Re: memory error while downloading the report

2018-01-23 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Chaitanya, The memory error that you are encountering seems to be a specific issue in your application/server, and not with the AdWords API itself. I suggest that you visit other forums on how to resolve memory error issues in Python. You may also post this concern in the Python client

Re: Why are several US Zip codes not available in LocationCriterionService?

2018-01-23 Thread 'Peter Oliquino' via AdWords API Forum
Hi Max, The reason for other zip codes not being included in the list of supported location criteria is more of product level concern. This being said, I would recommend that you contact the product experts at the AdWords Community Forum

Re: Some Campaigns missing in using Google Adwords API

2018-01-23 Thread Raymond Au Yong
Hi Bharani, Thanks for your reply. I have messaged you privately on the request. On top of that, may I know is there any difference in API capability between C# and JAVA? On Wednesday, January 24, 2018 at 1:35:11 AM UTC+8, Bharani Cherukuri (AdWords API Team) wrote: > > Hi Raymond, > > I

Experiencing some users having to re-login with their google accounts

2018-01-23 Thread David Antunes
Hi, In the last 48 hours, without changing anything to the part of our application's code which deals with logins I'm getting separate reports from users having to re-login with their google login. Is anyone experiencing the same behavior? Has anything changed with the Google authentication

Re: Unable to get refresh Token

2018-01-23 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, The client ID and client secret you used are for the *Web application* flow. The *GetRefreshToken.php* example will only work if the client ID and client secret specified are for credentials with *Application type = Other* (the installed application flow). Please see the *Create a client

Re: BatchJob getting cancelled (Internal Error)

2018-01-23 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Greetings! I know it's been awhile, but I just wanted to touch base. We were able to find the root cause of your issue, and we put a number of fixes in place. If you're still experiencing issues, please get back to me. Thanks, Nadine, AdWords API Team On Thursday, September 28, 2017 at

Re: BatchJobProcessingError.INTERNAL_ERROR and other batchjob issues

2018-01-23 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Everyone, I realize this is an older thread, but I wanted to make sure to close this out rather than leave it hanging for our readers. The issues that were causing this to happen should be fixed now. If you experience any further issues with this, please get back to me. Thanks, Nadine,

Re: Errors when trying to create Proximity criterion - Unmarshalling Error: cvc-elt.4.2: Cannot resolve 'Proximity' to a type definition for element 'criterion'.

2018-01-23 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Akil, It looks like you are trying to set the Proximity criterion on an AdGroup. You can only add the proximity as a criterion on the Campaign. Please check the criteria usage sheet to see the criteria supported at

Re: Unable to get refresh Token

2018-01-23 Thread trinath . esanosys
How do i generate the authorization code? here is the link to what i done : http://prntscr.com/i4f455 after Running the url, the result is : http://prntscr.com/i4f7hy On Wednesday, 3 September 2014 14:42:18 UTC+5:30, Shukla Abhinav wrote: > > *I am trying to run my adwords but

Re: Unable to get refresh Token

2018-01-23 Thread trinath . esanosys
How can i get the authorization code ?? here is the link what i done : http://prntscr.com/i4f455 Looking for your valuable solution. And can i looking to push client contacts to adwords account , with out running on the browser how can i push the data ?? On Wednesday, 3 September 2014

Re: Why are several US Zip codes not available in LocationCriterionService?

2018-01-23 Thread mwellenstein
Hi Peter, I had a similar question as Shankar. I think what we're looking for isn't If a Criteria ID exists - that's a pretty obvious yes/no. The real question is what does it mean? Why is there a Criteria ID for most zip codes, but some zip codes are left out? What led to that gap, and what

Re: How to identify Advertiser accounts

2018-01-23 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Chaitanya, In order to identify only advertiser accounts, you can use the ManagedCustomerService and filter by canManageClients

Re: DownloadCriteriaReportWithAwql got empty data

2018-01-23 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Lijy, Unfortunately, it is not possible to get all countries data in Campaign Location Target Report . You will only get targeted countries for campaign. If this not the case then could you

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2018-01-23 Thread Chaitanya Phani
Hi, I am using python code. Please find python code here. for client_customer_id in list(set(advertiser_accounts)): print client_customer_id o2client = GoogleRefreshTokenClient(adc['client_id'],adc['client_secret' ],adc['refresh_token'])

memory error while downloading the report

2018-01-23 Thread Chaitanya Phani
Hi, Trying to pull product report for one week only, got the following error. Error Message: Traceback (most recent call last): File "get_campaigns_new1.py", line 154, in main(adwords_client) File "get_campaigns_new1.py", line 146, in main download_Performance_Criteria_Report()

Re: AWQL Query with multiple account/Clientcustomerid

2018-01-23 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Ritesh, Could you please confirm that you are trying to fetch the data for all accounts directly under a MCC account? If this is the case, then please check this sample java code to download

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2018-01-23 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Chaitanya, Could you send us the complete SOAP request and response as well as report definitions of both the reports and the client customer id used in the header. You may opt to *reply privately to author*. Regards, Dhanya, AdWords API Team -- --

Re: Victorian Postcodes not listed on the AdWords API Location Criteria 2017-11-02

2018-01-23 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Kristian, I've worked quite a bit with geo-locations, so I'm taking a look at this for you. I think I might have found the source of the confusion here. In our latest tables , those

How to identify Advertiser accounts

2018-01-23 Thread Chaitanya Phani
Hi, I am using the following code to get the all the accounts under a main manager accounts but it has some more manager accounts under main. how to identify only advertiser accounts? https://developers.google.com/adwords/api/docs/samples/python/account-management ( Get the account

Re: the field "Status" come from "Placement Performance Report" represent for what?

2018-01-23 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Please find my responses below: 1. The Status field in Placement Performance Report

ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2018-01-23 Thread Chaitanya Phani
Hi, Trying to pull product reports and getting the following error. Error Message: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH when I checked internet it was mentioned, generally it will give this error for manager accounts need to provide advertiser account. But it is

Re: Some Campaigns missing in using Google Adwords API

2018-01-23 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Raymond, I see that you're querying for all the campaigns that are Enabled, Paused and Removed. This will return all the Campaign details with their status under the specific client account. Also, please note that video campaigns are currently not supported by the AdWords API Services. If

Re: How to retrieve all accounts under MCC

2018-01-23 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, You are in the right direction. To get all the accounts under an MCC hierarchy, you can use the ManagedCustomerService.get() as shown in code sample GetAccountHierarchy

Errors when trying to create Proximity criterion - Unmarshalling Error: cvc-elt.4.2: Cannot resolve 'Proximity' to a type definition for element 'criterion'.

2018-01-23 Thread Akil
Hello, My application is consistently receiving internal errors when I try to create Proximity criterion. The error message is: *Unmarshalling Error: cvc-elt.4.2: Cannot resolve 'Proximity' to a type definition for element 'criterion'.* I've attached SOAP request/response logs to this post.

Re: Call to undefined method Google\AdsApi\AdWords\v201710\cm\AdGroupAdOperation::getExemptionRequest()

2018-01-23 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Our team is currently working on getting the samples and the API docs updated. I will share the status on this thread once the changes are complete. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: How to get Tracking status, Repeat rate, Tracking event by using ConversionTrackerService ?

2018-01-23 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello, That is my understanding as well. Thanks for putting it in such a clear way for people in the future. Best, Nadine, AdWords API Team On Tuesday, January 23, 2018 at 1:13:29 AM UTC-5, cv wrote: > > Hi Nadine, > > Thanks for your reply. > > *On Adwords website, tracking status has 5

AWQL Query with multiple account/Clientcustomerid

2018-01-23 Thread ritesh123khapre
Hi Currently i am using AWQL query API to fetch the performance reports. I have multiple account/Clientcustomerid. I want fetch records for all the columns across multiple Clientcustomerid. Please, let me know how this is possible. Currently i am just adding only one header as Clientcustomerid

the field "Status" come from "Placement Performance Report" represent for what?

2018-01-23 Thread zhang chandler
in the "placement performance report "document, the field "status" represent below: "The status of the main object in this row. For example, in a Campaign Performance Report this will be the status of each row's Campaign. In an Ad Group Performance Report this will be the status of each

How to retrieve all accounts under MCC

2018-01-23 Thread ag . apitesthesabi
Hi, I'd like to retrieve all Accounts under MCC and campaigns of the each Account. As a start point, I run GetAccountHierarchy.php file in order to get all test clients . It works fine if I change the client Id to manager id in adsapi_php.ini file, but then when I run the getCampaign.php file

Some Campaigns missing in using Google Adwords API

2018-01-23 Thread Raymond Au Yong
Hi all, I'm facing a problem where some of the campaigns seem unable to grab by using the Adwords API but I was able to see it in the Adwords UI. Here are the factions of the code: CampaignService campaignService =

Re: How can I get the recommended language by location?

2018-01-23 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi, Currently, only targeting the languages listed in this documentation is available via the AdWords API and retrieving recommended languages related to your current targeted locations is not supported. For any

Re: DownloadCriteriaReportWithAwql got empty data

2018-01-23 Thread lijy8023
Thank you I think you may not understand my means. i need's data like Geo Performance report's description[The Geo Performance report includes all statistics aggregated at the country/territory level, one row per country/territory] i need campaign's cost in every country. but it looks like The

How can I get the recommended language by location?

2018-01-23 Thread 18824261965
Hi, I want get the recommended language with adwords api. like the picture below. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Call to undefined method Google\AdsApi\AdWords\v201710\cm\AdGroupAdOperation::getExemptionRequest()

2018-01-23 Thread Андрей Соколовский
Hi You still have not fixed the mistake? https://developers.google.com/adwords/api/docs/samples/php/error-handling#handle-policy-violation-errors вторник, 16 января 2018 г., 18:51:17 UTC+2 пользователь Sreelakshmi Sasidharan (AdWords API Team) написал: > > Hi, > > Could you correct this >