Re: Error message : AuthorizationError.CUSTOMER_NOT_ACTIVE

2019-08-28 Thread 오인기
Hi I'm still not getting an api call response. there is no single response to all the requests *error : AuthorizationError.CUSTOMER_NOT_ACTIVE* an ongoing ad campaign is being paid for and I don't know why this error occurs. please check my google account i think my account has lost

RE: How to set "Pay for Conversions" through API?

2019-08-28 Thread Google Ads API Forum Advisor Prod
Hi Dennis, Thank you for reaching out. I am afraid setting the "Pay for Conversions" is not supported in the AdWords API. This feature can only be set in the Google Ads UI. Let me know if you have further clarifications. Regards, Dannison Google Ads API Team ref:_00D1U1174p._5001UHEux9:ref

RE: AdWords API scopes

2019-08-28 Thread Google Ads API Forum Advisor Prod
Hi Marcos, You can refer to this guide about OAuth2 scopes for more information. The read access level will depend on the access level assigned to the login email of the credentials. You can refer to this guide on how to assign read only access to the account. Regards, Dannison Google Ads API

RE: How can I create a sign-in page that will allow clients to sign in and grant access to my MCC?

2019-08-28 Thread Google Ads API Forum Advisor Prod
Hi Grigor, Thank you for reaching out to support. However, my apologies as this is currently not supported in the AdWords API. To elaborate, there is currently no service or feature that allows users to access their Google Ads accounts in the UI using the API. I hope this helps. Best regards,

RE: How can I pass more than one location in EstimatedKeywordTraffic API?

2019-08-28 Thread Google Ads API Forum Advisor Prod
Hi Aqeel, We currently do not have a direct example for what you are looking for, however, you can try and create a new Location object and include it in the objects you pass in the CampaignEstimateRequest : ex. $campaignEstimateRequest->setCriteria([$unitedStates, $mexico]); Let me know if

Re: How to create seasonality adjustment using Google Ads API?

2019-08-28 Thread Ершов Александр
Got it! Thank you very much! On Wednesday, August 28, 2019 at 6:37:29 PM UTC+3, adsapiforumadvisor wrote: > > Hello, > > The Seasonality adjustments are not yet supported through the API. I have > your interest with the team. Regarding your concern, neither the > deprecation nor the sunset

Re: BatchJobService always failing with BatchJobProcessingError.INTERNAL_ERROR

2019-08-28 Thread Google Ads API Forum Advisor Prod
Hi Afaq, Glad your issue has been fixed. Feel free to write back should the issue arise again. Regards, Dannison Google Ads API Team ref:_00D1U1174p._5001UHEuKq:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Migrate TargetingIdeaService to KeywordPlanIdeaService.generateKeywordIdeas

2019-08-28 Thread masa hassy
Hi,Nikisha It's very sorry that the functionality is less than the Google AdWords API. Thanks. 2019年8月29日木曜日 6時25分03秒 UTC+9 adsapiforumadvisor: > > Hi Masa, > > Thank you for reaching support. The Search parameter for the Keyword Idea > types is not available in Google Ads API. You could

RE: Migrate TargetingIdeaService to KeywordPlanIdeaService.generateKeywordIdeas

2019-08-28 Thread Google Ads API Forum Advisor Prod
Hi Masa, Thank you for reaching support. The Search parameter for the Keyword Idea types is not available in Google Ads API. You could refer to this code sample (in java) to generate keyword ideas using KeywordPlanService in Google Ads API. Let us know if you need additional information.

RE: How to change uservertical IDs and customaffinity IDs to unique Criterion name at Audience Performance Report?

2019-08-28 Thread Google Ads API Forum Advisor Prod
Hi Team, Thank you for reaching support. The 'uservertical' is prefix for complex criteria type CriterionUserInterest. They will have a string representation of the form prefix::identifier as mentioned in this reporting guide. The 'customaffinity::11' is the valid affinity categories and

RE: CampaignBidModifier Resource Name Invalid Customer ID

2019-08-28 Thread Google Ads API Forum Advisor Prod
Hello Deborah, Instead could you use below code snippet to create the resource name. If you still facing concerns, please raise an issue on the python client library from here. Code Snippet: campaign_criteria_service = client.get_service(CampaignCriterionService)

Re: Custom intent audiences. Audience size

2019-08-28 Thread Google Ads API Forum Advisor Prod
Hi Lubov, Although you won't be able to get the size, you can get a list of its members using Google Ads API. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UHETve:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

How can I create a sign-in page that will allow clients to sign in and grant access to my MCC?

2019-08-28 Thread Grigor Yovov
How can I create a sign-in page that will allow clients to sign in and grant access to my MCC? Here is a sample from another agency:

How can I pass more than one location in EstimatedKeywordTraffic API?

2019-08-28 Thread Aqeel Ashraf
Hi, The example shows: // Optional: Set additional criteria for filtering estimates. // See http://code.google.com/apis/adwords/docs/appendix/countrycodes.html // for a detailed list of country codes. // Set targeting criteria. Only locations and languages are supported. $unitedStates = new

RE: Campaign Criteria

2019-08-28 Thread Google Ads API Forum Advisor Prod
Hi Sam, Since this is a behavior of the UI as well, I'd recommend reaching out to the product team to get more information. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UHEvGp:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: What timezone if segmentation by hour

2019-08-28 Thread Google Ads API Forum Advisor Prod
Hello, In general all the reports that are pulled from a account will be based on the account's time zone. Even here the hours pointed to the timezone of the account to which the API call is made. In your query you can add the attribute like ad_group.id or ad_group.name so that the metrics

Agerange inclusion/exclusion and mutliple criterion setting under same xsi_type

2019-08-28 Thread Arnab Ganguly
I have few question. How do I make the ad group visible to particular age group. With below setting from the API, 'xsi_type': 'BiddableAdGroupCriterion' 'criterion': 'xsi_type': 'AgeRange' 'id': '503001 (18to24) When go to UI, under AdGroup->Demographics I still see other

Re: How to get information about Showcase ad in the report

2019-08-28 Thread Google Ads API Forum Advisor Prod
Hello, You won't be able to get these fields in a report. However, if you use the AdGroupAdService, you can retrieve these fields for a ShowcaseAd. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UHEdL3:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: BatchJobService always failing with BatchJobProcessingError.INTERNAL_ERROR

2019-08-28 Thread Afaq Alam Ansari
Hi Ejay, Thanks for your response. I wasn't aware of enabling SOAP logging. Thanks for letting me know. The batches were failing with the same error all the time but when I tried to run with SOAP logging enabled, it doesn't fail anymore. Thus I am unable to get you the exact logs for failing

RE: How to get Region and City Name using inner query in Google Ads API?

2019-08-28 Thread Google Ads API Forum Advisor Prod
Hello Anirudh, It is not possible have both calls in a single query as those two resources cannot select with each other. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UHEuxE:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: [Google Ads API Beta] Proto definitions for latest releases

2019-08-28 Thread John
On https://github.com/googleapis/googleapis/tree/master/google/ads/googleads it says: > To develop in a programming language without an official client library, > refer to the API Concepts Guide > and > consult these

RE: How to create seasonality adjustment using Google Ads API?

2019-08-28 Thread Google Ads API Forum Advisor Prod
Hello, The Seasonality adjustments are not yet supported through the API. I have your interest with the team. Regarding your concern, neither the deprecation nor the sunset date has been set yet for AdWords API. Once the Google Ads API exits “beta”, we will announce the deprecation date and

Re: Custom intent audiences. Audience size

2019-08-28 Thread lubov fedorinova
Thanks! But my audience has type "Custom intent audience". So I don't find her in UserList. пятница, 23 августа 2019 г., 22:07:56 UTC+3 пользователь adsapiforumadvisor написал: > > Hi Lubov, > > You can get the audience size from AdWords API using the > AdWordsUserListService >

RE: (Google Ads Api) Campaign Criterion's location needed more information

2019-08-28 Thread Google Ads API Forum Advisor Prod
Hello Won, Appreciate your feedback. I have shared this internally with the team. Please keep an eye on our blog for more future updates. Thanks, Bharani, Google Ads API Team ref:_00D1U1174p._5001UHEtCM:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: [Google Ads API Beta] Proto definitions for latest releases

2019-08-28 Thread Google Ads API Forum Advisor Prod
Hello John, The new fields that are made available for CustomerClient can be accessible via the Customer_Client resource instead. You could use a GAQL resource query with the help of Interactive Query builder to fetch data for those fields. Also, you have to update to the latest client library

What timezone if segmentation by hour

2019-08-28 Thread 'Manuel Spierenburg' via AdWords API and Google Ads API Forum
In the google ads api in the query we can segment by hour to get hourly metrics for example. But I could not find any information which timezone is applied in this case. Is it in UTC or is the timezone of the account used? Example: SELECT segments.hour, metrics.clicks FROM

Campaign Criteria

2019-08-28 Thread Sam
Hi, On the criteria page for the Google Ads API here: https://developers.google.com/google-ads/api/docs/targeting/criteria It says: GenderInfo By default a

RE: BatchJobService always failing with BatchJobProcessingError.INTERNAL_ERROR

2019-08-28 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for posting your concern. So that I can discuss your issue with the rest of the team, could you please help me with your customer ID and the complete SOAP request and response logs together with the error message? If you haven't enable the SOAP logging, you may refer to 'readme'

Re: AdWords API scopes

2019-08-28 Thread Marcos Gil Fuertes
Sorry, I meant OAuth2 scopes. Is it possible to ask only for read permission? Thank you! El miércoles, 28 de agosto de 2019, 8:53:22 (UTC+2), Marcos Gil Fuertes escribió: > > Where can I find them, please? > > Regards > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

How to change uservertical IDs and customaffinity IDs to unique Criterion name at Audience Performance Report?

2019-08-28 Thread AXM Ad company
Hi I have one question. I extracted Audience Performance Report from Adwords API for using Ad reports. When I extracted those reports, I conformed Audience IDs. On there, they says like "uservertical::92005" and "customaffinity::11". I don't understand what they are saying. How to

CampaignBidModifier Resource Name Invalid Customer ID

2019-08-28 Thread Deborah Perez
Hi, This is a question about Google Ads API and for Python. I am trying to mutate a campaign bid modifier using 'CampaignBidModifierOperation'.and 'CampaignBidModifierService'. Upon providing a resource name, in the format

Re: [Google Ads API Beta] Proto definitions for latest releases

2019-08-28 Thread John
With a client build with the v2_0 proto files the new fields introduced in v2_1 are not available. I'd like to use these new fields of CustomerClient: Added time_zone, test_account, manager, descriptive_name, currency_code, > and id to CustomerClient to make it easier to retrieve customers in

How to set "Pay for Conversions" through API?

2019-08-28 Thread Dennis Koschig
Hello, currently the Campaigns i create automatically use "Pay for Clicks" as Payment-Method. [image: pay for conversions.png] (Ignore that in the shown Screenshot "Conversions" cannot be selected, the Screenshot is from our Test-Account and not from our Production-Account) How

How to set "Pay for Conversions" through the API?

2019-08-28 Thread Dennis Koschig
Hello, how can i manipulate the following setting "Bezahlen für" / "Pay for" through the API? [image: pay for conversions.png] Currently, Campaigns are created with "Pay for Clicks" but i want to change this to "Pay for Conversion" through GoogleAds API Code (php). The Code

RE: Dimensions and Metrics available through the API

2019-08-28 Thread Google Ads API Forum Advisor Prod
Hi Steve, Thank you for reaching out. Unfortunately, I can only provide you insights on the AdWords API perspective. In the AdWords API, you can use the Keywords Performance Report to get statistics on the keyword level. Once you have successfully integrated your Google Ads account with

RE: oauth question

2019-08-28 Thread Google Ads API Forum Advisor Prod
Hi Josh, Thanks for posting your concern. You may try to use the CustomerService.getCustomers() method to retrieve the accounts wherein you email address (where you've used in creating the OAuth2 credentials) have access. You may refer to this blog post to read more about retrieving accounts

RE: AdWords API scopes

2019-08-28 Thread Google Ads API Forum Advisor Prod
Hi Marcos, Thank you for reaching out. To better assist you, could you further elaborate what scopes of the AdWords API you are pertaining to? Regards, Dannison Google Ads API Team ref:_00D1U1174p._5001UHEtv3:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

RE: Google Ads API authorization

2019-08-28 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for posting your concern. Could you confirm if you are using AdWords API or Google Ads API? Then, could you provide more details on what you want achieve with the API? If what you want is to generate credentials, then, you can follow this guide and feel free to write back if you

Dimensions and Metrics available through the API

2019-08-28 Thread Steve Wright
Hi, Can anyone point me in the right direction for the AdWords API & YouTube API dimensions and metrics explorers? (I found one for GA - https://developers.google.com/analytics/devguides/reporting/core/dimsmets) I want to make sure that the dimension I'm after can be pulled through the API.

BatchJobService always failing with BatchJobProcessingError.INTERNAL_ERROR

2019-08-28 Thread Afaq Ansari
Hi, I am trying to create ad group criterion but I keep getting following ``` ... 'processingErrors': [ { 'fieldPath': None, 'fieldPathElements': [], 'trigger': None, 'errorString': 'BatchJobProcessingError.INTERNAL_ERROR',

oauth question

2019-08-28 Thread Josh Shin
If my email is given access to multiple, totally separate Google Ads accounts (not accounts within an MCC), is there way in the OAuth process to choose which account to proceed with? Obviously, you can choose an email account, but can you get more granular and choose a specific account that an

RE: get_campaign

2019-08-28 Thread Google Ads API Forum Advisor Prod
Hi Michele, Could you confirm if your concern is related to AdWords API? If yes, so that I can take a closer look, could you provide the complete SOAP request and response logs together with customer ID via Reply privately to author option? You can enable the SOAP logging by referring to this

RE: Adword API Monthly Search Volume

2019-08-28 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for posting your concern. For your convenience, you can use this sample code for Java (sample code for retrieving targeting ideas is also available to other client libraries) as it will include the search volume of keywords in the response. However, you may sometimes experience the

RE: 我是购物网站,需要安装哪些代码呢?是否有安装代码的服务?

2019-08-28 Thread Google Ads API Forum Advisor Prod
您好! 您可以先确认您使用的是AdWords API还是Content API?如果您使用的是Content API,则可以在论坛中提出问题。 谢谢, 姚慶輝 Google Ads API Team ref:_00D1U1174p._5001UHEt51:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

RE: BatchJobProcessingError.FILE_FORMAT_ERROR : upload labels

2019-08-28 Thread Google Ads API Forum Advisor Prod
Hi, Upon checking the SOAP logs you provided, you were including LabelOperation which is not supported for batch processing. This could be the reason why you are encountering the error. Please see this guide for the list of supported operations in the BatchJobService. If you are creating new

AdWords API scopes

2019-08-28 Thread Marcos Gil Fuertes
Where can I find them, please? Regards -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords

RE: API campaigns report not matching UI and total incorrect

2019-08-28 Thread Google Ads API Forum Advisor Prod
Hi Liam, Thank you for providing the details privately. My apologies for the delayed response as I was discussing this with the team. The discrepancy is due to the fact that conversion values on each row are rounded to two decimal places, while the total adds up the actual values and then

Re: How to get information about Showcase ad in the report

2019-08-28 Thread li qian
But I can't find the title, description, etc. of the showcase in the Ad Performance Report . 在 2019年8月27日星期二 UTC+8上午4:23:40,adsapiforumadvisor写道: > > Hello, > > In order to get showcase ad report data, you