RE: Google Ads API Beta Rate Limit Question

2020-11-20 Thread Google Ads API Forum Advisor Prod
Hi Jack, I understand you are looking for information on rate limiting for general API usage. I believe you will find this guide (or here in case you are using the older Adwords API) provides quite useful information related to your question, in particular this section (here for Adwords) on

Google Ads API Beta Rate Limit Question

2020-11-19 Thread Jack
Hello, I am unable to find Concurrent Request limits or information outside of the Keyword Planning limits. Is there a requests per second limit/concurrent requests limit? Thank you, appreciate your time. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: URGENT - Developer Token in Adwords API and Google Ads API Beta

2020-09-21 Thread Google Ads API Forum Advisor Prod
Hi Swarnim, Thank you for reaching out. Please find my response to your questions below: Both child accounts and any other accounts outside hierarchy can use the developer token to access API. They have the same behaviors. The developer token just grants the account access to the API. To

URGENT - Developer Token in Adwords API and Google Ads API Beta

2020-09-21 Thread 'Swarnim Shukla' via AdWords API and Google Ads API Forum
Hi, I am reading about developer token in both AdWords API and Google Ads API Beta ans i am little confused. *AdWords API - * *https://developers.google.com/adwords/api/docs/guides/accounts-overview#developer_token* I am refering this link which says that if i generate developer account from

RE: Mutate Smart Campaigns in google ads api Beta

2020-09-10 Thread Google Ads API Forum Advisor Prod
Hi Guilherme, Thank you for reaching out. MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT indicates that a mutate action is not allowed on this campaign, from this client. The mutation of the Smart Campaigns is not available in the API. Another possibility is that the campaign was created using the

Mutate Smart Campaigns in google ads api Beta

2020-09-09 Thread Guilherme Kowalski
Hello, I'm using google ads api with python client library and google-ads 7.0.0. I'm able to retrieve smart campaigns but I can't change their budgets. It´s getting MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT. Is there something I can do in order to Mutate smart campaigns? -- --

RE: search_click_share at ad_group level not available, contrary to documentation (google ads api beta)

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hello - Just following up to let you know that we're still working on this problem. I'll update this thread once I have more information. Best, Ben, Google Ads API Team ref:_00D1U1174p._5004Q23IO39:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: search_click_share at ad_group level not available, contrary to documentation (google ads api beta)

2020-08-07 Thread Google Ads API Forum Advisor Prod
Hello, There is an issue on our side. I'll pass this over to the team and let you know when this issue is resolved. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q23IO39:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

search_click_share at ad_group level not available, contrary to documentation (google ads api beta)

2020-08-07 Thread Younggyo Lee
Hi team, I was having difficulties at getting some data from API. I have tried this query in Google Ads API Beta v3 and v4 but always getting this error. The documentation says it's available https://developers.google.com/google-ads/api/fields/v4/ad_group#metrics.search_click_share I can also

Re: Changing Max CPC Bid Manually by Keyword (Google Ads API Beta) using Python

2020-06-30 Thread Andrew Lee
Thanks Mitchell. I think I figured it out. The the Max CPC changes from the ad group service changes the default bid and the CPC changes through the ad group criterion service changes the it at the keyword level I believe. I hope this helps other people. Thanks again, Andrew On Tuesday, June

RE: Changing Max CPC Bid Manually by Keyword (Google Ads API Beta) using Python

2020-06-30 Thread Google Ads API Forum Advisor Prod
Hi Andrew, The ad_group_criterion.cpc_bid_micros value will change the Max CPC of the specific keyword (or other criterion). If you want to change the max CPC of the entire ad group, you have to do this through the AdGroupService since that service handles changes to the ad group itself. I'm

RE: Changing Max CPC Bid Manually by Keyword (Google Ads API Beta) using Python

2020-06-29 Thread Andrew Lee
Mitchell, Changing the ad_group_criterion.cpc_bid_micros value only changes the cpc value not the max cpc bid which is in the ad group level. The cpc bid in ad group criterion is a metric not a configuration. But what doesn't make sense to me is ad group level is an attribute of ad group

RE: Changing Max CPC Bid Manually by Keyword (Google Ads API Beta) using Python

2020-06-29 Thread Google Ads API Forum Advisor Prod
Hi Andrew, Thank you for reaching out. It is possible to set the keyword level CPC bid by using the AdGroupCriterionService and setting the cpc_bid_micros value of the AdGroupCriterion. However, please make sure that the campaign the keywords belong to is a search campaign with a manual bid

Changing Max CPC Bid Manually by Keyword (Google Ads API Beta) using Python

2020-06-29 Thread Andrew Lee
Hi, I am trying to setup a script that manually changes the Max CPC by keyword using the Google Ads API Beta v3. The only thing I can do is change the max cpc bid by ad group, which changes all the bid amounts for every keyword to the same bid. Is there any way to do this by keyword id

RE: What campaign types are not supported by the google ads API Beta?

2020-05-27 Thread Google Ads API Forum Advisor Prod
Hi Guilherme, Thanks for reaching out. With regards to your concern about the campaign type by the Google Ads API, You can see the here all support campaign type. If you have any issue, can you please share the complete report definition and customer id, Please reply privately to the author

What campaign types are not supported by the google ads API Beta?

2020-05-27 Thread Guilherme Kowalski
What campaign types are not supported by the google ads API Beta? I'm having trouble to find some of my users campaigns in my app. I know by experience video campaigns, hotel, discovery are not reachable or editable. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

RE: Google Ads Api Beta

2020-05-26 Thread Google Ads API Forum Advisor Prod
Hi Olesya, Thank you for reaching out. Google Ads API is still in beta version. We don’t have a set timeline for the Google Ads API to be in production again. However, We recommend to continue running production systems using the AdWords API. While Google Ads API is in “beta”, you may use the

Google Ads Api Beta

2020-05-26 Thread Олеся Васина
Hi all! We need to fetch different statistics using Ads API and Adwords API. Now we get more and more accounts from which we can't download statistics using Adwords API, but we can download using Ads API. So we need to upgrade our production code to new API. That is why i would like to ask,

Re: Google Ads API Beta Python - Query a keyword's quality score and conversion rate

2020-05-20 Thread Google Ads API Forum Advisor Prod
Hi Ky, Thank you for the update. Yes, it should show a zero, but if there is not enough information then the field will not be populated for both fields. Let me know if you have further questions. Thank you, Bryan, Google Ads API Team ref:_00D1U1174p._5004Q1zpic2:ref -- --

Re: Google Ads API Beta Python - Query a keyword's quality score and conversion rate

2020-05-19 Thread 'Ky Nguyen' via AdWords API and Google Ads API Forum
Hi Bryan, Wanted to follow up on this resource. I just wanted to double check that it's behaving as I'm expecting it to with the query: 'SELECT ad_group.id, ' 'ad_group_criterion.criterion_id, ' 'ad_group_criterion.keyword.text, ' 'metrics.conversions_from_interactions_rate,

Re: Google Ads API Beta Python - Query a keyword's quality score and conversion rate

2020-05-18 Thread 'Ky Nguyen' via AdWords API and Google Ads API Forum
Thanks so much, Bryan! On Monday, May 18, 2020 at 1:22:52 PM UTC-7, adsapiforumadvisor wrote: > > Hi Ky, > > I've taken a look and can see that Keywords Reports has a Quality Score > field, and to retrieve it, you need to query > ad_group_criterion.quality_info.quality_score >

Re: Google Ads API Beta Python - Query a keyword's quality score and conversion rate

2020-05-18 Thread Google Ads API Forum Advisor Prod
Hi Ky, I've taken a look and can see that Keywords Reports has a Quality Score field, and to retrieve it, you need to query ad_group_criterion.quality_info.quality_score. For your convenience, if you're having trouble writing the query, you can use this interactive query builder at your

RE: Google Ads API Beta Python - Query a keyword's quality score and conversion rate

2020-05-18 Thread Google Ads API Forum Advisor Prod
Hi Ky, Thank you for reaching out to us. For a keyword's quality score, could you show me a screenshot of what quality score you want to retrieve from the UI? For the conversion rate, there is the conversions from interactions rate from the keywords report in Google Ads API. Let me know if you

Google Ads API Beta Python - Query a keyword's quality score and conversion rate

2020-05-15 Thread 'Ky Nguyen' via AdWords API and Google Ads API Forum
Hi, I'm currently trying to retrieve a keyword's quality score and or conversion rate and was wondering if there was a specific resource I can query. Thank you, Ky -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: How to add logs to different file for different services - Google Ads API Beta

2020-03-31 Thread Google Ads API Forum Advisor Prod
Hi Chirag, Can you please share the contents of your google_ads_php.ini file via Reply privately to author? If you are trying to specify your own logger, you can follow the instructions here. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001USx2QL:ref -- --

Re: How to add logs to different file for different services - Google Ads API Beta

2020-03-31 Thread Chirag eReportz
Hi Mitchell, Thank you for the clarification. Sorry for the late reply. But when I tried to create Log like this I am only getting log as a one liner and not the log that detailed provided by default logger. $adsLoggerFactory = new LoggerFactory(); $logger =

RE: Display Ad Images / Preview Using Google Ads API Beta

2020-03-06 Thread Google Ads API Forum Advisor Prod
Hi James, The reason you are not seeing these fields populated for your display/HTML5 ads is because the fields are specific to other ad types. responsive_display_ads are specific to responsive display ads and image_ads are for the old image ad type. Regards, Anthony Google Ads API Team

Display Ad Images / Preview Using Google Ads API Beta

2020-03-05 Thread James Grace
I'm trying to get access to Display Ad images via the Google Ads API. At the moment, my code doesn't seem to be working for certain ads. As near as I can tell from my debugging efforts so far, the issue is that it's not working for HTML5 ads. Here is the query I'm using : SELECT

RE: Google ads api beta remove item from feed

2020-02-06 Thread Google Ads API Forum Advisor Prod
Hello Simon, Thank you for reaching out. You could use FeedItemService to mutate the feed items via Google Ads API Beta. The MutateFeedItems method will help you perform the remove operation by specifying the resource name of the feed item which is expected to be removed in the below format

Google ads api beta remove item from feed

2020-02-05 Thread Simon
Hey. I'm trying to remove items from feed with new google ads api beta, but i don't know how to do that. I have something like that: feed_item_operation = clinet.get_type('FeedItemOperation', version='v2') feed_item = feed_item_operation.remove # What should i write here? feed_item_service

Re: How to add logs to different file for different services - Google Ads API Beta

2020-01-30 Thread Google Ads API Forum Advisor Prod
Hi, The PHP library conforms to PSR-3 for logging. You can change the configuration to point to a different path as explained here to save to different locations. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001USx2QL:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: How to add logs to different file for different services - Google Ads API Beta

2020-01-29 Thread cv
Hi, I am using Google-ads-php beta library. On Thursday, 30 January 2020 03:22:45 UTC+5:30, adsapiforumadvisor wrote: > > Hi, > > Thank you for reaching out. What client library are you using? > > Regards, > Mitchell > Google Ads API Team > > ref:_00D1U1174p._5001USx2QL:ref > -- --

RE: How to add logs to different file for different services - Google Ads API Beta

2020-01-29 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. What client library are you using? Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001USx2QL:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: How to get ShoppingProductAdInfo using Google Ads API Beta

2020-01-29 Thread Google Ads API Forum Advisor Prod
Hi, You will be able to fetch all the ads of different types in one query but if you would like to fetch SHOPPING_PRODUCT_AD only, specify ad_group_ad.ad.type = “SHOPPING_PRODUCT_AD” in the WHERE clause. Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._5001USx07w:ref -- --

Re: How to get ShoppingProductAdInfo using Google Ads API Beta

2020-01-28 Thread cv
Hi, So It would not possible to get all the AdType in one query? Like I do have Gmail ads, video ads, image ads, text ads, expanded text ads, I do need to go individually for all those ad types? Thanks, On Wednesday, 29 January 2020 02:01:38 UTC+5:30, adsapiforumadvisor wrote: > > Hi, > >

Re: How to get ShoppingProductAdInfo using Google Ads API Beta

2020-01-28 Thread Google Ads API Forum Advisor Prod
Hi, When you query for the shopping product ad, you need to specify the type by adding ad_group_ad.ad.type = “SHOPPING_PRODUCT_AD” in the WHERE clause. Please let me know if you have any further questions. Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._5001USx07w:ref --

Re: How to get ShoppingProductAdInfo using Google Ads API Beta

2020-01-28 Thread cv
I was using like this $googleAdsRow->getAdGroupAd()->getAd()->getShoppingProductAd(); Thanks On Tuesday, 28 January 2020 14:52:48 UTC+5:30, cv wrote: > > Hi, > > My query looks like > > $query = "SELECT > segments.date, > > campaign.id, >

Re: How to get ShoppingProductAdInfo using Google Ads API Beta

2020-01-28 Thread cv
Hi, My query looks like $query = "SELECT segments.date, campaign.id, campaign.name, campaign.status, ad_group.id, ad_group.name, ad_group.status,

Re: How to get ShoppingProductAdInfo using Google Ads API Beta

2020-01-28 Thread cv
Hi Xiaoming, Thank you for your response. I would also like to say that does I need to pass ad_group.type = SHOPPING_PRODUCT_ADS otherwise it is giving Segmentation fault (core dumped). Thanks On Tuesday, 28 January 2020 01:52:02 UTC+5:30, adsapiforumadvisor wrote: > > Hi, > > Thanks for

How to add logs to different file for different services - Google Ads API Beta

2020-01-28 Thread cv
Hi, How I can maintain different log paths for different services or different modules? Currently, it is storing logs at the central level, I would like have different logs according to different needs. Like for Bid Related changes I would say bid_log.log For Search Query it would say

RE: How to get ShoppingProductAdInfo using Google Ads API Beta

2020-01-27 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for reaching out. You would be able to fetch data for ShoppingProduct Ads by querying the ad_group_ad resource and use code similar to this example query. Please let me know if you have any further questions. Thanks and regards, Xiaoming, Google Ads API Team

How to get ShoppingProductAdInfo using Google Ads API Beta

2020-01-27 Thread cv
Hi, How I can get the Info about ShoppingProduct Ads using Google Ads API beta? Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because

RE: Google Ads API Beta reports to MySQL

2019-12-30 Thread Google Ads API Forum Advisor Prod
Hi Drew, Thank you for writing to us regarding your concern. If you are using our client libraries, it is not possible to retrieve the data as a JSON object. However, as an alternative you can use the cURL operation to get the output in JSON format and implement the logic on your end to export

Google Ads API Beta reports to MySQL

2019-12-30 Thread Drew Lauck
Good afternoon, I'm currently using the python google ads library ( https://github.com/googleads/google-ads-python) to pull reporting data. I've made successful calls using this script ( https://github.com/googleads/google-ads-python/blob/master/examples/reporting/get_keyword_stats.py) and am

RE: Object of class Google\Protobuf\StringValue could not be converted to string - PHP - Google Ads API (BETA)

2019-11-04 Thread Google Ads API Forum Advisor Prod
Hi Dan, You may find this example useful. If you continue to face issues, I'd recommend creating an issue on our the client library since this is not API specific. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UMW7re:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Object of class Google\Protobuf\StringValue could not be converted to string - PHP - Google Ads API (BETA)

2019-11-04 Thread Dan GTD
Hi, When I get back a CampaignCriterion using the PHP lib I get the following error: Object of class Google\Protobuf\StringValue could not be converted to string How do I correctly access that private StringValue object returned from the campaign criterion using php? An example would be

RE: Not receiving some data fields from Google Ads API Beta v2 Search Queries

2019-09-18 Thread Google Ads API Forum Advisor Prod
Hi Dylan, Thank you for reaching out. Please find my response to your queries below. SELECT bidding_strategy.type, bidding_strategy.name FROM bidding_strategy: The query seems to be correct. If you have the bidding strategy set in your account, this query will list the name and type of bidding

Not receiving some data fields from Google Ads API Beta v2 Search Queries

2019-09-17 Thread Dylan McBurnett
Hi, I'm trying to use the Google Ads Beta API Interactive Search Query Builder with the google-ads-python Github repo to gather information for a dashboard. I'm

RE: Google Ads API Beta: Retrieve relevant customer_client data for oauthed MCC account

2019-09-06 Thread Google Ads API Forum Advisor Prod
Hi Kenneth, Thank you for reaching support. Please find my response to your queries below: Using the customer_client resource, is there any way to filter out accounts that are cancelled to return only active accounts? It is not possible to check the status of the account and filter out the

Re: [Google Ads API Beta] Proto definitions for latest releases

2019-09-06 Thread John
github.com/googleapis/googleapis/tree/master/google/ads/googleads/v2> > to > be current with the v2_1 release > <https://ads-developers.googleblog.com/2019/08/announcing-v21-of-google-ads-api-beta.html> > > of the Google Ads API beta. > > Please let us know if you h

Re: Google Ads API Beta: Retrieve relevant customer_client data for oauthed MCC account

2019-09-05 Thread Kenneth Oh
I resolved the issue of not receiving the customer_client fields (time_zone , test_account, manager, descriptive_name, currency_code, and id) by updating my google-ads-python package to latest that contains support for querying for these fields. On Wednesday, September 4, 2019 at 2:17:33 PM

Re: [Google Ads API Beta] Proto definitions for latest releases

2019-09-05 Thread Google Ads API Forum Advisor Prod
Hi John, Thanks for your patience here. We've updated the protocol buffer definitions for v2 on GitHub to be current with the v2_1 release of the Google Ads API beta. Please let us know if you have any issues with them - Adam. Google Ads API Team ref:_00D1U1174p._5001UHEkaK:ref

Google Ads API Beta: Retrieve relevant customer_client data for oauthed MCC account

2019-09-04 Thread Kenneth Oh
Hi, I'm using the google-ads-python library for managing an MCC account that is managing around 1200 other accounts, in which many are "cancelled". Using the customer_client resource, is there any way to filter out accounts that are cancelled to return only active accounts? I don't see any

RE: What if I changed to Google Ads API Beta from AdWord API. Do I need to have access to Google Ads API? Do I have to do all other tasks that I have done via AdWords API by using Google Ads API?

2019-09-04 Thread Google Ads API Forum Advisor Prod
Hi Dustin, You will be able to use the same OAuth credentials that you use for AdWords API to make the API calls. You will need to enable your project to make Google Ads API calls by following the steps mentioned in this guide. If you are requesting OAuth credentials from a manager account and

What if I changed to Google Ads API Beta from AdWord API. Do I need to have access to Google Ads API? Do I have to do all other tasks that I have done via AdWords API by using Google Ads API?

2019-09-04 Thread Dawud Dustin
to know about Billing in Google Ads API Beta. Though it is included in beta Do I need to have access to Google Ads API? Do I have to do all other tasks that I have done via AdWords API using Google Ads API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https

Re: [Google Ads API Beta] Proto definitions for latest releases

2019-08-28 Thread John
On https://github.com/googleapis/googleapis/tree/master/google/ads/googleads it says: > To develop in a programming language without an official client library, > refer to the API Concepts Guide > and > consult these

Re: [Google Ads API Beta] Proto definitions for latest releases

2019-08-28 Thread Google Ads API Forum Advisor Prod
Hello John, The new fields that are made available for CustomerClient can be accessible via the Customer_Client resource instead. You could use a GAQL resource query with the help of Interactive Query builder to fetch data for those fields. Also, you have to update to the latest client library

Re: [Google Ads API Beta] Proto definitions for latest releases

2019-08-28 Thread John
With a client build with the v2_0 proto files the new fields introduced in v2_1 are not available. I'd like to use these new fields of CustomerClient: Added time_zone, test_account, manager, descriptive_name, currency_code, > and id to CustomerClient to make it easier to retrieve customers in

RE: [Google Ads API Beta] Proto definitions for latest releases

2019-08-27 Thread Google Ads API Forum Advisor Prod
Hello John, You could use the protocol buffers from here. Since V2_1 is a minor release, you can use the Protocol buffers from V2 folder in that link. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UHEkaK:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: [Google Ads API Beta] Proto definitions for latest releases

2019-08-26 Thread John
The proto files for version v2_1 <https://ads-developers.googleblog.com/2019/08/announcing-v21-of-google-ads-api-beta.html> of the Google Ads API Beta are missing in the googleapis github repository . Can someone update the proto definitions at GitHub? On Monday, November 12, 2018 at

RE: Question about Google Ads API Beta

2019-08-15 Thread Google Ads API Forum Advisor Prod
Hello Igor, Even via Google Ads API, it is not possible to make any changes to the video campaigns, you could refer here for more information. Regarding your other question, could you please share the complete error logs and share the code example that you are trying to help further. Regards,

Question about Google Ads API Beta

2019-08-15 Thread Igor Nikolenko
Hello. I can`t change audience bids for Video Campaigns via Adwords API. Can i change audience bids via Ads API Beta? And one more question... When i use google_ads_api example from github on Java, i catch error: Error:java: OutOfMemoryError: insufficient memory. -- --

Re: How to get AdSchedule Data and Change Bid for Adgroup / keyword - Google Ads API Beta

2019-07-31 Thread cv
much bid increase or decrease set? > > Also How I can change bid for Adgroup/ keywords? > > I am looking for Google Ads API beta. > > Thanks, > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=

Re: How to get AdSchedule Data and Change Bid for Adgroup / keyword - Google Ads API Beta

2019-07-26 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching support. Could you please share the complete request and response logs along with the client customer Id for me to investigate further? Please use Reply privately to author option while sharing the details. Regards, Nikisha Patel, Google Ads API Team

Re: How to get AdSchedule Data and Change Bid for Adgroup / keyword - Google Ads API Beta

2019-07-26 Thread cv
Thanks For the Information. I was able to change the BID. Now I have step forward and tried to change Bid for the Device. I have done like this But this gives me Segmentation Fault: 11 $bidModifierValue = 1.5; $adGroupBidModifier = new AdGroupBidModifier([

Re: How to get AdSchedule Data and Change Bid for Adgroup / keyword - Google Ads API Beta

2019-07-25 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for the clarification. To update the Cpc bid for Adgroup you need to use Fieldmask utility to derive the update mask which will tell Google Ads API which attribute of Ad Group will be updated. Please refer to the similar code Update Ad Group in Google Ads API to update CPC bid.

Re: How to get AdSchedule Data and Change Bid for Adgroup / keyword - Google Ads API Beta

2019-07-25 Thread cv
I was looking at similar example like Adwords API lib which is UpdateAdgroup.php Thanks, On Thursday, 25 July 2019 16:55:39 UTC+5:30, cv wrote: > > Hello Nikisha, > > I can able to get campaign criteria. > > But, I think that example for AddAdGroupBidModifier is not useful. > > I wanted to

Re: How to get AdSchedule Data and Change Bid for Adgroup / keyword - Google Ads API Beta

2019-07-25 Thread cv
Hello Nikisha, I can able to get campaign criteria. But, I think that example for AddAdGroupBidModifier is not useful. I wanted to change AdGroup CPC itself and not the its criteria. Please let me know If i am wrong. Thanks, On Thursday, 25 July 2019 03:09:58 UTC+5:30, adsapiforumadvisor

RE: How to get AdSchedule Data and Change Bid for Adgroup / keyword - Google Ads API Beta

2019-07-24 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. You could use the ad_schedule_view resource to get Campaign Ad Schedule information in Google Ads API. The attribute resource ‘campaign_criterion’ selectable with ad_schedule_view will provide all the information like

How to get AdSchedule Data and Change Bid for Adgroup / keyword - Google Ads API Beta

2019-07-24 Thread cv
Hi, Please suggest best possible way to get Campaign Ad Schedules. How I can get all adschedules info like Day of week, Start time, end time, and how much bid increase or decrease set? Also How I can change bid for Adgroup/ keywords? I am looking for Google Ads API beta. Thanks

Re: [PHP] Google Ads Api Beta. Problems with ExpandedTextAd Update

2019-04-18 Thread jessica . capuozzo
Hi, Any news on Update Ad? Thank you, Best. Jessica Capuozzo On Wednesday, 20 February 2019 20:11:33 UTC+1, Miguel Graciá wrote: > > > Hi, > > I am trying the new api of google ads. I was able to create an ad in my > test account with the help of the examples, but when I try to update the >

RE: Account Information: Google Ads API Beta

2019-03-04 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Helijean, You could add to your app.config file if you are using .Net client library In general adding the LoginCustomerId(the manager user authenticating the API call) in your header will solve the issue. You could refer this blog

Re: Account Information: Google Ads API Beta

2019-03-04 Thread Helijean Harpon
hello, did you find a solution ? I am experiencing the same concern. Le mardi 26 février 2019 21:44:16 UTC+1, googleadsapi-forumadvisor a écrit : > > Hello Ananth, > > Since our team is already looking into this concern in a private thread, > let us continue the discussion on that thread. I have

User deprecated logsink - Google Ads API Beta

2019-02-27 Thread jason
Getting an error exception in the Ads beta PHP library: User Deprecated: Google\Cloud\Logging\V2\LogSink_VersionFormat is deprecated and will be removed in the next major release. Use Google\Cloud\Logging\V2\LogSink\VersionFormat instead Here's the example code: public static function

RE: Account Information: Google Ads API Beta

2019-02-26 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Ananth, Since our team is already looking into this concern in a private thread, let us continue the discussion on that thread. I have forwarded your concern to our team for further investigation, they will contact you soon. I shall post a summary of the resolution here for the benefit of

RE: Why those metrics doesn't support in device segment and how to download huge reports (Google Ads Api BETA)

2019-02-26 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Please find my response below: *1st question => We found "metrics.content_impression_share","metrics.content_rank_lost_impression_share","metrics.search_exact_match_impression_share" of ad_group why doesn't selectable with "segments.device" ?*You will be able to use segments.device

Account Information: Google Ads API Beta

2019-02-26 Thread Ananth Sakthivel
Hi Team, How to get the Account Information about Customer Client using "Google Ads API Beta". Previously it was working when I passed "Client Customer Client" into "GetCustomer". but Now it is not working and giving an error like "Permission Denied: The C

Why those metrics doesn't support in device segment and how to download huge reports (Google Ads Api BETA)

2019-02-25 Thread Thanajiranaj Pattanasakpinyo
1st question => We found *"metrics.content_impression_share","metrics.content_rank_lost_impression_share","metrics.search_exact_match_impression_share" *of ad_group why doesn't selectable with *"segments.device"* ? 2nd question => How to download all keyword report (~ 700 million keywords) or

Re: [8-9896000025626] [PHP] Google Ads Api Beta. Problems with ExpandedTextAd Update

2019-02-21 Thread Miguel Graciá
Ok! Thanks for the info, Thanet. BR -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords

RE: [8-9896000025626] [PHP] Google Ads Api Beta. Problems with ExpandedTextAd Update

2019-02-20 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, The mutate of headline isn't available yet in Google Ads API. We'll releasing this feature in the future. Best, Thanet, Google Ads API =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

RE: [8-9896000025626] [PHP] Google Ads Api Beta. Problems with ExpandedTextAd Update

2019-02-20 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Let me confirm with Engineering and will inform you on this thread. Best, Thanet, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com/search/label/adwords_api

[PHP] Google Ads Api Beta. Problems with ExpandedTextAd Update

2019-02-20 Thread Miguel Graciá
Hi, I am trying the new api of google ads. I was able to create an ad in my test account with the help of the examples, but when I try to update the title, the api returns an error. The request, extracted from the log, is as follows: { "customerId": "[CUSTOMER_ID]", "operations": [

Re: Google Ads API beta

2019-02-20 Thread cv
Ok, Let me post issue over there. Thanks, On Friday, 15 February 2019 15:51:46 UTC+5:30, cv wrote: > > Hi, > > How I can run the example from browser for google Ads API beta? > > What should I need to change? > > Thanks, > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: get error LINE_TOO_WIDE responsive display ad | google ads api beta

2019-02-19 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Nikolay, Our team is looking into this. I will keep you posted on the updates. Thanks, Bharani, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com/search/label/adwords_api

RE: Google Ads API beta

2019-02-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
sor wrote: Hello Chirag, Google Ads API Beta is the Upgraded version of AdWords API in Beta stage. If you are using the AdWords API for now and trying to migrate to the Google Ads API Beta, you could refer this guide <https://developers.google.com/google-ads/api/docs/migration/overview>. In

RE: Google Ads API beta

2019-02-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
efined constant STDERR - assumed 'STDERR' in *src/Google/Ads/GoogleAds/Lib/LoggerFactory.php* on line *44* Can you please guide me how to run the example from browser? Thanks, On Saturday, 16 February 2019 02:09:40 UTC+5:30, googleadsapi-forumadvisor wrote: Hello Chirag, Google Ads AP

Re: Google Ads API beta

2019-02-17 Thread cv
ser? Thanks, On Saturday, 16 February 2019 02:09:40 UTC+5:30, googleadsapi-forumadvisor wrote: > > Hello Chirag, > > Google Ads API Beta is the Upgraded version of AdWords API in Beta stage. > If you are using the AdWords API for now and trying to migrate to the > Google Ads API

RE: get error LINE_TOO_WIDE responsive display ad | google ads api beta

2019-02-17 Thread nikolay . makurin
Thnx, Bharani! My team had to duplicate a large amount of data with a shorter header. I hope this problem will be solved soon. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

RE: get error LINE_TOO_WIDE responsive display ad | google ads api beta

2019-02-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Nikolay, I was able to replicate the issue while creating the Responsive display ad with the headline text as mentioned above. I have shared this information with the team. I will keep you posted on the updates. Thanks, Bharani, Google Ads API Team

RE: Google Ads API beta

2019-02-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, Google Ads API Beta is the Upgraded version of AdWords API in Beta stage. If you are using the AdWords API for now and trying to migrate to the Google Ads API Beta, you could refer this guide <https://developers.google.com/google-ads/api/docs/migration/overview>. In genera

Re: get error LINE_TOO_WIDE responsive display ad | google ads api beta

2019-02-15 Thread nikolay . makurin
im sorry, in '**' i mean LINE_TOO_WIDE On Friday, February 15, 2019 at 5:49:10 PM UTC+3, nikolay...@ostrovok.ru wrote: > > When I try to load a display ad, I get an error ** in relation to the > short headline, although the number of characters does not exceed the > limits. > When i try to add

get error LINE_TOO_WIDE responsive display ad | google ads api beta

2019-02-15 Thread nikolay . makurin
When I try to load a display ad, I get an error ** in relation to the short headline, although the number of characters does not exceed the limits. When i try to add this short headline in UI, its pass well. my string - "Гостиницы Москвы без комиссии" Python 2.7.15 Ubuntu 18.04 google-ads v0_7

Google Ads API beta

2019-02-15 Thread cv
Hi, How I can run the example from browser for google Ads API beta? What should I need to change? Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received

RE: partial_failure in google ads api beta v0_7

2019-02-03 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Nikolay, Could you further elaborate the issue you are encountering? Could you also provide what error messages you encountered? Screenshots would greatly help in my investigation. You may reply using the *reply privately to author* option. Regards, Dannison Google Ads API Team

partial_failure in google ads api beta v0_7

2019-02-02 Thread nikolay . makurin
This is a good news for us that partial_failure appeared in the new version of api. But we are faced with a strange behavior when this option is enabled. Keywords that loaded without errors when this parameter is turn off are returned with an error when you turn on partial_failure. With what

RE: Add a new SiteLink to and Existing AdGroup with Google Ads API Beta 0.6 (PHP)

2019-01-31 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Vito, Currently we do not have a PHP code sample to create the Sitelink extensions. We have raised this as a feature request to the team. To get you started, please find the attached code sample in Java assuming that the feed already exists. Let me know if you have any other questions.

Re: Add a new SiteLink to and Existing AdGroup with Google Ads API Beta 0.6 (PHP)

2019-01-31 Thread Vito Zongoli
Dear Bharani, thanks for the answer, I'm using Google Ads API and I saw that I can "play" with the feed service and the PlaceholderType but it's still not clear to me how to create a sitelink. Could anybody in the team provide just a quick code example supposing that's already available and

Re: Add a new SiteLink to and Existing AdGroup with Google Ads API Beta 0.6 (PHP)

2019-01-31 Thread Vito Zongoli
Dear Bharani, thanks for the answer, I'm using Google Ads API and I saw that I can "play" with the feed service and the PlaceholderType but it's still not clear to me how to create a sitelink. Could anybody in the team provide just a quick code example supposing that's already available and

RE: Add a new SiteLink to and Existing AdGroup with Google Ads API Beta 0.6 (PHP)

2019-01-30 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Vito, Using AdWords API, you will be able to add extensions at the account, campaign, or ad group level. You may refer to this guide which illustrates in details on how to add these extensions. The PHP code

Add a new SiteLink to and Existing AdGroup with Google Ads API Beta 0.6 (PHP)

2019-01-30 Thread Vito Zongoli
Guys, I'm becoming crazy... Where I can find an example of PHP code where I can see how to add a SiteLink to an existing AdGroup? I'm using Google Ads API Beta 0.6 and PHP. I've used examples included into the library to create the campaign, the adGroups and the Ads but I'm struggling

  1   2   >