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 alternative of 
product-partition-report

shopping_performance_view
or
product_group_view

also need the mapping of the below two fields in the alternative report.

Id ID of the main object of this row ( criterionID )
ProductGroup Path to the ProductPartition, including all of its parent 
partition

Any help will be highly appreciated

Let me know 
thanks!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5023c995-57d5-4366-9753-ae848f6cb184n%40googlegroups.com.


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 
https://developers.google.com/adwords/api/docs/appendix/codes-formats#currency-codes

The minimum unit is 100 but when I multiply this and send API call I 
got the error

[trigger:protected] => The bid of 125.40 must be a whole multiple of 
1.00
[errorString:protected] => 
BiddingErrors.BID_TOO_MANY_FRACTIONAL_DIGITS
[ApiErrorType:protected] => BiddingErrors


So can you please help me in getting the money value for any country. Right 
now I am not able to convert it as this is very confusing.


The table on the above link show 1 for USD but here it says  One 
million is equivalent to one unit

[image: currency.png]



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/54660fe6-9997-4c95-8c75-0bdb42fd4cf2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 end to add more predicates on generating the 
report so the report size gets reduced? an example would be to generate the 
report based on only one ad group. If the issue still persists, I suggest 
reaching out to PHP client library owners in this link 
 since the error 
message ("failed to open stream: HTTP request failed!") that you received 
is more on the client library and the library owners are better equipped to 
provide support for client library specific issues/concerns. 



Here is the PHP code I am using. And it is working for all of my client 
except one client. I have SOAP request and everything is available. 
try {
*$reportDownloadResult = 
$reportDownloader->downloadReportWithAwql($templateQuery, 
DownloadFormat::GZIPPED_CSV);*
$reportDownloadResult->saveToFile($filePath);
} catch (cm\ApiException $e) {
@unlink($filePath);
} catch (\Exception $e) {
@unlink($filePath);
}


I got an error on the above redline of the code


GuzzleHttp/Exception/RequestException with message 'Error creating 
resource: [message] fopen(
https://adwords.google.com/api/adwords/reportdownload/v201806): failed to 
open stream: HTTP request failed! 
[file] 
/home/vagrant/code/googleadwords/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php


Let me know if you need anything from my side to debug this issue.

thanks!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2e915635-cffd-444b-ba32-9cdb47693cdc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Conversions where clause not working in PRODUCT_PARTITION_REPORT

2017-03-31 Thread mubbashar husain
LL,
 'baseCampaignId' => NULL,
 'baseAdGroupId' => NULL,
 'AdGroupCriterionType' => NULL,
 'AdGroupCriterion.Type' => 'AdGroupCriterion',
  )),




[2017-03-31 21:49:58] local.INFO: array (
  0 => 
  Google\AdsApi\AdWords\v201609\cm\BiddingErrors::__set_state(array(
 'reason' => 'INVALID_BID',
 'fieldPath' => 'operations[0].operand.biddingStrategyConfiguration.bids',
 'trigger' => 'CpcBid{bid=0.00, contentBid=null, cpcBidSource=null}',
 'errorString' => 'BiddingErrors.INVALID_BID',
 'ApiErrorType' => NULL,
 'ApiError.Type' => 'BiddingErrors',
  )),
  1 => 
  Google\AdsApi\AdWords\v201609\cm\BiddingErrors::__set_state(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,
 'ApiError.Type' => 'BiddingErrors',
  )),



can you tell why i am seeing this issue ?

thanks!
-- 

Kind Regards,
---
Mubbashar Husain
Co-Founder | TechEsthete
Mob: 0322-6316830  | Tel: 042-35790303 | Skype: mubbashar.h
Off#312, Floor F1, Jeff heights, Main Boulevard Road, Gulberg-III, Lahore, 
Pakistan

> On Apr 1, 2017, at 9:05 AM, mubbashar husain <mubbasha...@gmail.com> wrote:
> 
> 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  > 0   and  AdGroupStatus  = ENABLED   and  CampaignStatus  = ENABLED  
>  DURING 20170301,20170330
> 
> the conversions filter in where is not working and affecting all my clients. 
> The adwords api just ignoring the conversion where clause. Please help ASAP. 
> It start doing this from today. Urgent help needed
> 
> thanks!
> 
> -- 
> -- 
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and Google+:
> https://googleadsdeveloper.blogspot.com/ 
> <https://googleadsdeveloper.blogspot.com/>
> https://plus.google.com/+GoogleAdsDevelopers/posts 
> <https://plus.google.com/+GoogleAdsDevelopers/posts>
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>  
> You received this message because you are subscribed to the Google
> Groups "AdWords API Forum" group.
> To post to this group, send email to adwords-api@googlegroups.com
> To unsubscribe from this group, send email to
> adwords-api+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/adwords-api?hl=en 
> <http://groups.google.com/group/adwords-api?hl=en>
> --- 
> You received this message because you are subscribed to a topic in the Google 
> Groups "AdWords API Forum" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/adwords-api/CenRnKs6wH4/unsubscribe 
> <https://groups.google.com/d/topic/adwords-api/CenRnKs6wH4/unsubscribe>.
> To unsubscribe from this group and all its topics, send an email to 
> adwords-api+unsubscr...@googlegroups.com 
> <mailto:adwords-api+unsubscr...@googlegroups.com>.
> Visit this group at https://groups.google.com/group/adwords-api 
> <https://groups.google.com/group/adwords-api>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/adwords-api/e8cc6e3c-d419-4109-b571-e5362d5727ba%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/adwords-api/e8cc6e3c-d419-4109-b571-e5362d5727ba%40googlegroups.com?utm_medium=email_source=footer>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/FAAE9113-6213-46CC-9F09-1E77F6F84651%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 
 > 0   and  AdGroupStatus  = ENABLED   and  CampaignStatus  = ENABLED   
DURING 20170301,20170330

the conversions filter in where is not working and affecting all my 
clients. The adwords api just ignoring the conversion where clause. Please 
help ASAP. 
It start doing this from today. Urgent help needed

thanks!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e8cc6e3c-d419-4109-b571-e5362d5727ba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 Team) wrote:
>
> Hi Mubbashar, 
>
> In the event of DatabaseError.CONCURRENT_MODIFICATION 
> ,
>  
> you will not be able to get the values of the specific operation that 
> failed in the response. But please note that you will still have the 
> request that was formed and was sent to the API. The best way to go about 
> this would be have appropriate logger statements in your code which will 
> help you trace each operation. Alternatively, you will also be able to get 
> the criterion Id that was updated during a given time frame using the 
> CustomerSyncService 
> 
>  if 
> the only update that you performed was the bid update. Here is a sample 
> 
>  for 
> CustomerSyncService.
>
> You are likely to get CONCURRENT_MODIFICATION error if you are using 
> multithreading, updating same keywords from multiple calls etc. My 
> suggestion is to catch this error and retry the request with a delay of few 
> seconds.
>
> Let me know if you have any additional questions. 
>
> Thanks,
> Sreelakshmi, AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/894e7718-4e3a-45ef-baf0-5fa662f54072%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 mutate the objects

$adProductService = $user->GetService('AdGroupCriterionService', 
ADWORDS_VERSION);
$oneProductGroup = new \BiddableAdGroupCriterion();

$oneProductGroup->adGroupId = $ad_group_id;
$oneProductGroup->criterion = new \Criterion($oneChangeLog->criterion_id);

$bid = new \CpcBid();

$newCpc = floatval(number_format($oneChangeLog->old_cpc, 2, '.', ''));

$newbidValue = $newCpc * \AdWordsConstants::MICROS_PER_DOLLAR;
//$newbidValue = round( $newbidValue );
$bid->bid = new \Money($newbidValue);

//$biddingStrategyConfiguration = 
$oneProductGroup->biddingStrategyConfiguration;
//p_rr($biddingStrategyConfiguration);
$biddingStrategyConfiguration = new \BiddingStrategyConfiguration();
$biddingStrategyConfiguration->bids[] = $bid;
$oneProductGroup->biddingStrategyConfiguration = 
$biddingStrategyConfiguration;

$operation = new \AdGroupCriterionOperation();
$operation->operand = $oneProductGroup;
$operation->operator = 'SET';
$operations[] = $operation;

$result = $adProductService->mutate($operations);


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/cf5ba3a8-75ab-49aa-aa91-f01b75fce8b0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/88ad60be-ac2a-4538-9470-6eb1350b86d7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 
> 
> .
>
> Cheers,
> Anthony
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a784cb00-3d54-4bb1-b5ce-7b204e651c12%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 
> ProductPartition 
> 
> .
>
> Cheers,
> Anthony
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/852f52ab-d551-433c-b2c9-86f72eef038c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 change the bid.

Thanks in advance

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/758f16a3-9a44-42ff-a6e0-529687ad6f15%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 api on that account ? is this possible

Or i can only access the adwords accounts that are under manager account?
Do the account under manager account need to allows access via oauth2 ?

thanks!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/64704fef-c415-4af5-a3f2-a502691794b5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.