Re: (URGENT!) Total : AdGroups Costs

2017-10-30 Thread biuser

Re: How do I distinguish between "search and featured display networks" and "search network only" campaigns, which field is used to determine?

2017-10-30 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Tim, The documentation for targetContentNetwork states that it *may only *be set to true for campaign channel subtype UNIVERSAL_APP_CAMPAIGN, but it does not necessarily

Re: Cant Get Developer Token

2017-10-30 Thread thomas . wangsa
Hi Sreelakshmi, Thank you for your information. Regards, Thomas On Friday, October 27, 2017 at 10:40:19 PM UTC+7, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi Thomas, > > I will be following up on your questions as Jude is out today. Please find > my answered below : > >1.

Re: Adwords and Selenium

2017-10-30 Thread 'Peter Oliquino' via AdWords API Forum
Hi Vincent, My apologies, however, I'm afraid your concern is not AdWords API related. This being said, I would recommend that you get in touch with the product experts via the AdWords Community Forum for further

Re: How do I distinguish between "search and featured display networks" and "search network only" campaigns, which field is used to determine?

2017-10-30 Thread 'Tim Tsai' via AdWords API Forum
Hi Vincent, I have this question too, but the API documentation states that the targetContentNetwork field can only be set true for campaign subtype Universal_App_Campaign. Is there another way to

Re: CustomerNegativeCriterion and Video campaigns

2017-10-30 Thread 'Tim Tsai' via AdWords API Forum
Great, thanks for your help! On Tuesday, 24 October 2017 00:13:57 UTC-4, Peter Oliquino wrote: > > Hi Tim, > > Yes, the account level negative criterion are placed within your shared > library so it should be applied to all, including new campaigns. If you > wish to learn more about the

Re: "--" for crossDeviceConversions since yesterday

2017-10-30 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
AdNetworkType2 >>>Conversions >>>ViewThroughConversions >>>ConversionValue >>>CrossDeviceConversions >>>AllConversions >>>AllConversionValue >>> >>>Camp

Re: No auth.ini in Google Adwords PHP API files

2017-10-30 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, A new ads php client library was released in December 2016. The configuration settings in the new library have been consolidated into one file called adsapi_php.ini which is available in

No auth.ini in Google Adwords PHP API files

2017-10-30 Thread Em VeeOo
I copied an old 2013 repos from a company to have a headstart. Finally ofcours this fails. The /v2013/ it tries to get the WSDL for is non existent. Nevermind. Then, Composer says it's old and need to be self-updated. That fails because of access/security issues. Nevermind that. Then finally

Adwords and Selenium

2017-10-30 Thread vincent
Is using selenium to take screenshot for reporting purposes discouraged by Google? Obviously, I am unable to use the API to take screenshots. I want to know why I can't use cookie based authentication for Selenium to visit Adwords. I have the following code: save.py try: driver

Re: High search volume results for locations

2017-10-30 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Francisco, Could you enable logging and provide the SOAP request and response logs for the request to TargetingIdeaService in both these cases, LocationSearchParameter set to Switzerland(2756) and cities in Switzerland? Are you making these requests against a test AdWords account? Please

Re: User doesn't have permission to access customer...Following Tutorial

2017-10-30 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Steve, The USER_PERMISSION_DENIED error is experienced when there is no link between the manager account authenticated in the request and the client account specified or when the

Re: Отчет по одной кампании с аккаунта

2017-10-30 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, You will be able to pull the Clicks , Cost and Impressions

Re: (URGENT!) Total : AdGroups Costs

2017-10-30 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, You could use the Ad Group Performance Report which includes all statistics aggregated by default at the ad group level. You will need to include Cost

High search volume results for locations

2017-10-30 Thread Francisco Ferrari
Hi! I am trying to get the monthly estimated search volume for certain keywords using the LocationSearchParameter and the id of a country (in this case Switzerland, 2756) but I am getting results that are too high to be real. Also, when I try to use lower level location (in this case cities) I

Re: "--" for crossDeviceConversions since yesterday

2017-10-30 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Conversions >>AllConversions >>AllConversionValue >> >>CampaignStatus >>IN >>ENABLED >>PAUSED >>REMOVED >> >> >>20170903 &

Re: Google/auth version conflict

2017-10-30 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Alvin, For now, you could continue using the V201702 version of AdWords API. Please note that this version is marked for sunset on 14 Feb 2018 after which all the requests made against this version of the API will fail. Could

Re: Python Labels request problem

2017-10-30 Thread 'Jude Amagoh' via AdWords API Forum
Hi, I understand you're trying to get all your campaigns with their labels but seem to be facing a little difficulty. Can you please provide your clientCustomerId number so I could have a closer look? Please use *Reply privately to author* when responding. Best Regards, Jude, Adwords API

(URGENT!) Total : AdGroups Costs

2017-10-30 Thread biuser
Hi, I have a problem. How to get the sum of the ad groups costs via adwords api. I can reach the all cost but, I dont want to get total campaign cost. I need only ' Total AdGroups' Costs. Best regards, Çağatay ERDOĞDU cagatay.erdo...@tatilsepeti.com -- --

Re: How to get competitor names through API?

2017-10-30 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Anup, The competitor's domain in only available in the Bid Goal Performance Report for the TargetRoas strategy. You need to request for the

Python Labels request problem

2017-10-30 Thread Marvin
Hello, I'm trying to get all my campaigns with their Labels. When I don't include "Labels" in my request I have everything but when I'm adding it some are missing. Here I have all of them SELECT CampaignId, Date, CampaignName, CampaignStatus, Impressions, Clicks, Cost, AveragePosition,

User doesn't have permission to access customer...Following Tutorial

2017-10-30 Thread nhaadwords
I am following your tutorial - Make Your First API Call - https://developers.google.com/adwords/api/docs/guides/first-api-call 1. Created a new email/manager account and requested a developer token 2. Created a new email/test manager account from the manager account 3. Created a test

Google/auth version conflict

2017-10-30 Thread alvin
We are building an application where want to use both the Google Adwords api and the Google Analytics api. We used composer to install both and we are having a version conflict. The analytics api library is using google/auth version 0.8 and adwords api is using version 1.0.1. We are using the

Python AWQL request (problem to get Labels)

2017-10-30 Thread Marvin
Hello, I'm trying to get all my campaigns with their Labels. When I don't add "Labels" in my request I'm getting all of them. But when it's added, some campaigns just disappear. Here my request without "Labels" SELECT CampaignId, Date, CampaignName, CampaignStatus, Impressions, Clicks,

Отчет по одной кампании с аккаунта

2017-10-30 Thread myrabotakostya
Здравствуйте! Подскажите пожалуйста. есть ли возможность при составлении отчета по API AdWords получать количество кликов, потраченный бюджет и количество показов по 1 кампании из аккаунта? Спасибо. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: CampaignCriterionService get LocationName (language german)

2017-10-30 Thread 'Peter Oliquino' via AdWords API Forum
Hi Dominik, LocationNames are usually returned the same as what can be seen via the geo targeting spreadsheet

Re: Video Add API calls (https://developers.google.com/adwords/scripts/docs/reference/adwordsapp/adwordsapp_instreamadbuilder)

2017-10-30 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Daniel, On the AdWords API perspective, these types of video ads as template ads are still supported. However, since your concern is more on the product level (if these type of ads are no longer shown in YouTube and other

Re: Video Add API calls (https://developers.google.com/adwords/scripts/docs/reference/adwordsapp/adwordsapp_instreamadbuilder)

2017-10-30 Thread office
Hi Vincent, Thank you for clarifying. Regarding your suggestion for creating in-stream video ads in a display network campaign, I read that these are no longer being shown on YouTube and are being phased out on network partners correct? Meaning effectively YouTube video advertising is

CampaignCriterionService get LocationName (language german)

2017-10-30 Thread Dominik Raffetseder
Hello, i would like to get the LocationName with CampaignCriterionService. But how can i change to geht is in german an not in english? best regards, Dominik -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Type = 'AuthorizationError.USER_PERMISSION_DENIED', Trigger = '', FieldPath = ''

2017-10-30 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Since you mentioned that the third account is already under your MCC account, the other reason that you are encountering the AuthorizationError.USER_PERMISSION_DENIED error could be

Re: Video Add API calls (https://developers.google.com/adwords/scripts/docs/reference/adwordsapp/adwordsapp_instreamadbuilder)

2017-10-30 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Daniel, Your reference documentation is specific to AdWords Scripts, and not AdWords API. If you have clarifications specific on this documentation, please post in the AdWords Scripts Forum . For the AdWords API, the In-stream video