Re: GEO_PERFORMANCE_REPORT CityCriteriaId returns entities that aren't cities

2017-09-10 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Amit, A gentle follow up on this. If you still have confusions/issues regarding this, kindly provide the information that I asked previously via *Reply privately to author*. Thanks, Vincent AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog an

Re: keyword planner api doesnt work sometimes

2017-09-10 Thread 'Peter Oliquino' via AdWords API Forum
Hi Mike, The InternalApiError.UNEXPECTED_INTERNAL_API_ERROR you are encountering indicates that it could be a temporary issue in the servers or could be due to a bug and is usually not

Re: User Does Not Have Access to Template: 178

2017-09-10 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Trevor, It turned out that this template ID is already deprecated as it uses Flash. There are some other IDs that were deprecated too. I'll update our documentations so people don't get confused. Thanks gain for reaching out to us. Best, Thanet, AdWords API Team On Wednesday, August 30,

Re: Monitoring API calls/versions

2017-09-10 Thread 'Peter Oliquino' via AdWords API Forum
Hi Sam, There is currently no monitoring tool or feature to verify which AdWords API versions are being used by a certain MCC/client account or developer token. However, as a workaround, I would recommend that you implement SOAP logging (if you haven't yet), since the SOAP request

Re: how migirate adwords api v201609 to v201702

2017-09-10 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, To upgrade to an API version, you need to download the client library from here . Since you will migrate to v201702, please see this migration guide . Ho

keyword planner api doesnt work sometimes

2017-09-10 Thread mike
Hi, Sometimes I use the keyword planner API for a couple of queries and I receive this error: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR. There is a maximum rate that after I receive thise error? Maximum number of queries? What can I do if I receive these exceptions. Thanks! -- The informa

Monitoring API calls/versions

2017-09-10 Thread sam
Hi there, New to Adwords API, with an organisation that has been using it for a while. This question is about any monitoring or reporting that may be available as to calls being received on Google's side from a given MCC/Developer Token? *Situation: *We received a notice from Google that a per

Re: Question on ...\mcm\ManagedCustomerPage Object

2017-09-10 Thread 'Peter Oliquino' via AdWords API Forum
Hi Tim, My apologies if I missed out on your second question. The "clientCustomerId" object as seen in this example pertains to the child or client accounts that

Re: How to get search results from Radius Targeting

2017-09-10 Thread 'Peter Oliquino' via AdWords API Forum
Hi Jiwon, I'm a colleague of Ivan and I will be providing support for now. As mentioned previously by Ivan, you will not be able to retrieve radius or address information using the LocationCriterionService. Additionally, targetable locations as seen in the AdWords UI are currently not supported

how upgrade adwords api v201609to v201702

2017-09-10 Thread thedigifrog
Hi, i am using currently adwords api v201609. but now its stop working. how can i upgrade v201609 to v201702. i do want use new api because my code depend on v201609. give me any solution to upgrade v201609 to v201702. Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

how migirate adwords api v201609 to v201702

2017-09-10 Thread thedigifrog
Hi, i am using v201609 adwords api. this api has been deprecated. i want to migrate v201609 to v201702. how can i migrate from v201609 to v201702. thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https

Re: Question on ...\mcm\ManagedCustomerPage Object

2017-09-10 Thread Tim Johnson
Hi Peter, Thank you so much for the prompt response. Fair enough, thanks for the heads up. On the second question, the value of the "clientCustomerId:protected" key is the account that holds the campaigns, correct? It never is a MCC account ID that don't "directly" have campaigns, do they?

Re: Question on ...\mcm\ManagedCustomerPage Object

2017-09-10 Thread 'Peter Oliquino' via AdWords API Forum
Hi Tim, I'm afraid that there is currently no way to retrieve account(s) information using only a refreshToken or any of the OAuth2 credentials. If you wish to retrieve the list of clients under an MCC account, you may use the ManagedCustomerService.get

Re: failure initializing OfflineCredentials$Api

2017-09-10 Thread 'Peter Oliquino' via AdWords API Forum
Hi, The issue you are encountering appears to be more related to the Java client library. You may get in touch with the Java library owners via this link for further assistance. Best regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=

Re: Ad Preview

2017-09-10 Thread 'Peter Oliquino' via AdWords API Forum
Hi Aliko, The AdWords API currently does not have an Ad Preview feature that it supports. As a workaround (for image ads), you may retrieve the SourceUrl of the Image

Re: WARNING in logs but everything works as expected

2017-09-10 Thread 'Peter Oliquino' via AdWords API Forum
Hi Nick, Looking at the logs you have provided, it appears that there is indeed no error encountered when you made the call using the CampaignService of the AdWords API. Additionally since this is more related to the PHP client library, I would recommend that you get in touch with the client li

Re: How to get search results from Radius Targeting

2017-09-10 Thread 김지원
Hi Ivan Thank you for thorough answer. We now understand we can only look up for targetable locations by name via LocationCriteria. However, we've tested several locations and found out that we were only able to look up locations for Cities (e.g. Seoul, Busan) and NOT with detail addresses (e.g

Re: About using MaximizeConversionsBiddingScheme

2017-09-10 Thread 'Peter Oliquino' via AdWords API Forum
Hi, To better investigate the issue, could you provide your clientCustomerId and the complete SOAP request and response when you encountered the error? If you haven't enabled logging, you may refer to this guide as to how. Y

Re: Cannot pause/resume Smart Display Ads via API v201708

2017-09-10 Thread 'Peter Oliquino' via AdWords API Forum
Hi Greg, The OperationAccessDenied.MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT error that you are encountering indicates that you are modifying a campaign that was created via

Question on ...\mcm\ManagedCustomerPage Object

2017-09-10 Thread Tim Johnson
So I am looking to find all campaigns tied to a refresh token that i received. Part of my program involves receiving the aforementioned object from the Adwords API. From this object, I am looking to grab every clientID, under that refresh token, which can then contain campaigns... Right now I