Is there a way to pull imported from GA conversions with Adwords API?

2018-02-20 Thread Ilya Chichak
I've linked GA and adwords accounts. In adwords interface there are needed conversions. Is there a way to get them via API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Debugging the conversion tracker created from the API

2018-02-20 Thread sam
Hi all, we are in the process of testing if the conversion tracker created through the ConversionTrackerService works properly and how one can go about debugging it. We ran campaigns and observed over 2.4K clicks but 0 conversions, which is suspicious considering our historical conversion

Re: Adding FinalURLs for Keywords Using Incremental Batch Job

2018-02-20 Thread Edward Bernays
Hi Vincent, That does not seem to be the issue. I printed out the list that the for loop is using and it contains no duplicates. Here is the list: [['Icon Pursuit Motorcycle Gloves', 'https://fortnine.ca/en/icon-pursuit-motorcycle-gloves', 53659821962], ['Icon Womens Pursuit Motorcycle

Re: Could not apply AdNetworkType2 segment to Keyword Performence Report

2018-02-20 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Ketaki, Your steps are correct and I have tried to recreate the issue again at my side with your steps listed above, but I still do get the option:Network(with search partners) in my dropdown list. Since it is an issue at the web interface, at this point, I would highly recommend you to

Re: AdGroupCriterionError.CONCRETE_TYPE_REQUIRED @ operations[0].operand

2018-02-20 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Thanks for the update! Glad that you were able to resolve the issue. Thanks, Sreelakshmi, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: offline conversions uploads

2018-02-20 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, You may refer to this guide for some of the strategies to reduce the number of requests. This said, some of the account statistics are continuously evaluated and some of them are calculated once a day.

Re: How to remove an ad schedule using id?

2018-02-20 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Ken, The error OperationAccessDenied.OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY, is usually thrown when you try to do a mutate operation on a entity that was already removed. Please refer guide

Re: AdGroupCriterionError.CONCRETE_TYPE_REQUIRED @ operations[0].operand

2018-02-20 Thread TommyTek
Hi, I've found and solved the issue. The problem was with an "use" statament. I'm using 201710 version, but unbeliavable the I was using 201702 for BiddableAdGroupCriterion use Google\AdsApi\AdWords\v201702\cm\BiddableAdGroupCriterion; The result was that compiler and library were not

Re: Google\AdsApi\Common\OAuth2TokenBuilder

2018-02-20 Thread blair
You are correct. I had all the dependencies in vendor and autoload installed fine via command line but we were ftping the master files for the project from Git Hub. It seems that the download to zip from that source is incomplete. When doing a fresh install of googleads-php-lib-master from

Re: AdGroupCriterionError.CONCRETE_TYPE_REQUIRED @ operations[0].operand

2018-02-20 Thread TommyTek
Hi, yes, it seems that the namespace is missing, but if you look at the php dump you can see that it's there in the first lines. I'm using the examples as reference; here in short the phpcode I'm using: $operations = array(); $keyword = new Keyword();

Re: API Authorizations are Disconnecting

2018-02-20 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, A gentle follow up on this. If you still have issues on this, then kindly provide the details that I asked previously via *Reply privately to author* option. Thanks, Vincent AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

How to remove an ad schedule using id?

2018-02-20 Thread Ken Dan Tinio
so far I have this code $adsched = new AdSchedule(); $adsched->setId($ad_schedule_id); // Create a criterion with modified bid. $criterion = new CampaignCriterion(); $criterion->setCampaignId($campaign_id); $criterion->setCriterion($adsched); // Create a campaign

Re: Bid Adustments On Top Level Domain And SubDomain

2018-02-20 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Garik, Your concern seems to be more on the product level of the AdWords. For proper assistance, you may reach our AdWords Community Forum as they are more equipped to assist you regarding this matter. Thanks

Re: How to adjusting bid on an existing ad schedule? its says its already existed.

2018-02-20 Thread Ken Dan Tinio
Thank you! I already figure it all out. Hehe Hope this helps to other programmers. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: How to adjusting bid on an existing ad schedule? its says its already existed.

2018-02-20 Thread 'Peter Oliquino' via AdWords API Forum
Hi Ken, Since you are updating an existing AdSchedule campaign criterion, you will need to use the *SET* operator instead of the ADD : *$operation->setOperator(Operator::SET);* Could you retry your request and see if the issue persists? If yes, you may send to me via the *Reply privately to

Re: Rate Exceed Error for TargetIdeas service

2018-02-20 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, For TargetingIdeaService, it does not depend on your usage alone, but on the usage of all users on a certain time of the day, and other factors. So if there are other users who are making a request using this service at the same time when you made your request, then this sums up to the