RE: There is a question about updating the display campaign content exclusion using the AdWords API PHP library.

2020-11-05 Thread Google Ads API Forum Advisor Prod
Hi Harrison, Thanks for posting your concern. On the AdWords API perspective, you can use CampaignCriterionService.mutate to exclude specific categories for content label. For the 'Content suitable for families', you may try to set the category 'VIDEO_RATING_DV_G'. As for the 'Sensitive social

There is a question about updating the display campaign content exclusion using the AdWords API PHP library.

2020-11-03 Thread harrison
Hi, I would like to update the display campaign content exclusion using the AdWords API PHP library, but if you check the attached file, I would appreciate it if you could tell me if there is any way to update the two. Thank you. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

RE: implement adwords api php (error 500)

2019-12-06 Thread Google Ads API Forum Advisor Prod
Hi Reza, Could you please share the complete request and response logs using the Reply privately to author option, to investigate further? You may find the steps to enable logging here. Thanks, Bharani, Google Ads API Team ref:_00D1U1174p._5001UODtoh:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: implement adwords api php (error 500)

2019-12-05 Thread Reza Saddat
yes i understand what do you mean, but i have to use googleads-php-lib in my project, then i was following step in official google adwords, step auth i have done and successfully but when i go to the next step, like try example getcampaign it can't, and response 500 i try to trace the code where

RE: implement adwords api php (error 500)

2019-12-05 Thread Google Ads API Forum Advisor Prod
Hi Reza, I understand you're looking to convert the report data in JSON format. You may refer to the solution shared in our Github Issue Tracker which might be helpful. If you're already converting the data to JSON format and receiving the error 500, it usually indicates that there is a tempora

implement adwords api php (error 500)

2019-12-05 Thread Reza Saddat
hey everyone, i need some help for my case first i can trace error to deep then before... in my case is, i can't following next step in example for using report download or i want to show data with json type [image: Screen Shot 2019-12-05 at 16.57.30.png] let see in my code, i use slim fram

RE: how to specify a single day in Click Performance Report in Adwords api PHP

2019-02-25 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello John, You can only get single day report for Click Performance report. The date range should be 20190222,20190222, please find sample report definition below: SELECT AdGroupId, CampaignId, GclId FROM CLICK_PERFORMANCE_REPORT DURING 20190222,20190222 The above query will return you GCLIDs

how to specify a single day in Click Performance Report in Adwords api PHP

2019-02-22 Thread john . paulin
I want to get specific click performance for the past 30 days but Click Performance Report won't accept LAST_30_DAYS as it requires to have a single day report. I tried using date range for a day like 20190222,20190223 which should be a valid 1 day but it didn't work either. So I'm confused how

RE: [PHP] - How to integrate Adwords API PHP client library with PHP Codeigniter framework ?

2019-02-21 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Pavan, Since, you moved only the SRC folder the dependencies might have left behind. Please try to install the Client library through composer using this guide which will fetch all the dependencies required for the

[PHP] - How to integrate Adwords API PHP client library with PHP Codeigniter framework ?

2019-02-21 Thread Pavan V
Hello Team, I'm able to run examples and they are working fine when they are alone(means not integrated with any framework). I tried to integrate the PHP client library with CodeIgniter.Copied library[src folder] folder to third-party folder of CodeIgniter and created library file in libraries

Re: IPBLOCK Adwords api php

2019-01-09 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, In order for us to track issues better, could you please elaborate your question in a new thread? Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: IPBLOCK Adwords api php

2019-01-09 Thread rajit bansal
Can u recode this in structural Approach? On Wednesday, 19 July 2017 21:22:58 UTC+5:30, Shwetha Vastrad (AdWords API Team) wrote: > > Hi, > > You can use the PHP code snippet below to add a negative IpBlock criterion > to your campaign. > > class AddIpBlock { > > const CAMPAIGN_ID = 'YOUR_CAM

Re: How to get Landing Page in Adwords API PHP

2018-10-29 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, The Criteria Performance Report will give the stats aggregated at the criteria level. In your case, age and house hold income. If there is no final url set for these criteria, you may not get

Re: How to get Landing Page in Adwords API PHP

2018-10-29 Thread driptibanga93
Hi, I am trying to do the same thing. Here is my script: import sys from googleads import adwords def main(client): report_downloader = client.GetReportDownloader(version='v201809') report = { 'reportName': 'Last 30 days CRITERIA_PERFORMANCE_REPORT', 'dateRangeType': 'LAST_3

Adwords api (PHP SDK)

2018-09-19 Thread nicolò Cozzani
Hello, I need some suggestions ,what i'm trying to do, if possibile is : - check if a given campaing yesterday had reached the daily budget - if so change the max cpc bid for keywords of that campaign. For change the max cpc bid i was thinking to use this example

Re: How to create a product group uisng google adwords api php.

2018-07-16 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Yes, to create a new product group, you will need to create a Shopping Campaign, then create a SHOPPING_PRODUCT_ADS adgroup or SHOPPING_SHOWCASE_ADS adgroup. After that, you will be able to add ProductAd

How to create a product group uisng google adwords api php.

2018-07-16 Thread ShareSoft Technology
I am new to google adwords. I need to create a new product group. I have used below library to do that process. https://github.com/googleads/googleads-php-lib. I tried add Shopping campaign to create a new product group. https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWor

How do I get Adwords extension stats eg clicks, impression with AdWords API [PHP]

2018-04-20 Thread vishvendra . singh
I tried to find but not found any relevent code example but the code to make change in the extensions. Please help me to find out how can I fetch clicks and impression from AdWords API using PHP. I am using `googleads-php-lib`. There is one example for javascript https://developers.google.com

Re: Setting up Google AdWords API (Php SDK)

2018-04-11 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi, Could you please confirm have you created OAuth credentials (Client ID, Client secret)? If no, please refer this guide to create the OAuth credentials and refresh token. Please add created

Setting up Google AdWords API (Php SDK)

2018-04-11 Thread Lucy Bowe
Hello, I am following the instructions from the Google AdWords API webpage about getting everything setup. When I try to fun the example GetCampaigns.php, i get the following error: root@business:/adwords-examples-34.0.0/adwords-examples-34.0.0# php examples/AdWords/v201710/BasicOperations/Get

Re: IPBLOCK Adwords api php

2018-03-26 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi, In order for us to track issues better, could you please elaborate your question in a new thread as this thread is quite old? Regards, Dhnaya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot

Re: IPBLOCK Adwords api php

2018-03-25 Thread eitsec
REMOVE is not working -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you a

Re: OAuth with Javascript + AdWords API PHP library?

2017-12-04 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Johnny, Once the account owner provides the authorization, your application will be able to generate the OAuth tokens which is required to make API calls against their accounts. However, you will still need an approved developer token to make the API calls. You can create a production MCC a

OAuth with Javascript + AdWords API PHP library?

2017-12-04 Thread Johnny
Hi! I'm creating a web pp which lets visitors authenticate via Google OAuth 2 (Javascript API), and once authentication is complete, on the same page get the list of their AdWords accounts with some basic reports about each account (CPA in last month, etc.). I've already implemented client-sid

Re: How to get Landing Page in Adwords API PHP

2017-11-26 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, For the Criteria Performance Report , if the Status of a criteria is already removed, then its

Re: How to get Landing Page in Adwords API PHP

2017-11-24 Thread vananppcmanager
i have given the attribute FinalUrls from CRITERIA_PERFORMANCE_REPORT from but i am getting only empty values. this is my code. $selector = new Selector(); $FromDate = ($fromdate) ? $fromdate : date('Ymd'); $ToDate = ($todate) ? $todate : date('Ymd'); $

Re: How to get Landing Page in Adwords API PHP

2017-11-24 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Thanks for providing these details. The landing page is equivalent to the FinalUrls attribute. You can see on the link for the supported report types for this attribute. If you want the FinalUrls in th

Re: How to get Landing Page in Adwords API PHP

2017-11-24 Thread vananppcmanager
i want landing report with criteria performance report or keyword performance report or in custom report. here i have attached the screenshot of landing page report.

Re: How to get Landing Page in Adwords API PHP

2017-11-24 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Are you referring to the CreativeDestinationUrl or to the CreativeFinalUrls of an Ad Perfor

How to get Landing Page in Adwords API PHP

2017-11-23 Thread vananppcmanager
i dont know how to get landing page details in the adwords api report. Someone help me with this with sample code -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/po

Re: Getting Started /Começando - AdWords API + PHP

2017-07-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Gustavo, You can follow this guide to set up the PHP client library. Are you able to get a refreshToken using the GetRefreshToken.php example aft

Getting Started /Começando - AdWords API + PHP

2017-07-25 Thread Gustavo Silva Melo
Hello! (I'm Brazilian, my English is rusty) I'm having trouble using the AdWords + PHP API. What's the best version so I can get started? I read the documentation, but I can not perform a simple test, such as GetCampaigns.php. I already have developer token and authentication in OAuth2. Is ther

Re: IPBLOCK Adwords api php

2017-07-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can use the PHP code snippet below to add a negative IpBlock criterion to your campaign. class AddIpBlock { const CAMPAIGN_ID = 'YOUR_CAMPAIGN_ID'; public static function runExample(AdWordsServices $adWordsServices, AdWordsSession $session, $campaignId, $locationFeedId) {

Re: IPBLOCK Adwords api php

2017-07-18 Thread SK. MOHTASIM BILLAH
Hi, I am a asp.net developer and I am trying to develop the same thing (ip block) from my application.I am using .net client library and I can run the usual campaigns like campaign add, retrieve, keywords retrieve etc. If you were able to solve the issue then can you help me with the code. PHP

Re: How do I set custom date range when downloading reports using adwords API PHP client library.

2017-02-27 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, You can use the date range of ALL_TIME to request all available dates. https://developers.google.com/adwords/api/docs/guides/reporting#date_ranges Thanks, Josh, AdWords API Team On Sunday, February 26, 2017 at 11:40:07 PM UTC-5, SUBIN P VASU wrote: > > What is the maximum possible date rang

Re: How do I set custom date range when downloading reports using adwords API PHP client library.

2017-02-26 Thread SUBIN P VASU
What is the maximum possible date range? ie. Can I download the last five years reports using API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~

Re: How do I set custom date range when downloading reports using adwords API PHP client library.

2017-02-26 Thread SUBIN P VASU
What is the maximum possible date range? ie. Can I download the last five years reprts uing API? On Tuesday, 3 December 2013 12:24:52 UTC+5:30, jaison@gmail.com wrote: > > Thanks Josh. Setting the dateRange solved the issue. > > On Monday, December 2, 2013 12:00:10 PM UTC-8, Josh Radcliff (A

Re: IPBLOCK Adwords api php

2017-02-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you provide the error that you encounter when you perform this operation? Using the above program, you'll encounter the CampaignCriterionError.CONCRETE_TYPE_REQUIRED . Y

Re: Ipblock adwords api php???

2017-02-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, IpBlock is a negative criterion that should be applied at the campaign level. You need to use CampaignCriterionService to retrieve your CampaignCriterion. The predicates, fields, etc. of a selector

Ipblock adwords api php???

2017-02-06 Thread manager
Hello i write this code but its not correct. Any ideas??? Or is the other way??? *Fatal error*: Cannot access protected property use Google\AdsApi\AdWords\AdWordsServices; use Google\AdsApi\AdWords\AdWordsSession; use Google\AdsApi\AdWords\AdWordsSessionBuilder; use Google\AdsApi\AdWords\v201609

IPBLOCK Adwords api php

2017-02-06 Thread manager
HI all I want to block IP but somwhere i have problem at code. Can you help me please??? Here is the code class UpdateKeyword { const campaignId = '367448090'; public static function runExample(AdWordsServices $adWordsServices, AdWordsSession $session, $campaignId) { $campaignCrite

Re: Adwords Api Php

2016-11-16 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I can respond only in English. Could you provide the code snippet which is causing this error? You need to include the initialization file , which configures the various path variables being us

Adwords Api Php

2016-11-16 Thread Oktay Kaya
Merhaba, Adwords api php dosyalarının klasör yolu dizilişini bilen bu konuda tecrübe sahibi bir var mı ? örnek : www/google/Api/Ads/AdWords/v201609/ farklı klasöt yoları denememe ragmen verilen örnek dökümanları çalışması için gerekli yolu bulamıyorum google/Api/Ads/AdWords/v201609/ bu

Re: google adwords api php library

2016-07-12 Thread Li Tan
I use a helper function to get the money too. public function moneyInDollars($money) { return number_format(($money / 100.00), 2); } On Tuesday, July 12, 2016 at 6:52:03 AM UTC-7, Jay Desai wrote: > > I have setup the account with my mcc account and executed the examples > reporting co

Re: google adwords api php library

2016-07-12 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Jay, In AdWords API reports, fields of type Money are returned in micro units in the local currency. You would need to divide the value obtained from reports by 1,000,000 to get the comparable

google adwords api php library

2016-07-12 Thread Jay Desai
I have setup the account with my mcc account and executed the examples reporting code for campaign performance report for one of my customerclient id. This is the code: SetClientCustomerId('731-721-7585'); // Prepare a date range for the last week. Instead you can use 'LAST_7_D

Re: Manage Google Adwords Feeds by using AdWords API (PHP Client Lib)

2016-05-20 Thread 'Umesh Dengale' via AdWords API Forum
Hi Krishna, Currently, the v201603 PHP client library don't have PHP example code for use Use case 2 . Please refer to the AdWords API blog

Re: Manage Google Adwords Feeds by using AdWords API (PHP Client Lib)

2016-05-20 Thread 'Umesh Dengale' via AdWords API Forum
Hi Krishna, Currently, the v201506 PHP client library don't have PHP example code for use Use case 2 . Please refer to the AdWords API blog

Re: Manage Google Adwords Feeds by using AdWords API (PHP Client Lib)

2016-05-20 Thread Krishna Rao
hi Umesh, Just wondering if you by any chance have an update on PHP example code for Use Case 2. Thanks, Krishna On Friday, September 18, 2015 at 5:07:56 PM UTC-4, Umesh Dengale wrote: > > Hello, > > Currently, the v201506 PHP client library don't have PHP example code for > use Use case 2 >

Re: Integrate adwords api php,but show blank page,not generate report,please help how use adwords api

2016-04-21 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Sanjay, Are you running the examples using the command line? Our PHP examples only run while using the command line. If you were using it, please provide me with your customer client Id via *reply privately to author *so that I can take a look. Regards, Anthony AdWords API Team -- -- =~=

Integrate adwords api php,but show blank page,not generate report,please help how use adwords api

2016-04-21 Thread Sanjay Dhiman
How use adwords api -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you

Re: Adwords Api Php Çalışmıyor

2016-03-08 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello, Sorry that we can answer in English. Could you please ask your questions again in English? I'm not sure if you asked about PHP v5.2 compatibility with our client lib. If so, the answer is that our client lib requires minimum v5.3 of PHP as stated in the README.md

Adwords Api Php Çalışmıyor

2016-03-08 Thread Oktay Kaya
Merhaba, Adwords api aşagıdaki örnek belgeleri çalışmıyor indirdigimiz belgeler klasör baglantıları farklı sunucuda çalışmaması için engelleyici kodlar mevcut her versiyon farklı bir php versiyonu için yapılmış ve hepsi bir biri ile karıştırılmış bilgi cekmemek için gerekli tüm önlmi almışlar

Re: How can i combine or join more reports in Google Adwords API PHP

2016-02-23 Thread 'Yin Niu' via AdWords API Forum
Hello, You need to join reports at your end, AWQL doesn't support joining reports. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers

How can i combine or join more reports in Google Adwords API PHP

2016-02-23 Thread Aroxo Senraj
I have used Google Adwords API PHP - Shopping Performance report and get data successfully (version: v201601). I have used below query SELECT OfferId,Impressions, Clicks, Conversions, Ctr,ConversionRate,Date FROM SHOPPING_PERFORMANCE_REPORT WHERE MerchantId="[MERCHANT_ID]&qu

Re: Using the Adwords API PHP Library with Laravel 4

2015-12-17 Thread Nikolaj Petersen
https://github.com/nikolajlovenhardt/laravel-google-ads https://packagist.org/packages/nikolajlovenhardt/laravel-google-ads Den tirsdag den 17. november 2015 kl. 15.07.18 UTC+1 skrev va...@trafficpoint.io: > > Did you ever ended up using Laravel 5 with this API > can you share your usage > > On W

Re: Using the Adwords API PHP Library with Laravel 4

2015-11-17 Thread vadim
Did you ever ended up using Laravel 5 with this API can you share your usage On Wednesday, December 17, 2014 at 6:32:19 PM UTC+2, Sunny Rangnani wrote: > > Hi Danial, > > Thank you for the prompt reply, and no i do not believe any modifications > are required to the API at this moment. I did get

Re: Manage Google Adwords Feeds by using AdWords API (PHP Client Lib)

2015-09-18 Thread Umesh Dengale
Hello, Currently, the v201506 PHP client library don't have PHP example code for use Use case 2 . Please refer to the AdWords API blog

Re: Manage Google Adwords Feeds by using AdWords API (PHP Client Lib)

2015-09-18 Thread Calin Ignat
Hey Дмитрий Дмитриевич, Did you found any php solution? I'm in the same boat. :) Thanks. On Tuesday, August 25, 2015 at 4:12:08 PM UTC+3, Дмитрий Дмитриевич wrote: > > Hello! > In this article > https://developers.google.com/adwords/api/docs/guides/dynamic-remarketing > (look "Use case 2: Upda

Re: Manage Google Adwords Feeds by using AdWords API (PHP Client Lib)

2015-09-18 Thread Calin Ignat
Hello Дмитрий Дмитриевич Did you found any php solution? We're in the same boat. :) Thank you, On Tuesday, August 25, 2015 at 4:12:08 PM UTC+3, Дмитрий Дмитриевич wrote: > > Hello! > In this article > https://developers.google.com/adwords/api/docs/guides/dynamic-remarketing > (look "Use case

Re: Manage Google Adwords Feeds by using AdWords API (PHP Client Lib)

2015-08-27 Thread Umesh Dengale
Hello, You could use the PHP UpdateSiteLinks example code as a reference which uses the FeedServices. Thanks, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~

Re: Manage Google Adwords Feeds by using AdWords API (PHP Client Lib)

2015-08-27 Thread Дмитрий Дмитриевич
Can I use this code (https://github.com/colinmutter/google-api-adwords-php/blob/master/ext/examples/AdWords/v201309/AdvancedOperations/UpdateSitelinks.php) for version 201506? четверг, 27 августа 2015 г., 17:15:41 UTC+3 пользователь Umesh Dengale написал: > > Hello, > > We do not have the PHP

Re: Manage Google Adwords Feeds by using AdWords API (PHP Client Lib)

2015-08-27 Thread Umesh Dengale
Hello, We do not have the PHP code example for Use case 2 . Thanks, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google

Re: Manage Google Adwords Feeds by using AdWords API (PHP Client Lib)

2015-08-27 Thread Дмитрий Дмитриевич
This example (AddSitelinksUsingFeedsExample ) doesn't show how to upd

Re: Manage Google Adwords Feeds by using AdWords API (PHP Client Lib)

2015-08-25 Thread Umesh Dengale
Hello, The Adwords API documentation has the Java example code for Use case 2 but not available in the PHP language. You could refer our AddSitelinksUsingFeedsExample

Manage Google Adwords Feeds by using AdWords API (PHP Client Lib)

2015-08-25 Thread Дмитрий Дмитриевич
Hello! In this article https://developers.google.com/adwords/api/docs/guides/dynamic-remarketing (look "Use case 2: Updating flight prices") I saw how to manage feed items using java. I need to change data in my feed items using php but I can't find appropriate code examples how to do it with

Re: Adwords API php limit query

2015-08-14 Thread Anthony Madrigal
Hello Andrada, In the GetKeywords example , you will see that there is a variable called Paging

Adwords API php limit query

2015-08-14 Thread Andrada Crisan
Hello, I am interested to get the first 10 keywords in querying google adwords api. How must be defined the selector in php to display this result? Example code: //start code function InsertKeywordsIntoDBTypePlacement(AdWordsUser $user) { // Get the service, which loads the required classe

Re: Adwords API PHP function to track the compaign details

2015-05-01 Thread Nadine Sundquist (AdWords API Team)
Hi Monika, The Campaign Performance Report provides *TotalCost* and the ability to segment by *Date*. By using the *CampaignId* attribute, you can narrow down which campaigns you need to query. In our Client Librarie

Adwords API PHP function to track the compaign details

2015-05-01 Thread Monika Chourse
Hello, I want to make PHP function which is able to login to Google Adwords and get the adwords day cost for specific campaign. The function will be used to get the day costs of 2 / 3 campaigns -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https:

Re: Using the Adwords API PHP Library with Laravel 4

2015-05-01 Thread Alex Mansour
Hello Sunny, I'm using Laravel 4.2 and I want to retrieve basic Campaign information such as Cost, Impressions, Clicks, Conversions. I have search the web for any Laravel bundles with no luck. Also I installed the google AdWords client library, could you point me how to get user Campaign info?

Re: Using the Adwords API PHP Library with Laravel 4

2015-03-23 Thread Jiwan Ghosal
hi sunny, I am very new to laravel and adword api so could you tell me how to include and extract all campaigns in pagesColtroller. Thanks & regards jiwan ghosal On Wednesday, December 17, 2014 at 10:02:19 PM UTC+5:30, Sunny Rangnani wrote: > > Hi Danial, > > Thank you for the prompt reply, a

Re: AdGroup Level Search Remarketing with Adwords API/PHP Library

2015-02-17 Thread Denys Kovalenko
Thanks Josh, Thought it took me sometime to figure out how to do N2 :), its working fine now, appreciate your help! On Monday, February 16, 2015 at 10:12:10 AM UTC, Denys Kovalenko wrote: > > Hi guys, > > I'm struggling to find an example of a script to add a new AdGroup and > assign "Target an

Re: AdGroup Level Search Remarketing with Adwords API/PHP Library

2015-02-17 Thread Josh Radcliff (AdWords API Team)
Hi, The AddAudience.php example shows how to create the user list. If you want to add the user list for target and bid, you'll need to: 1. Add

AdGroup Level Search Remarketing with Adwords API/PHP Library

2015-02-16 Thread Denys Kovalenko
Hi guys, I'm struggling to find an example of a script to add a new AdGroup and assign "Target and Bid" to Targeting Settings and Add Remarketing Lists to Audiences by List Id. Can someone help please? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google

Re: Dúvida - AdWords API - PHP

2015-01-29 Thread Desenvolvimento - Grupo Lead Negócios Inteligentes
Entendi, muito obrigado Anash! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message beca

Re: Dúvida - AdWords API - PHP

2015-01-28 Thread Anash P. Oommen (AdWords API Team)
Hi, The return value should be mixed. As you can see on https://github.com/googleads/googleads-php-lib/blob/master/src/Google/Api/Ads/AdWords/Util/ReportUtils.php#L166, what the method returns is the response from a curl_exec call. Cheers, An

Re: Pause/Unpause using Adwords API (PHP)

2015-01-28 Thread Danial Klimkin
Hello JP, Command line script is shown as a simple example. It is definitely possible to make an API call from a web page, but it is out of scope for the AdWords team to go into details. The AdWords API library can be used as any other PHP library on a web server. -Danial, AdWords API Team.

Pause/Unpause using Adwords API (PHP)

2015-01-28 Thread JP Adrock
In the youtube video ( http://youtu.be/Idvia4600_E ) at 5 min 45 sec, the presenter pauses a campaign via the command prompt by typing "php PauseCampaign.php"... My question, is would this also be possible through a web browser, or does it have to be executed via command prompt? Because what

Re: Dúvida - AdWords API - PHP

2015-01-28 Thread Desenvolvimento - Grupo Lead Negócios Inteligentes
Novamente obrigado Anash! Última dúvida: Tem como retornar um ARRAY ao invés de STRING? Obrigado! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~

Re: Dúvida - AdWords API - PHP

2015-01-26 Thread Anash P. Oommen (AdWords API Team)
Hi, You could either do $filePath = "myreport.csv"; ReportUtils::DownloadReport($reportDefinition, $filePath, $user, $options); printf("Report with name '%s' was downloaded to '%s'.\n", $reportDefinition ->reportName, $filePath); or $filePath = NULL; $report = ReportUtils::DownloadReport($repor

Re: Dúvida - AdWords API - PHP

2015-01-23 Thread Desenvolvimento - Grupo Lead Negócios Inteligentes
Obrigado Anash! Só confirmando, ficará assim? // Salva o arquivo no caminho indicado abaixo $filePath = NULL; // Download report ReportUtils::DownloadReport($reportDefinition, $filePath, $user, $options); printf("Report with name '%s' was downloaded to '%s'.\n", $reportDefinition->reportName,

Re: Dúvida - AdWords API - PHP

2015-01-22 Thread Anash P. Oommen (AdWords API Team)
Hi, If you pass a NULL for the filePath, the DownloadReport will return the report as a String. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, January 23, 2015 at 1:20:19 AM UTC+5:30, Desenvolvimento - Grupo Lead Negócios Inteligentes wrote: > > Olá pessoal, é meu primeiro post aqui

Dúvida - AdWords API - PHP

2015-01-22 Thread Desenvolvimento - Grupo Lead Negócios Inteligentes
Olá pessoal, é meu primeiro post aqui no fórum, por isso peço perdão por qualquer erro. :D Galera, é o seguinte, estou começando agora a desvendar a API e estou com uma dúvida: o script que colei abaixo, só faz o download da campanha em questão, eu quero saber se consigo, ao invés de fazer o do

Re: Using the Adwords API PHP Library with Laravel 4

2014-12-17 Thread Sunny Rangnani
Hi Danial, Thank you for the prompt reply, and no i do not believe any modifications are required to the API at this moment. I did get it working and i will lay out my steps below so it helps others out as well. the following steps will help in installing the API onto various php frameworks lik

Re: Using the Adwords API PHP Library with Laravel 4

2014-12-17 Thread Sunny Rangnani
Hi Daniel, Actually no, i do not believe any modifications are required for the API, inface i used the following steps to get it working. I will post my steps below, feel free to make any modifications you see fit. and hopefully this will help others aswell. The following steps apply to cakephp

Re: Using the Adwords API PHP Library with Laravel 4

2014-12-11 Thread Danial Klimkin
Hello Sunny, We do not officially support laravel currently unfortunately. Please let us know if you were able to identify an issue and there are any library changes required to improve support. -Danial, AdWords API Team. On Thursday, December 4, 2014 11:59:41 AM UTC-5, Sunny Rangnani wrote

Using the Adwords API PHP Library with Laravel 4

2014-12-04 Thread Sunny Rangnani
Hi There, Since laravel is getting quite popular i thought i use it with the adwords API for my next project. I was able to link the google api for Analytics, etc quite easily but when it came to adwords i keep getting 'Class AdwordsUser does not exist'. I have already added ""googleads/google

Re: Adwords API PHP - Failing

2014-08-18 Thread Josh Radcliff (AdWords API Team)
is on 3rd party host? > > > > On Friday, August 15, 2014 10:46:45 AM UTC+1, Stuart Wilson wrote: >> >> Hi, >> >> I have the latest Adwords API PHP library and have uploaded the lib, >> examples and build_lib folders to the root of my FTP. >> I have amende

Re: Adwords API PHP - Failing

2014-08-18 Thread Stuart Wilson
Can you confirm that GetCampaigns should be run from command line also? How would you do this on 3rd party host? On Friday, August 15, 2014 10:46:45 AM UTC+1, Stuart Wilson wrote: > > Hi, > > I have the latest Adwords API PHP library and have uploaded the lib, > examples and bu

Re: Adwords API PHP - Failing

2014-08-15 Thread Josh Radcliff (AdWords API Team)
August 15, 2014 5:46:45 AM UTC-4, Stuart Wilson wrote: > > Hi, > > I have the latest Adwords API PHP library and have uploaded the lib, > examples and build_lib folders to the root of my FTP. > I have amended the auth.ini file in lib/Google/Api/Ads/AdWords however > when

Adwords API PHP - Failing

2014-08-15 Thread Stuart Wilson
Hi, I have the latest Adwords API PHP library and have uploaded the lib, examples and build_lib folders to the root of my FTP. I have amended the auth.ini file in lib/Google/Api/Ads/AdWords however when I run examples/AdWords/Auth/GetRefreshToken.php I just get a blank page. I have tried loads

Re: How to get started with AdWords API PHP library 4.7.0 / v201309 ?

2014-01-12 Thread Doubt Dolson
;>> Regarding simple tests, the >>>> GetCampaigns<https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201309/BasicOperations/GetCampaigns.php>example >>>> is a straightforward, read-only example that should indicate if you >>>> hav

Re: How to get started with AdWords API PHP library 4.7.0 / v201309 ?

2014-01-11 Thread Ad_nu
e current directory that you can check to confirm >>> your request went through. >>> >>> Cheers, >>> Josh, AdWords API Team >>> >>> On Sunday, January 5, 2014 6:47:37 AM UTC-5, Ad_nu wrote: >>>> >>>> I haven’t use AdWords AP

Re: How to get started with AdWords API PHP library 4.7.0 / v201309 ?

2014-01-10 Thread Josh Radcliff (AdWords API Team)
gt;> Josh, AdWords API Team >> >> On Sunday, January 5, 2014 6:47:37 AM UTC-5, Ad_nu wrote: >>> >>> I haven’t use AdWords API before – so I’m trying to get started with >>> sandbox version. >>> I Downloaded and installed the AdWords API PHP Client Libr

Re: How to get started with AdWords API PHP library 4.7.0 / v201309 ?

2014-01-10 Thread Ad_nu
gt;> >> I haven’t use AdWords API before – so I’m trying to get started with >> sandbox version. >> I Downloaded and installed the AdWords API PHP Client Library 4.7.0. to >> my server; I edited the user information in auth.ini and I also edited the >> settings.i

Re: How to get started with AdWords API PHP library 4.7.0 / v201309 ?

2014-01-06 Thread Josh Radcliff (AdWords API Team)
Sunday, January 5, 2014 6:47:37 AM UTC-5, Ad_nu wrote: > > I haven’t use AdWords API before – so I’m trying to get started with > sandbox version. > I Downloaded and installed the AdWords API PHP Client Library 4.7.0. to my > server; I edited the user information in auth.ini

How to get started with Adwords API PHP library 4.7.0 / v201309

2014-01-06 Thread Ad_nu
I haven’t use AdWords API before – so I’m trying to get started with sandbox version. I Downloaded and installed the AdWords API PHP Client Library 4.7.0. to my server; I edited the user information in auth.ini and I also edited the settings.ini to use server: https://adwords

How to get started with AdWords API PHP library 4.7.0 / v201309 ?

2014-01-06 Thread Ad_nu
I haven’t use AdWords API before – so I’m trying to get started with sandbox version. I Downloaded and installed the AdWords API PHP Client Library 4.7.0. to my server; I edited the user information in auth.ini and I also edited the settings.ini to use server: https://adwords

Re: Problems with executing the examples in the Adwords API php library

2013-12-06 Thread Josh Radcliff (AdWords API Team)
mit...@email.sapnagroup.net wrote: > > Hi, > > We have been trying to execute the GetKeywordIdeas.php demo from the > Adwords API php library. We get the following error: > > An error has occurred: { "error" : "invalid_client" } > > We changed the

  1   2   >