Re: Object IDs: API vs AdWords URLs

2017-09-12 Thread 'Peter Oliquino' via AdWords API Forum
Hi Ryan, I'm afraid that the "*&__c=7810563030*" or any numbers seen in the AdWords UI's URL does not necessarily directly translate to one's MCC or client account ID. Account numbers via the API can be retrieved via the ExternalCustomerId

Re: Report definition not recognized when making SOAP request

2017-09-12 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Thanks for this information. Since you are not using our client libraries, please make sure that you followed the XML schema definition in creating a report definition

Can we develop mobile app CRUD through SDK?

2017-09-12 Thread 김지원
Hi While developing a web service through the AdWords SDK, we would like to know whether we could create one of AdWords feature through SDK. When you create a uac campaign in AdWords, there is a section where you choose a mobile app. If it's your first time creating UAC, the select box

Re: About impression share

2017-09-12 Thread take
Hi Vincent, Thank you for your reply. Our system are using AdWords API v201705. We will get campaign performance report through API *daily.* Based on our customer 's need, we will show data by conditions (last 7 days, this month) So in that situation, we do not know how to calculate

Requesting ALL_TIME ImpressionReach

2017-09-12 Thread Austin Smith
Hi, I am having some issues requesting ImpressionReach for my campaigns. I understand that this metric does not appear on reports for requests that have a time range greater than 92 days. The proposed solution I've seen for this is to request impressionReach for smaller time ranges. If I was

Re: UNEXPECTED_INTERNAL_API_ERROR for ConversionTrackerService.mutate(UploadConversion)

2017-09-12 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Gabriel, It looks like you are setting the attributionModelType to DATA_DRIVEN. Please note that this attribution model is only available to accounts with enough data. The requirements for this attribution model are provided here . This

Re: Getting a second token with readonly access

2017-09-12 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Assaf, Access levels such as Read-only, Standard and Administrative access are associated with the email address to make the API requests. It does not depend on the developer token access. AdWords API access level depends on the level of access given to the account in the UI. You will be

Re: Why cost exported from Adwords API is not correct (too many weird zeros in the end and no separator for decimals)

2017-09-12 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, In AdWords API, fields of type *Money* are returned in micro currency units(micros). You need to divide the value by 100 to get the Cost in the account's local currency. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Why cost exported from Adwords API is not correct (too many weird zeros in the end and no separator for decimals)

2017-09-12 Thread Rui Song
Hi, I have been using Adwords API with Python to fetch some numbers, all the metrics are correct (impressions & clicks) except for the costs. The costs always end with 4 zeros and no separator for decimals. Below is the result I got (last column is the real cost I pulled from Adwords

Object IDs: API vs AdWords URLs

2017-09-12 Thread Ryan Aires
How are the IDs listed in URLs translated to the ID values returned by the API? For example, in the url for an account, an account is denoted with the following: "&__c=7810563030", but the value shown in the UI (and API minus the dashes) is: 475-959-0193. We would like to be able to link to

UNEXPECTED_INTERNAL_API_ERROR for ConversionTrackerService.mutate(UploadConversion)

2017-09-12 Thread Gabriel Kent
Greetings all, The following create request has been failing consistently for the ConversionTrackerService UploadConversion endpoint. We have retried the request many times over the course of several days without success. We are using the google-api-ads-ruby gem. More details can be provided

Re: UNEXPECTED_INTERNAL_API_ERROR with getCustomers

2017-09-12 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you provide the email address which was used to authorize the request along with the complete SOAP request and response logs? Please use *Reply privately to author* when responding. Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: Targeting Idea Service STATS Operations Count

2017-09-12 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Ryan, If you are trying to query 500 keywords in a single get request, it would be considered as one operation. If you're trying to request 500 keywords in batches of 100, it would be counted to 5 operations. You can get the number of operations performed in a request by logging the

Getting a second token with readonly access

2017-09-12 Thread Assaf Frank
Hi, We currently have a standard token (read/write) but would like to offer a service to customers that only requires read access. We would like to display the "grant access" message to the users that we would like access to "read" only and not to fully manage their accounts (I understand

Re: Connecting AdWords API and Big Query

2017-09-12 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Dheeraj, On this forum we discuss technical issues specific to AdWords API. Since your question is about Big Query integration, could you please get in touch with the Big Query Team ? I found this

Re: User Does Not Have Access to Template: 178

2017-09-12 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Trevor, Using the API you should be able to create an Image Ad and set the placements as long as the campaign type is Display and not Video. You could check these guides about showing Display Network ads in videos and

UNEXPECTED_INTERNAL_API_ERROR with getCustomers

2017-09-12 Thread Oksana Sulyma
Hi guys, I'm requesting https://adwords.google.com/api/adwords/mcm/v201702/CustomerService and getting the next error: soap:ServerInternalApiError.UNEXPECTED_INTERNAL_API_ERROR @

Re: Report definition not recognized when making SOAP request

2017-09-12 Thread JohnA_a
Hi Vincent, thanks for your reply. Just to give you a broader view of what we are attempting: We are actually using a SSIS component that is connecting to AdWords API and making a SOAP request to get ads performance data etc. We are not using any language (php, c#, java, ruby etc) but the

Connecting AdWords API and Big Query

2017-09-12 Thread Dheeraj R
What is a preferable way of connecting AdWords API and Big Query Using a Web Service component or Script Component ? Please suggest at the earliest and the steps for doing the same. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Targeting Idea Service STATS Operations Count

2017-09-12 Thread 'Ryan' via AdWords API Forum
Hi all, The Rate Limit documentation shows up to 10,000 "operations" per day for a get request to the TargetingIdeaService. Operation: get Count: 100 targeting ideas Service: TargetingIdeaService Operations counted towards Daily Limit:

Re: 400 BAD REQUEST on reporting

2017-09-12 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Tim, You are missing the reportName and dateRangeType in your request. Kindly see this sample report definition so you can emulate on your end. If the issue still persists after doing the

Re: Fatal error: Uncaught Error: Access to undeclared static property:

2017-09-12 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Pradeep, Since you will be using a custom date range based on the user's selection, then you can use a CUSTOM_DATE for the dateRangeType. Below is a sample PHP code snippet on how to do this: $range = new

Re: About impression share

2017-09-12 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, For your first question, you are right. You can get it using ContentImpressionShare metric of Campaign Performance Report. This will return the same results as the UI

Re: [8-7315000019058] From basic to standart access level Adwords API

2017-09-12 Thread Владимир Дорохин
Hi. The account is attached to the developer's personal mail. We decided to switch to the corporate account in the app, and after that we already send the application for the standard level. Tell me, please, can I send you an application by mail or through the forum? 2017-09-08 13:57 GMT+03:00

Re: How to verify search locations for Radius Targeting

2017-09-12 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Jiwon, Currently, there's no way to verify if the provided location information is country, city, postal code or street address via AdWords API. In the UI for radius targeting, if you'll search for a location, it may provide you the whole address (this also depends on the searched

Re: Fatal error: Uncaught Error: Access to undeclared static property:

2017-09-12 Thread Pradeep Kumar
Dear Vincent Racaza , Thank you for your kind reply. But see i am developing a wordpress plugin where user has to filter the data from drop down Like user will pick a date range e.g; 4-sep-2017 to 5-sept-2017 so i will save it in a variable and want to call this variable in place of

400 BAD REQUEST on reporting

2017-09-12 Thread Tim Johnson
Hi, I am trying to pull a report by following the reporting basics instructions here. However, when I try the POST call, I receive a "400 BAD REQUEST" error below is my call:

Re: Fatal error: Uncaught Error: Access to undeclared static property:

2017-09-12 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Pradeep, In regards to your error in PHP, you need to set a defined constant value in the dateRangeType as the LAST_7_DAYS constant value is under ReportDefinitionDateRangeType object. Meaning, you could not just create a variable and set it in ReportDefinitionDateRangeType. Kindly set it

About impression share

2017-09-12 Thread take
Dear AdWords API team, As document guide at https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report#contentimpressionshare The impression share has special value "< 10%". I cannot calculate impression share value by period of time or monthly So I have 2

Re: any way to see the SOAP calls

2017-09-12 Thread Tim Johnson
scratch this you can mark this solved or delete this thread. Thank you for the assistance. On Tuesday, September 12, 2017 at 2:24:53 PM UTC+10, Tim Johnson wrote: > > Hi Peter, > > Unfortunately that will not help me. I want to use cURL to make > adjustments and to get reporting from the

How to verify search locations for Radius Targeting

2017-09-12 Thread 김지원
Hi We are aware that proximity targeting is implemented using only the CampaignCriterionService for Radius Targeting. Now that we know this, we would like to approach the matter in different way. When entering locations for Radius targeting, how can we verify the inserted item matches one