Code for getting keyword statistics for search campaign

2017-07-20 Thread rcardstest
Hello, I want to get the keyword statistics for search campaign. Can you pls guide me through the code to get those details. Attached screenshot has details. Regards, Prashant More -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: How to get these fields with conversions api

2017-07-20 Thread min zhang
Hi Ivan, thanks ,I just want to get this Repeat Rate filed bow,Do you Have other ways to get this? hope your answer Regards, ZhangMin 在 2017年7月20日星期四 UTC+8下午5:38:02,Ivan Bautista写道: > > Hi ZhangMin, > > The Repeat Rate field from the UI doesn't have a direct counterpart in the > AdWords API.

Fetch account performance for accounts managed by sub-manager

2017-07-20 Thread dylan . yeu
Hi, Context: If MCC root manager account id is 100, and it manages account id 1001, 1002, 1003, in which 1001 is manager account, and it manages account 2001.I cannot get 2001's account performance data by using credential produced by root manager account (response is empty). Is this by design

Re: TargetingIdeaService

2017-07-20 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you describe the difficulty you are facing while using TargetingIdeaService so I can help you out? Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Need a developer

2017-07-20 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Michael, On this forum we handle technical question related to the AdWords API. If you face any issues while working with the AdWords API, we will be able to assist you in resolving those. I am also linking the guides to Ads Overview

TargetingIdeaService

2017-07-20 Thread Shlomi Levi
Somebody can upload to youtube how to use TargetingIdeaService? with how to generate tokens etc... What is now on the youtube is old and obsolete. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: AdType for expanded dynamic search ad in AD_PERFORMANCE_REPORT

2017-07-20 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello, This issue has just been fixed. Sorry for the inconvenience. Best, Thanet, AdWords API Team On Monday, June 26, 2017 at 9:31:42 PM UTC+9, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > We have a solution in the works but I have nothing to share publicly yet, > unfortunately.

Re: Setting AdGroup bid not permitted

2017-07-20 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi David, Could you enable logging and share the complete SOAP logs so that I can take a look? You could *Reply privately to the author* while responding. Thanks, Sreelakshmi, AdWords API Team -- --

Re: Countrycode and report Geo performance report

2017-07-20 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi David, The Geo Performance Report doesn't support zero impressions. This could be the reason why you don't see any values in the downloaded report for this date range. Could you check the

Re: How to get AdGroupAdDisapprovalReasons and CreativeApprovalStatus in v201705

2017-07-20 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi RaghuKumar, The CombinedApprovalStatus will give you additional values related to the ad review and approval like approval status, approval state and details of any policy

Need a developer

2017-07-20 Thread Michael Barrett
I need a developer familiar with the Google API feed to assist with connecting to various 3rd party platforms to pull data. I want to update various items in Adwords with this data. Ideally would like to create new ads, update price extensions, update callouts. Not sure what I can or can't

How to get AdGroupAdDisapprovalReasons and CreativeApprovalStatus in v201705

2017-07-20 Thread 'Raghu Kumar' via AdWords API Forum
Hey Team, We are migrating from v201609 to v201705. As part of AD_PERFORMANCE_REPORT Download we refer to these fields AdGroupAdDisapprovalReasons and CreativeApprovalStatus. As per migration guide(https://developers.google.com/adwords/api/docs/guides/migration/v201705) these 2 fields are

Setting AdGroup bid not permitted

2017-07-20 Thread david . simon
Hi, I'm trying to modify the CPM bid of an adgroup through the PHP API but i'm getting this error: [2017-07-20 09:28:28] AW_SOAP.WARNING: clientCustomerId=6166649032 > operations=1 service=AdGroupService method=mutate responseTime=297 > requestId=000554bab1deb8990a37cc50c20d3e39

Re: Countrycode and report Geo performance report

2017-07-20 Thread David Zerah
Hi, Thank you so much. I have managed to do my stuff by using the two fonctions. Do you know why if I make a call with the download Geo Performance Report, from the beginning of the year until June 27th, there is no values in the CSV ? Thank you for your time Le mardi 18 juillet 2017 18:07:10

Re: How to get these fields with conversions api

2017-07-20 Thread 'Ivan Bautista' via AdWords API Forum
Hi ZhangMin, The Repeat Rate field from the UI doesn't have a direct counterpart in the AdWords API. As mentioned by Peter, you may refer here for the available conversion

Re: how to get shared library remarketing api?

2017-07-20 Thread 'Ivan Bautista' via AdWords API Forum
Hi, You may use the AdwordsUserListService.get() to retrieve list of audiences available in the AdWords API. Additionally, you may refer to this guide