Re: Unable to get the link to apply for basic option in AdWords API Center

2018-02-23 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Vasav, Looks like l2...@gmail.com has only Standard access on that MCC. You will need to provide Administrator access to see the link 'Apply for Basic Access' while logged in with that emailid. Please let me know if you have

Re: Unable to get the link to apply for basic option in AdWords API Center

2018-02-23 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
I am reposting your question after removing the sensitive information. For future reference, please check this post to read about guidelines of posting on this forum. Hi, I am unable to apply

Re: How to get Adgroup CPC,cost,CTR ,impressions etc ...using google adword api

2018-02-23 Thread webmaster12220
On Friday, February 23, 2018 at 3:02:10 PM UTC+7, webmast...@gmail.com wrote: > > Could you tell me what parse means? > I am getting same issue, and I need to display them in website. But not idea how I can display them in website -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How to get Adgroup CPC,cost,CTR ,impressions etc ...using google adword api

2018-02-23 Thread webmaster12220
Could you tell me what parse means? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this

Re: expanded text ad update by script

2018-02-23 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, On this forum, we handle questions related to the AdWords API. Since your question is related to AdWords Script, could you please post the question on their forum ? Thanks, Milind, AdWords API Team. -- --

Re: How to remove an ad schedule using id?

2018-02-23 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Ken, I was able to get the status for adschedule via the code snippet below. Please note that CampaignCriterionStatus field needs to be specified explicility in your selector fields: $campaignCriterionService = $adWordsServices->get($session, CampaignCriterionService::class); // Create a

Re: Error API First Call

2018-02-23 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Olek, The get_campaigns.py from the client library has logging enabled already in the code as per the lines below: logging.basicConfig(level=logging.INFO)

Re: How to get Adgroup CPC,cost,CTR ,impressions etc ...using google adword api

2018-02-23 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, To get performance stats for ads via the API, you could use the Ad Performance Report . You will be able to download them in any of the supported formats listed here

Re: Behaviour of include_zero_impressions when impressions are zero but conversions are non-zero

2018-02-23 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, If include_zero_impressions is false, report output will not include rows where all specified metric fields are zero. Thus, even if this header is false and the Impressions of a row is zero, the row is still returned in case any of the specified metric fields have non-zero values. Setting

expanded text ad update by script

2018-02-23 Thread wayand
Hi, is there any way to modify an expanded_text_ad Ad in an adGroup by script? something like this: function main() { var adGroupIterator = AdWordsApp.adGroups().withCondition('Name = "AD_GROUP_NAME"').get(); if (adGroupIterator.hasNext()) { var adGroup =

Re: Creating a MCC test account.

2018-02-23 Thread dwchgau1
Hi, I'm having an issue creating test Google Adwords account. I'm using the link https://adwords.google.com/um/Welcome/Home?sf=mt=0=1#ta and I don't see the red notice on the top that it is a test account. Thanks, On Monday, November 27, 2017 at 9:47:42 PM UTC+8, Josh Radcliff (AdWords API

Unable to apply for Basic access from my manager account after generating the developer token.

2018-02-23 Thread Vasav
Hi, I am unable to apply for the basic access from my manager account for ID: lodham...@gmail.com. Please let me know how to proceed on this. Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Unable to get the link to apply for basic option in AdWords API Center

2018-02-23 Thread Vasav
Hi, I am unable to apply for the basic access in AdWords API Center for my manager account for ID: lodham...@gmail.com. Can you please let me know how should I proceed with this. Thanks! Best Regards, Vasav -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Behaviour of include_zero_impressions when impressions are zero but conversions are non-zero

2018-02-23 Thread Travel Analytics
We often have the case when we stop or pause a campaign that impressions for a few days are zero but conversions (which are attributed using the smart attribution) are non-zero on those days (our average booking cycles are +3 weeks). I'm trying to understand the behaviour when