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

2025-02-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Amit: YouTube videos enums are currently only allowed for Demand Gen ads. In v19 we'll expose GENERATE_ENHANCED_YOUTUBE_VIDEOS, which is allowed for PMax campaigns and controls generation for both shorter and vertical videos. This message is in relation to case "ref:!00D1U01174p.!5004Q02n8hFW:r

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

2025-02-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Amit: https://developers.google.com/google-ads/api/performance-max/assets Key Point describes the process if you want to set TEXT_ASSET_AUTOMATION to OPTED_OUT. I just pinged the PMax team about the other two settings and whether they will be applicable to PMax in the next release. This messag

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

2025-02-06 Thread Amit Tomar
Could you please provide an update on the API support for automated assets in Performance Max campaigns, particularly regarding the TEXT ASSETS option and the issues with GENERATE_VERTICAL_YOUTUBE_VIDEOS and GENERATE_SHORTER_YOUTUBE_VIDEOS settings? On Saturday, December 14, 2024 at 1:15:05 AM U

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

2024-12-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Peter: Pete: My colleagues on the Performance Max and Campaigns did not have an answer and it is now with the assets team. I just pinged the manager there for an update. This message is in relation to case "ref:!00D1U01174p.!5004Q02n8hFW:ref" (ADR-00188843) Thanks, Bob Hancock Google Ads AP

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

2024-12-12 Thread Pete Lavetsky (AdWords API Guru)
Any update to this? Last response from Google 8 days ago. We're facing the same issue. Are Opt In / Opt Out for GENERATE_SHORTER_YOUTUBE_VIDEOS and GENERATE_VERTICAL_YOUTUBE_VIDEOS whitelisted? asset_automation_settings { asset_automation_type: TEXT_ASSET_AUTOMATION asset_auto

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

2024-12-02 Thread Ramanajee
I'm also facing the same as above for both Vertical and Sorter YouTube video settings. is there any solution for this ? Thanks, Ramanajee On Tuesday, 29 October 2024 at 18:15:54 UTC+5:30 Google Ads API Forum Advisor wrote: > Hi: > > I'll consult with a colleague on the Performance Max team and

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

2024-10-29 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi: I'll consult with a colleague on the Performance Max team and get back to you. This message is in relation to case "ref:!00D1U01174p.!5004Q02n8hFW:ref" (ADR-00188843) Thanks, Bob Hancock Google Ads API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

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

2024-10-29 Thread Susmit Kumar Mishra
I am using the newly introduced (v18) AssetAutomationSetting . This allows for opting out from: GENERATE_VERTICAL_YOUTUBE_VIDEOS, GENERATE_SHORTER_YOUTUBE_VIDEOS, however when these attributes

Re: issue with billing setup via api - php

2024-10-17 Thread Ethinos DM
Billing setup is already done we have to just link to specific payment account id : 2255-4790-2251-9526. We don't want to create new billing setup. On Wednesday, October 16, 2024 at 8:33:59 PM UTC+5:30 Google Ads API Forum Advisor wrote: > Hi, > > Upon checking your account, I could see that

Re: issue with billing setup via api - php

2024-10-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Upon checking your account, I could see that you don't have any billing setups present in your account. As per this guide, when creating a new billing setup, this is when the setup should take effect. NOW is the only acceptable start time if the customer doesn't have any approved setups. As

Re: issue with billing setup via api - php

2024-10-16 Thread Ethinos DM
Hello Team, Now I am getting UNKNOWN error. Can you please suggest us what to do ? On Wednesday, October 16, 2024 at 3:37:14 PM UTC+5:30 Ethinos DM wrote: > Request : Google\Ads\GoogleAds\V16\Services\BillingSetupOperation Object > ( > [create] => Array > ( > [paymentsAc

Re: issue with billing setup via api - php

2024-10-16 Thread Ethinos DM
Request : Google\Ads\GoogleAds\V16\Services\BillingSetupOperation Object ( [create] => Array ( [paymentsAccount] => customers/9801342221/paymentsAccounts/2255-4790-2251-9526 [startDateTime] => 2024-10-16 00:00:00 ) ) Response : ApiException was throw

Re: Issue with Billing Setup via API - PHP

2024-10-15 Thread Ethinos DM
Same issue I found in github : https://github.com/googleads/google-ads-python/issues/889 On Wednesday, October 16, 2024 at 11:23:00 AM UTC+5:30 Ethinos DM wrote: > *File Name* : AddBillingSetup.php > > We are encountering an issue when setting up billing for a customer > account using the Googl

Issue with Billing Setup via API - PHP

2024-10-15 Thread Ethinos DM
*File Name* : AddBillingSetup.php We are encountering an issue when setting up billing for a customer account using the Google Ads API. Specifically, the following error occurs: ApiException was thrown with message '{ " message": "Request contains an invalid argument.", "code": 3, "status":

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, than

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-10 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. A

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 InvalidArg

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 information(https://developers.google.com/googl

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 - Fin

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, CURLOPT_CUST

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 requ

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 campaig

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 >> Googl

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: https://github.com/googleads/google-ads-php/blob/151bab9bd37d46543bbeb2c3b0caedf91cb91b6b/examples

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 login-custom

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 any

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 4:23:2

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 statin

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 an

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' => ResourceNames::forAdGro

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-01 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 bel

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 installe

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 retu

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

2021-07-26 Thread Darshan Kumawat
followed 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://googleadsd

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. [2021-06-0

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 tha

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` result

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: 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: https://googleadsdeveloper.blogspot.c

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 co

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 campai

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 campaign

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* an

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

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 great

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 (level

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

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

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 becau

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: 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, Nove

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) napisał

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 and

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

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 establi

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: https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201809/Reporting/ParallelReportDownload.php#L91

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. 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'); $

  1   2   3   >