Migrating product partition report from adword api (deprecated) to ads api

2022-10-23 Thread mubbashar husain
Hi Support, I want to replicate my work which I had done for adword API which is deprecated now. I was downloading the product-partition-report https://developers.google.com/adwords/api/docs/appendix/reports/product-partition-report#id Now for the ads API which is best suitable report for the

How to Convert currency into Adwords Money object

2018-11-09 Thread mubbashar husain
Hi, I am confused about converting currency value to Adwords Money Object To convert USD into Money I am using this code $amount = round($newCpc * 100); $Money = new cm\Money(null, $amount); I have an account having currency in "Colombian Peso" COP According to documentation

Error creating resource: [message] fopen(https://adwords.google.com/api/adwords/reportdownload/v201806): failed to open stream: HTTP request failed!

2018-10-15 Thread mubbashar husain
Hi, I am getting this error for one of my client when I am trying to download the Shopping performance report. I have already contacted the Adwords API team and they this was their response Upon checking with the team, the issue could be due to the size of the report. Could you try on your

Re: Conversions where clause not working in PRODUCT_PARTITION_REPORT

2017-03-31 Thread mubbashar husain
(array( 'reason' => 'INVALID_BID', 'fieldPath' => 'operations[1].operand.biddingStrategyConfiguration.bids', 'trigger' => 'CpcBid{bid=0.00, contentBid=null, cpcBidSource=null}', 'errorString' => 'BiddingErrors.INVALID_BID', 'ApiErrorType' => NULL,

Conversions where clause not working in PRODUCT_PARTITION_REPORT

2017-03-31 Thread mubbashar husain
Hi Guys, SELECT ProductGroup,CampaignName,AdGroupName,CampaignId,AdGroupId,Id, SearchImpressionShare,Impressions,Clicks,Ctr,AverageCpc,Cost,Conversions, CostPerConversion,ConversionRate,ConversionValue,CpcBid FROM PRODUCT_PARTITION_REPORT where Conversions > 2 and Clicks > 10 and CpcBid >

Re: API v201607 DatabaseError.CONCURRENT_MODIFICATION

2017-03-23 Thread mubbashar husain
Actually i want to find out which one fail. as we submit in batch and i got exception so i don't know which one is fail. can you provide me some to get the adgroups which are successful and which are not thanks! On Thursday, 23 March 2017 21:00:00 UTC+5, Sreelakshmi Sasidharan (AdWords API

API v201607 DatabaseError.CONCURRENT_MODIFICATION

2017-03-23 Thread mubbashar husain
Hi, I am using php sdk for change of adgroup bid using AdGroupCriterionService. I wanted to know that how can i finds out which adgroup bid change is successful and which one are not when i get DatabaseError.CONCURRENT_MODIFICATION. I only get SoapFault exception. Here is my code i am using to

Re: Getting OperatorError.OPERATOR_NOT_SUPPORTED in exception using Google Api v201603 PHP library

2016-06-03 Thread mubbashar husain
sent a private reply thanks, On Friday, 3 June 2016 20:41:51 UTC+5, Joyce Lava wrote: > > Hi, > > To investigate the case, could you please send me *privately *the SOAP > XML request and response by clicking *Reply Privately to Author*? > > Thanks, > Joyce, AdWords API Team > -- --

Re: AdWords Scripts AdWordsApp.​ProductGroup equivalent call in adwords api

2016-03-02 Thread mubbashar husain
also how can i get the MaxCPC for the product group ? On Monday, 29 February 2016 22:32:20 UTC+5, Anthony Madrigal wrote: > > Hi Mubbashar, > > You could get product groups via the API by using the > AdGroupCriterionService. You will have a criterion object that is of type > ProductPartition >

Re: AdWords Scripts AdWordsApp.​ProductGroup equivalent call in adwords api

2016-03-01 Thread mubbashar husain
and after finding out the product groups, how to chagne the Maxcpc value ? On Monday, 29 February 2016 22:32:20 UTC+5, Anthony Madrigal wrote: > > Hi Mubbashar, > > You could get product groups via the API by using the > AdGroupCriterionService. You will have a criterion object that is of type

AdWords Scripts AdWordsApp.​ProductGroup equivalent call in adwords api

2016-02-29 Thread mubbashar husain
Hi, is there any AdWords Scripts *AdWordsApp.​ProductGroup *equivalent call in adwords api. I want to change *MaxCpc* for the product groups. I download the *PRODUCT_PARTITION_REPORT* and found out the ids where i need to change the CPC. But now i need to fetch all product groups to actually

Adwords Api Usage without manager account

2016-01-04 Thread mubbashar husain
Hi All, I am trying to figure out that if the google adwords api can be for individual account? Or it need to be a manager account Like i want to develop an application where people can authorize the account using oauth2 and i get the access of their google adwords account. then i call the