Re: Dynamically change client id in adsapi_php.ini file of Googleads php library

2022-07-29 Thread hemant dhote
Hello Team, I am trying to update the label on a keyword from google ad's api but its not working I am getting the following error. *Error rendering 'customers/{customer_id=*}/adGroupCriterionLabels/{ad_group_id=*}~{criterion_id=*}~{label_id=*}': expected binding 'label_id' to match segment '{la

Re: Dynamically change client id in adsapi_php.ini file of Googleads php library

2022-03-09 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Hemant, Thank you for the reply. To answer your question, please note that the campaign has type and subtype and the equivalent fields of those information are provided below: campaign.advertising_channel_type ​​​ campaign.advertising_channel_sub_type With this, you can include those fie

Re: Dynamically change client id in adsapi_php.ini file of Googleads php library

2022-03-08 Thread hemant dhote
Hello Erine, Thanks for your reply, basically I want to get the parameter called Campaign Type how can i get that value, I am able to fetch campaign name, campaign ID but not the type of the campaign. On Wed, 9 Mar 2022 at 9:29 AM, Google Ads API Forum Advisor wrote: > Hi Hemant, > > Thank you

Re: Dynamically change client id in adsapi_php.ini file of Googleads php library

2022-03-08 Thread hemant dhote
Hello Team, I am doing the migration of the google ads API to the new version. But I am having trouble fetching the Campaign Type and Keywork Lable. Can you help me to know which parameter I can use to find these values? This is the version which I am using : https://developers.google.com/google-

Re: Dynamically change client id in adsapi_php.ini file of Googleads php library

2021-09-29 Thread Google Ads API Forum Advisor
Hello Hemant, Thanks for reaching out to us. Adding labels on a keyword can be done using the AdGroupCriterionLabel. As per that guide, the fields for the AdGroupCriterionLabel are Immutable, thus updating keyword labels are not feasible. What you can do instead is to remove the said keyword l

Re: Dynamically change client id in adsapi_php.ini file of Googleads php library

2021-09-29 Thread hemant dhote
Hello Team , I need some help with the google ads API. We want to update the Label of a keyword, but we didn't find a way how to do it. Can you tell me which Operation/ API we can use to update the Label on a keyword? Regards Hemant On Wed, Jul 14, 2021 at 3:42 PM Google Ads API Forum Advisor

Re: Dynamically change client id in adsapi_php.ini file of Googleads php library

2021-07-14 Thread Google Ads API Forum Advisor
Hi Hemant, If you want to the track the changes of one of the entities listed here, specifically the bidding of the keywords, then you can use the Change Event service on your use case. Let me know if you have questions on the provided suggestion. Regards, Ernie John Blanca Tacata Google Ads

Re: Dynamically change client id in adsapi_php.ini file of Googleads php library

2021-07-13 Thread hemant dhote
Hello Google Ad's Team. I want to fetch the keyword last bid change date from my google account. I did some research but i didn't get anything like that. Regards Hemant Dhote On Mon, Feb 1, 2021 at 1:54 PM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Hermant, >

Re: Dynamically change client id in adsapi_php.ini file of Googleads php library

2021-02-01 Thread Google Ads API Forum Advisor Prod
Hi Hermant, I am afraid that you need to download the report first using Google Ads API or AdWords API and create a post-process on your end to manage the downloaded data and to import it to another file or tool. But to give you guidance on how to get these information, if you also want to use

Re: Dynamically change client id in adsapi_php.ini file of Googleads php library

2021-01-29 Thread hemant dhote
Hello Team, Is there any API available to fetch all the keywords details like CPC, Quality Score, Search top is, Impression, etc directly, because at the moment we have to download the report and then take data from it. So it there is an API that we can access directly to get all this information

Re: Dynamically change client id in adsapi_php.ini file of Googleads php library

2021-01-19 Thread hemant dhote
Hello Team, Which API service I have to use if I have to update the labels on the keywords. I want to update certain labels on a keyword via AIP. On Wed, Dec 9, 2020 at 4:47 PM hemant dhote wrote: > Hello Team, > > I am getting this error when trying to update the BID but I am not able to > fi

Re: Dynamically change client id in adsapi_php.ini file of Googleads php library

2020-12-09 Thread hemant dhote
Hello Team, I am getting this error when trying to update the BID but I am not able to find any solution to this. *Fatal error*: Uncaught Google\AdsApi\AdWords\v201809\cm\ApiException: [BiddingErrors.BID_TOO_MANY_FRACTIONAL_DIGITS @ operations[0].operand.biddingStrategyConfiguration.bids[0].bid;

Re: Dynamically change client id in adsapi_php.ini file of Googleads php library

2020-10-31 Thread hemant dhote
Hello Team, I want to update about 3 keywords bit from the API's but it takes too much time to do so, is there any way I can do that in bulk and it will update fast at the moment it takes 2 sec to update 1 keyword bid. On Sat, Oct 17, 2020 at 4:44 AM hemant dhote wrote: > > Thanks for your

Re: Dynamically change client id in adsapi_php.ini file of Googleads php library

2020-10-16 Thread hemant dhote
Thanks for your email But is there anyway I don’t have to use download function instead of just print on the page. On Sat, 17 Oct 2020 at 1:47 AM, Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > > > > > > > > > > > Hi Bhaskar, > > > > > > Thank you for reaching out.

Re: Dynamically change client id in adsapi_php.ini file of Googleads php library

2020-10-16 Thread Google Ads API Forum Advisor Prod
Hi Bhaskar, Thank you for reaching out. You could change the DownloadFormat::CSV to DownloadFormat::XML and then parse the object to JSON. You could see the available download formats here. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._5004Q

Re: Dynamically change client id in adsapi_php.ini file of Googleads php library

2020-10-16 Thread hemant dhote
Hello Google Ad's Team. I want to fetch Search Top IS and Cureent CPC (Bid) from my google account . I did some research and found an option to get it downloaded and printed, but I didn't find any option to get that inot a form of array or json. I am using the following functions for it which y

Re: Dynamically change client id in adsapi_php.ini file of Googleads php library

2020-10-13 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for sharing your thoughts. If it’s just the change of the clientCustomerId then it could be added with this code. For the OAuth2 credentials change, the values in the configuration file need to be changed. One possible way to achieve this is to have multiple configuration files an

Re: Dynamically change client id in adsapi_php.ini file of Googleads php library

2020-10-13 Thread rodrig...@gmail.com
Depends on what would you like to achieve. If you have completely different credentials I would recommend adding another file and add a condition to check which one to be used. If credentials are the same just add the withClientCustomerId function. But if you're signing a different customer pro

Re: Dynamically change client id in adsapi_php.ini file of Googleads php library

2020-10-12 Thread Google Ads API Forum Advisor Prod
Hi Hemant, Thank you for reaching out. You could query the SearchImpressionShare from Keywords Performance Report and SearchImpressionShare from the Adgroup Performance Report to fetch data for this field. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00

Re: Dynamically change client id in adsapi_php.ini file of Googleads php library

2020-10-12 Thread hemant dhote
Hello Team, How can I fetch *search impression share *by keyword id or Ad group ID in php. [image: image.png] On Thu, Jul 23, 2020 at 7:15 PM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Hemant, > > Please see attached screenshot. It is from the Java section

Re: Dynamically change client id in adsapi_php.ini file of Googleads php library

2020-07-23 Thread Google Ads API Forum Advisor Prod
Hi Hemant, Please see attached screenshot. It is from the Java section of the instructions but should work for PHP as well. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5004Q22YEPv:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleads

Re: Dynamically change client id in adsapi_php.ini file of Googleads php library

2020-07-22 Thread hemant dhote
I saw this article but didn't really understand where I can get these details. If possible can you send me the screenshot where to look for it? Thanks for your help. On Wed, Jul 22, 2020 at 11:27 PM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Hemant, > > Thank

RE: Dynamically change client id in adsapi_php.ini file of Googleads php library

2020-07-22 Thread Google Ads API Forum Advisor Prod
Hi Hemant, Thank you for reaching out. You can find instructions here for how to dynamically set this value. Please let me know if you have any additional questions. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5004Q22YEPv:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Dynamically change client id in adsapi_php.ini file of Googleads php library

2020-07-22 Thread hemant dhote
Dynamically change client id in adsapi_php.ini file of Googleads php library -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are

Re: Dynamically change client id in adsapi_php.ini file of Googleads php library

2017-05-24 Thread 'Ivan Bautista' via AdWords API Forum
Hi , You may refer to this section on how to change the clientCustomerId header programmatically. Let me know if this helps. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Dynamically change client id in adsapi_php.ini file of Googleads php library

2017-05-24 Thread developer . djax
Hi, I need to change the account id for the group of users accessing the site with dynamoc client id value. As of now, it is possible only to set a particular value in *clientCustomerId* of ini file. Kindly suggest me an alternative method to change the values dynamically -- -- =~=~=~=~=~=~=