Update the bugdet on a single campaign in google ads api php 2023

2023-09-27 Thread Jorge R
Hi! Does any one have a working example on how to update a current campaign budget with the google ads api php in 2023? I can't find a full example on that for the 2023 version of the google ads api. I appreciate your comments and answers, thank you

Re: google ads api php - how to disable an option "automatically created assets" when creating campaign

2023-09-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Currently, you can only opt in or out via the UI. In a future release you will be able use the API to report on whether system create created assets are enabled for a campaign and you will be able to filter by system created vs user supplied. I don't have an exact timeline. Each release of our

Re: google ads api php - how to disable an option "automatically created assets" when creating campaign

2023-09-21 Thread Nick Hall
Hi, I also have a question about API support for Automated Assets . Per this doc (About automatically created assets - Google Ads Help

RE: google ads api php client library, where to place google_ads_php.ini file in server ?

2023-09-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to Google Ads API Forum. It seems like your concern is more on the code implementation / integration of the PHP client library. That said, I would recommend reaching out to the developer who maintains our Client libraries PHP (Github Issues) in the link below.

Google Ads API Php client library, Where to place google_ads_php.ini file in server ?

2023-09-09 Thread Khushal Nayani
I am using Google Ads PHP client library to fetch campaign data in web application. Everything is working fine in localhost but when I hosted project on server various error where found due to the mismatch in path of google_ads_php.ini file. Error are below PHP Fatal error: Uncaught

Re: google ads api php - how to disable an option "automatically created assets" when creating campaign

2023-07-18 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Evaldas, Thank you for your clarification and the screenshot you have provided. Upon checking you may change the Final URL setting via API by changing the url_expansion_opt_out field of the campaign. Please refer to this documentation for more

Google Ads API PHP - How to disable an option "Automatically created assets" when creating campaign

2023-07-17 Thread Evaldas Gudavičius
Hi, I'm following this instruction to create a performance max campaign -> https://developers.google.com/google-ads/api/samples/add-performance-max-campaign But I can't find how to Disable these settings when creating the campaign. - Automatically created assets - Text assets -

Google Ads API, PHP: "Request had invalid authentication credentials. Expected OAuth 2 access token..." Error

2023-06-19 Thread Κωστας Μαυρογαλος
I'm attempting to cURL the Google Ads API with the following PHP code: $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, 'https://googleads.googleapis.com/v14/customers/[CUSTOMER_ID]:generateKeywordHistoricalMetrics'); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch,

RE: assets data by customer id : google-ads-api php

2023-04-27 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Sourabh, Thank you for reaching out to the Google Ads API support team. I hope that you are doing well today. I can see that you encountered an error message "Maximum execution time of 60 seconds exceeded". To further investigate this on our end, complete request and response logs with

Assets data by customer id : Google-ads-api PHP

2023-04-26 Thread Sourabh wadhwa
$googleAdsServiceClient = $googleAdsClient->getGoogleAdsServiceClient(); $query = "SELECT " . " asset.id, " . " asset.type, " . " asset.name, " . " asset.resource_name, " . " asset.policy_summary.approval_status " .

Re: How to Update or Remove a Campaign Audience in Google ads API PHP

2023-01-23 Thread Vigneshwaran C
On Monday, January 23, 2023 at 4:52:12 PM UTC+5:30 Vigneshwaran C wrote: > i have tried to Remove the campaign audience but not working. can you pls > help me to solve. i tried same thing us campaign language and location its > working. but audience is not working. > > $googleAdsServiceClient =

How to Update or Remove a Campaign Audience in Google ads API PHP

2023-01-23 Thread Vigneshwaran C
i have tried to Remove the campaign audience but not working. can you pls help me to solve. i tried same thing us campaign language and location its working. but audience is not working. $googleAdsServiceClient = $googleAdsClient->getGoogleAdsServiceClient(); $query ='SELECT

RE: Google Ads API PHP example Getcampaign: what exactly is the customer ID?

2022-12-20 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thanks for reaching out to the Google Ads API Forum. I hope you are doing well today. We are glad to help you with your concern. “Is it the 10-digit account ID of the account we wanna get campaigns from?” >> yes you are correct. The client customer ID is the account number of the >>

Google Ads API PHP example Getcampaign: what exactly is the customer ID?

2022-12-20 Thread Ihadavision
So we setup everything and even successfully requested access to a test google ads account for which we got an "access token" and we're trying to test this sample "getcampaign" call from the github:

RE: Error to Migrating from the AdWords API to the Google Ads API (PHP)

2022-03-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Miquel, Thank you for reaching out to the Google Ads API support team. With regards to your concern, you’ve encountered ‘USER_PERMISSION_DENIED' error. The ‘USER_PERMISSION_DENIED’ usually occurs due to incorrectly setting the 'login-customer-id’ in the request or not specifying

Error to Migrating from the AdWords API to the Google Ads API (PHP)

2022-03-02 Thread Grupo Esneca Formación
Error in adwords api trying to get reports from our ad accounts, I don't know why it gives me this error, I'm using the Reporting example GetHotelAdsPerformance.php I would like to know what to do Thanks! Error: Request with ID 'CBi7LtZ-5NJ-VM3UQm2WSg' has failed. Google Ads failure details:

Re: asset_link_error when trying to ad image asset to adgroup in google ads api (php)

2022-01-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello Algirdas, Thank you for reaching out to us. As mentioned by my colleague (Peter) on the previous thread, currently supported asset based extensions are listed here and other types would follow later. In the meantime, we recommend that you keep an eye to our blog for future updates or

Re: asset_link_error when trying to ad image asset to adgroup in google ads api (php)

2021-12-31 Thread Algirdas Jarockis
Hello there. I have the same error. Here https://developers.google.com/google-ads/api/docs/extensions/extensions it is stated that feed items are deprecated but still can't use the new way to link assets. When it is planned to support Image type assets? On Wednesday, November 24, 2021 at

Re: asset_link_error when trying to ad image asset to adgroup in google ads api (php)

2021-11-23 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Shirly, Thank you for providing additional details. Image assets can be set for certain types of ads, as seen here. However, it currently cannot be used for extensions. Listed here are the asset based extensions that are currently supported and can be created/managed via the API, and

Re: asset_link_error when trying to ad image asset to adgroup in google ads api (php)

2021-11-23 Thread Shirly J
Hi Aryeh, Thank you for the information. I have followed the same documentation. But getting the same error 1. Create ImageAsset for ImageExtension // Creates an asset. $asset = new Asset([ 'type' => AssetType::IMAGE, 'image_asset' => new ImageAsset(['data' => $imageContent]) ]); // Creates

Re: asset_link_error when trying to ad image asset to adgroup in google ads api (php)

2021-11-23 Thread Shirly J
Hi Aryeh, Thank you for the information. I have followed the same documentation. But getting the same error 1. Create ImageAsset for ImageExtension // Creates an asset. $asset = new Asset([ 'type' => AssetType::IMAGE, 'image_asset' => new ImageAsset(['data' => $imageContent]) ]); // Creates

Re: asset_link_error when trying to ad image asset to adgroup in google ads api (php)

2021-11-22 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Shirley, Please note that the CampaignAsset, AdGroupAsset and CustomerAsset works only for assets that are associated with an Extension. Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 Google Ads API and AdWords API Annual Survey Regards, Aryeh Baker Google

Re: asset_link_error when trying to ad image asset to adgroup in google ads api (php)

2021-11-22 Thread Shirly J
Hi, I am trying to do the same(adding image extension to adgroup). //adgroupassetOperation $adGroupAssetOperation = new AdGroupAssetOperation([ 'create' => new AdGroupAsset([ 'asset' => $imageAssetResourceName, 'field_type' => AssetFieldType::MARKETING_IMAGE, 'ad_group' =>

RE: Google Ads API - PHP

2021-11-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thank you for raising your concern. I understand that you’ve encountered the error 'authorization_error'. Please note that our team does not have the authority to provide access for developer tokens. Our token review team will contact you if they need more information, but you can also

Google Ads API - PHP

2021-11-09 Thread Abdullah Jatu
[image: Clipboard01.jpg] Hii, I am using php lib in local host to fetch reporting data . I am getting this error Google Ads failure details: authorization_error: The developer token is not approved. Non-approved developer tokens can only be used with test accounts. -- --

RE: asset_link_error when trying to ad image asset to adgroup in google ads api (php)

2021-11-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Shawn, Thank you for reaching out to our API support team. Could you confirm if what you intend to do is use assets in ads? If yes then the link you provided should indeed be the appropriate guide. However, since you appear to be using the AdGroupAssetService, then its typical usage is for

asset_link_error when trying to ad image asset to adgroup in google ads api (php)

2021-10-31 Thread Shawn Naquin
When I try to link an image asset to an AdGroup in php with the Google Ads PHP library I get the message: (php 7.4, google-ads-api v8, grpc with composer library googleads/google-ads-php ^12) asset_link_error: The given field type is not supported to be added directly via asset links. The

RE: google-ads-api php upgrade

2021-08-31 Thread Google Ads API Forum Advisor
Hello, Thank you for reaching out to us. I'm afraid that our team doesn't have any visibility with composer. What we can provide is to upgrade the API using the Client library as stated on this guide. Regards, Mark Kevin Albios Google Ads API Team ref:_00D1U1174p._5004Q2Mj1Do:ref -- --

google-ads-api php upgrade

2021-08-26 Thread Guillaume Thomas
Hello, I currently use v6 of Google Ads API and I've been warned that it will soon be deprecated and unusable. I've read this page https://developers.google.com/google-ads/api/docs/version-migration#top_of_page but I don't know exactly how to upgrade to v8. The library was previously

RE: Create or Fetch Google Ads Account by user Email address (Google Ads API - PHP Library)

2021-07-27 Thread Google Ads API Forum Advisor
Hi Darshan, Thanks for reaching out to us. You may get the list of users with access to an account so that you can manage the user access. You can refer to this API documentation. As for your requirement, you can first retrieve your account hierarchy using this guide. For each sub-account

Create or Fetch Google Ads Account by user Email address (Google Ads API - PHP Library)

2021-07-26 Thread Darshan Kumawat
owed steps from reference link (Google Ads API - PHP Library) <https://developers.google.com/google-ads/api/docs/start>, But not found any solution. Kindly let me know, If any solution. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevelo

Re: Google Ads API PHP client reported invalid_grant error

2021-06-08 Thread Google Ads API Forum Advisor
Hi, I work with William and let me provide support to your concern. To give more details about this error, this signifies that the access or refresh token being passed in your request is incorrect or invalid. Please note that the email address used to generate those credentials should have the

Re: Google Ads API PHP client reported invalid_grant error

2021-06-08 Thread hailong zhou
Hi William, I created another test account and the call was successful, but the production account call fails The following is my test account call successful content # php GetCampaigns.php --customerId=3602938739 Campaign with ID 13322273954 and name 'App promotion-App-1' was found.

RE: Google Ads API PHP client reported invalid_grant error

2021-05-24 Thread Google Ads API Forum Advisor Prod
Hi Hailong, Thank you for bringing this issue to our attention. In looking voer the docuemnts, I want to just make sure that you have done the following items. As it looks like there has been an erroro in setting up the account which is why you would get this. Have you checked to make sure

Google Ads API PHP client reported invalid_grant error

2021-05-23 Thread hailong zhou
I'm ready to OAuth2 client ID and secret, a developer token, and a refresh token,But when I execute GetCampaigns.php in the example program, I get the following error PHP Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error: `POST https://oauth2.googleapis.com/token`

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

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: Can I Install Google Ads API PHP Client Library and Google APIs Client Library for PHP in the same project?

2020-06-22 Thread Google Ads API Forum Advisor Prod
Hello, Please create an issue on the client library page as they are better suited to resolve your issue. Cheers, Anthony Google Ads API Team ref:_00D1U1174p._5004Q218DDC:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Can I Install Google Ads API PHP Client Library and Google APIs Client Library for PHP in the same project?

2020-06-21 Thread Md. Touhidun Nabi Sarkar
i have install Google Ads API PHP Client Library in my project. Now i want to install Google APIs Client Library for PHP. It show error -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

RE: Link ConversionAction to Campaign with google ads api php

2020-04-01 Thread Google Ads API Forum Advisor Prod
Hi Miguel, Thank you for reaching out. You are correct about that being the way to set this value. Once you run the API service, you should be able to see the conversion action listed in the Campaign Settings -> Conversions -> Choose conversion actions for this campaign. If you don't see the

Re: Accessing Mobile App Category Exclusions for specific campaigns - Google Ads API - PHP Lib

2020-02-07 Thread Google Ads API Forum Advisor Prod
Hi Dan, Thank you for the update. You will receive the mobile_app_category_constants that are associated with each campaign (if there are any criterion ids associated with that campaign) using the second query. I also suggest adding “campaign_criterion.campaign” which will tell you which

Re: Accessing Mobile App Category Exclusions for specific campaigns - Google Ads API - PHP Lib

2020-02-07 Thread Dan GTD
Thanks Bryan thats great. So how would I get to know what criterion id to use? Does each campaign have a criterion id? Because it would let me do this: SELECT campaign_criterion.mobile_app_category.mobile_app_category_constant" . "FROM campaign " . "WHERE campaign.id = 'XXX' or SELECT

RE: Accessing Mobile App Category Exclusions for specific campaigns - Google Ads API - PHP Lib

2020-02-06 Thread Google Ads API Forum Advisor Prod
Hi Dan, Thank you for reaching out to us. You can use the “Campaign Criterion” type report to see mobile_app_cateogry_constant on the campaign level. Let me know if you have further questions. Thank you, Bryan, Google Ads API Team ref:_00D1U1174p._5001UV05Tf:ref -- --

Accessing Mobile App Category Exclusions for specific campaigns - Google Ads API - PHP Lib

2020-02-06 Thread Dan GTD
Hi Guys, I can access Mobile App Exclusions using: SELECT mobile_app_category_constant.name FROM mobile_app_category_constant But how would I access the mobile app category exclusions by *campaign*? If I try and as it to the statement above, it says its not compatible combining *Campaign*

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

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

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

RE: Accessing enclosingId= accountLimitType= from Google Ads API (PHP)

2019-11-11 Thread Google Ads API Forum Advisor Prod
Hi Dan, I followed up on the other forum thread requesting additional details. Please continue the discussion on that thread to avoid duplicates. Thanks, Bharani, Google Ads API Team ref:_00D1U1174p._5001UJaFK7:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Accessing enclosingId= accountLimitType= from Google Ads API (PHP)

2019-11-11 Thread Dan GTD
Hi, How do you access the enclosingId= accountLimitType= via the new Google Ads API? I know how to get it from the Google Adwords API but when I upload a load of jobs via mutateCampaignCriteria it says check enclosingId but I can't see anywhere how to do it. Any tips or examples would be

RE: Google Ads API PHP with Laravel: LogicException

2019-04-19 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, The issue is more towards the php-client libraries. I recommend you to post your questions here by creating a new issue. Our client library owners are better equipped to handle this. Regards, Sai Teja, Google Ads API Team

Google Ads API PHP with Laravel: LogicException

2019-04-18 Thread GIM Programming
Hello! I have a website app built on Laravel with latest version of Google Ads API PHP library. Laravel has a Queue functionality which allows to queue tasks for a server to process on background and I'm trying to integrate few things. All I am doing is querying some data about clients

Google Ads API PHP - how to get descriptive_names for CustomerClients using my mcc account?

2019-03-15 Thread Andry Khmelik
Hi, AdWords API Team. My MCC account has 2000 CustomerClients and I'm trying to get all CustomerClients items for mcc account using $query = 'SELECT customer_client.resource_name, customer_client.client_customer, customer_client.level, customer_client.hidden,

RE: V0_7 Google-ads-api PHP library

2019-03-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, If the MCC2 has customers underneath it, they will also show in the result with +1 level to the manager account level. Thats is if the MCC2 has level 2 and that manager has client accounts in its hierarchy then there should be records with level 3 in the result. If you still has concerns

V0_7 Google-ads-api PHP library

2019-03-01 Thread cmwapiaw
I am not sure to understand the possibilities of the ADS API for account management. Can you guide me. Here is the tree under an account (Oauth2 + DeveloperToken + refreshToken = ok - all accounts are test accounts): MCC (level 0) -> MCC (level 1) -> Account (level 3) ` I access the MCC

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

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

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: PageOnePromoted bidding strategy with Google Ads API (PHP Library)

2019-01-27 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
/label/adwords_api https://developers.google.com/adwords/api/community/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ On 01/25/19 21:27:28 vito.zong...@gmail.com wrote: Hi guys, I'm trying to use the new Google Ads API (PHP library) to create a new campaign with a PageOnePromoted bidding st

PageOnePromoted bidding strategy with Google Ads API (PHP Library)

2019-01-25 Thread Vito Zongoli
Hi guys, I'm trying to use the new Google Ads API (PHP library) to create a new campaign with a PageOnePromoted bidding strategy (portfolio strategy type). I found into the examples this piece of code that works with the ManualCPC strategy but it doesn't work if I try to set as class

RE: ipBlock API PHP

2019-01-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Rajit, Did you check out the solution offered on same question in forum for Google Ads API here and AdWords API here

ipBlock API PHP

2019-01-18 Thread rajit bansal
I require a example in Php for IpBlock API , i went through github but could not find it .. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

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 =

Re: Ads Api PHP - Shopping Campaign - Product groups

2018-11-22 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, I'm afraid we don't have a list of limitations for google-ads-php. However, what you could see on the Shopping Ads guide for Google Ads API Beta is only the available. Regards, Luis AdWords API Team On Friday,

Re: Ads Api PHP - Shopping Campaign - Product groups

2018-11-22 Thread Paweł Jóźwik
Ok, now I see. I was reading ads (google-ads-php) documentation and tried to run it with AdWords (googleads/googleads-php-lib) api. Is there a list of google-ads-php limitations? Thank you. W dniu piątek, 23 listopada 2018 04:18:30 UTC+1 użytkownik Luis Xander Talag (AdWords API Team)

Re: Ads Api PHP - Shopping Campaign - Product groups

2018-11-22 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
HI, Could you confirm if what you meant by Ads API is you are using the AdWords API ? If so, you could see here the complete guide on how

Ads Api PHP - Shopping Campaign - Product groups

2018-11-22 Thread Paweł Jóźwik
Dear Members I'm trying to use Ads API to create specific Shopping campaign structure. I need a separate ad group for each product from my Merchant Product Feed. I'm stuck on ProductPartition. I can't see in the docs and Api reference how to set up my divisions. I need to divide by offer id

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

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':

Re: Efficiency pulling reports for many clients - Adwords API vs Google Ads API (PHP)

2018-09-20 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi James, In the ParallelReportDownload example, it is creating a session for the MCCid to be able to read all the accounts under it. Then, for each account, it is

Efficiency pulling reports for many clients - Adwords API vs Google Ads API (PHP)

2018-09-20 Thread James Robinett
Hello, TLDR version - is there a way to reuse the same Adwords session across multiple different client report downloads without rebuilding it? Basically in this example:

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

API PHP dont list campaigns and ADD_OPERATION_NOT_PERMITTED

2018-08-23 Thread Snayder Acero
I am configuring the connection to the API "PHP", to be able to create and list the campaigns of my account I performed the following procedure * Create admin account * from this account create the test account * I generated developer token * I generated credentials from administrato

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.

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

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

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+:

Re: IPBLOCK Adwords api php

2018-03-26 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

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

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

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

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

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

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/

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

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

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 to upload 1 million email on audiences google adwords use api php?

2017-04-28 Thread 'Ivan Bautista' via AdWords API Forum
Hi Joshua, Being that this thread is almost a year old, I suggest that you create a new thread for your queries and from there we can continue with our discussion. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: how to upload 1 million email on audiences google adwords use api php?

2017-04-28 Thread Joshua Wells
Is there a way to scale that to something like 1MM plus hashed emails? We have been able to upload through the GUI a like of that size or double, but through the API is comes to a crawl and doesn't seem to process or error out. Using Python library for AdWords API. On Thursday, June 9, 2016

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

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

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 .

  1   2   3   >