Re: Conversions where clause not working in PRODUCT_PARTITION_REPORT

2017-03-31 Thread mubbashar husain
One more issue with api version 201609

here is my request 

[2017-03-31 22:04:03] local.INFO: array (
  0 => 
  Google\AdsApi\AdWords\v201609\cm\AdGroupCriterionOperation::__set_state(array(
 'operand' => 

Google\AdsApi\AdWords\v201609\cm\BiddableAdGroupCriterion::__set_state(array(
   'userStatus' => NULL,
   'systemServingStatus' => NULL,
   'approvalStatus' => NULL,
   'disapprovalReasons' => NULL,
   'destinationUrl' => NULL,
   'firstPageCpc' => NULL,
   'topOfPageCpc' => NULL,
   'firstPositionCpc' => NULL,
   'qualityInfo' => NULL,
   'biddingStrategyConfiguration' => 
  
Google\AdsApi\AdWords\v201609\cm\BiddingStrategyConfiguration::__set_state(array(
 'biddingStrategyId' => NULL,
 'biddingStrategyName' => NULL,
 'biddingStrategyType' => NULL,
 'biddingStrategySource' => NULL,
 'biddingScheme' => NULL,
 'bids' => 
array (
  0 => 
  Google\AdsApi\AdWords\v201609\cm\CpcBid::__set_state(array(
 'bid' => 
Google\AdsApi\AdWords\v201609\cm\Money::__set_state(array(
   'microAmount' => NULL,
   'ComparableValueType' => 55,
)),
 'cpcBidSource' => NULL,
 'BidsType' => NULL,
  )),
),
  )),
   'bidModifier' => NULL,
   'finalUrls' => NULL,
   'finalMobileUrls' => NULL,
   'finalAppUrls' => NULL,
   'trackingUrlTemplate' => NULL,
   'urlCustomParameters' => NULL,
   'adGroupId' => 36700122617,
   'criterionUse' => NULL,
   'criterion' => 
  Google\AdsApi\AdWords\v201609\cm\Criterion::__set_state(array(
 'id' => 60513521332,
 'type' => NULL,
 'CriterionType' => NULL,
  )),
   'labels' => NULL,
   'forwardCompatibilityMap' => NULL,
   'baseCampaignId' => NULL,
   'baseAdGroupId' => NULL,
   'AdGroupCriterionType' => NULL,
)),
 'exemptionRequests' => NULL,
 'operator' => 'SET',
 'OperationType' => NULL,
  )),
  1 => 
  Google\AdsApi\AdWords\v201609\cm\AdGroupCriterionOperation::__set_state(array(
 'operand' => 

Google\AdsApi\AdWords\v201609\cm\BiddableAdGroupCriterion::__set_state(array(
   'userStatus' => NULL,
   'systemServingStatus' => NULL,
   'approvalStatus' => NULL,
   'disapprovalReasons' => NULL,
   'destinationUrl' => NULL,
   'firstPageCpc' => NULL,
   'topOfPageCpc' => NULL,
   'firstPositionCpc' => NULL,
   'qualityInfo' => NULL,
   'biddingStrategyConfiguration' => 
  
Google\AdsApi\AdWords\v201609\cm\BiddingStrategyConfiguration::__set_state(array(
 'biddingStrategyId' => NULL,
 'biddingStrategyName' => NULL,
 'biddingStrategyType' => NULL,
 'biddingStrategySource' => NULL,
 'biddingScheme' => NULL,
 'bids' => 
array (
  0 => 
  Google\AdsApi\AdWords\v201609\cm\CpcBid::__set_state(array(
 'bid' => 
Google\AdsApi\AdWords\v201609\cm\Money::__set_state(array(
   'microAmount' => NULL,
   'ComparableValueType' => 297,
)),
 'cpcBidSource' => NULL,
 'BidsType' => NULL,
  )),
),
  )),
   'bidModifier' => NULL,
   'finalUrls' => NULL,
   'finalMobileUrls' => NULL,
   'finalAppUrls' => NULL,
   'trackingUrlTemplate' => NULL,
   'urlCustomParameters' => NULL,
   'adGroupId' => 38392525637,
   'criterionUse' => NULL,
   'criterion' => 
  Google\AdsApi\AdWords\v201609\cm\Criterion::__set_state(array(
 'id' => 74123139799,
 'type' => NULL,
 'CriterionType' => NULL,
  )),
   'labels' => NULL,
   'forwardCompatibilityMap' => NULL,
   'baseCampaignId' => NULL,
   'baseAdGroupId' => NULL,
   'AdGroupCriterionType' => NULL,
)),
 'exemptionRequests' => NULL,
 'operator' => 'SET',
 'OperationType' => NULL,
  )),


[2017-03-31 21:49:58] local.INFO: array (
  0 => 
  Google\AdsApi\AdWords\v201609\cm\AdGroupCriterion::__set_state(array(
 'adGroupId' => NULL,
 'criterionUse' => NULL,
 'criterion' => NULL,
 'labels' => NULL,
 'forwardCompatibilityMap' => NULL,
 'baseCampaignId' => NULL,
 'baseAdGroupId' => NULL,
 'AdGroupCriterionType' => NULL,
 'AdGroupCriterion.Type' => 'AdGroupCriterion',
  )),
  1 => 
  Google\AdsApi\AdWords\v201609\cm\AdGroupCriterion::__set_state(array(
 'adGroupId' => NULL,
 'criterionUse' => NULL,
 'criterion' => NULL,
 'labels' => NULL,
 'forwardCompatibilityMap' => NULL,
 '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',
  

PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$'

2017-03-31 Thread Madhav Kakani
I am using the Adwords PHP Api and the following call gives me the above 
error. It is from the examples: 
googleads-php-lib-master\googleads-php-lib-master\examples\AdWords\v201702\AccountManagement\GetAccountHierarchy.php

$managedCustomerService = $adWordsServices->get($session, 
ManagedCustomerService::class);

We are using PHP engine 5.6. Can someone help me?


Thank you very much!

Madhav

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ee43d935-2547-40e0-a0d7-a7c08f36a95e%40googlegroups.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: How can I pull cost by campaign that INCLUDES invalid data via the API?

2017-03-31 Thread Evan Chad
Thanks for jumping in @Shwetha! I understand that the help article 
surrounds the BudgetOrderService 
.
 
Is that the only way to pull total cost including invalid clicks? If so, 
how can I break that cost by campaign? Can I pull this cost through any 
additional report?

Thanks! 

On Friday, March 31, 2017 at 5:10:16 PM UTC-5, Shwetha Vastrad (AdWords API 
Team) wrote:
>
> Hi Evan, 
>
> Sreelakshmi is OOO at the moment. I'll be the one to answer on this 
> thread. The Total Cost, Total Clicks and Total Interactions available in 
> Campaign Performance Report will not include invalid activity. The total 
> Cost will not include invalid spend either. In case of invalid activity, it 
> is recommended that you retrieve your reports after a couple of days to get 
> the updated metrics. Please see the data freshness guide 
>  and this 
>  help center 
> article for more details. 
>
> Regards,
> Shwetha, 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/a83cdfc3-1b09-4856-ba73-079d645a6209%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How can I pull cost by campaign that INCLUDES invalid data via the API?

2017-03-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Evan, 

Sreelakshmi is OOO at the moment. I'll be the one to answer on this thread. 
The Total Cost, Total Clicks and Total Interactions available in Campaign 
Performance Report will not include invalid activity. The total Cost will 
not include invalid spend either. In case of invalid activity, it is 
recommended that you retrieve your reports after a couple of days to get 
the updated metrics. Please see the data freshness guide 
 and this 
 help center 
article for more details. 

Regards,
Shwetha, 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/9db375a6-df36-4d06-a82e-6e525b6050cd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Difficulty Creating OAUTH2 API Access Because of Existing Email Address

2017-03-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi James, 

Were you able to create an AdWords Manager account using your email 
address? Manager accounts cannot be created using the same email address as 
an existing AdWords account. You must use an email address that hasn't 
already been associated with an AdWords account to create your manager 
account. If you're unable to create a Manager account with your existing 
email address, please create a new Google account at accounts.google.com and 
use this to create a Manager account 
.

Regards,
Shwetha, 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/10bfdc6f-65a4-4e90-997a-252684ecf36f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: update adgroup Keyword settings (content vs audience ) using API

2017-03-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Shubham, 

It does not appear that these settings are available in the API. When 
creating display keywords in an ad group without any display keywords, it 
will default to Audience. However, if there are already display keywords in 
the ad group, it will choose the keyword setting of whatever was selected 
before. I'll go ahead and file a feature request on your behalf. Please 
keep an eye on the Google Ads Developer Blog 
 for any 
updates.

Regards,
Shwetha, 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/d2e24093-7ce8-4435-ad01-5e7ae72e2521%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


update adgroup Keyword settings (content vs audience ) using API

2017-03-31 Thread production-manager
Hello everyone,

Is it possible to update adgroup Keyword settings (content vs audience ) 
using API?

If yes can you please send me link to its documentation.

Thanks,
Shubham

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3d810ab7-ce88-45cf-b124-0d356ed65190%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How can I pull cost by campaign that INCLUDES invalid data via the API?

2017-03-31 Thread Evan Chad
Thanks @Sreelakshmi. I have a follow-up question for you. In regards to the 
Campaign Performance Report, can you confirm that the clicks, interactions, 
and cost shown is the total number of clicks that is deducted by invalid 
activity or is it the total? (See example below)

For example, if I go to my Campaign Performance and the columns and numbers 
as follows:

Total Cost  = $1,000  
Total Clicks = 300
Total Interactions = 300
Invalid clicks = 100
Invalid interactions = 100

Does the Total Cost, Interactions, and Clicks INCLUDE invalid activity? So 
the 300 total clicks is inclusive of the 100 invalid clicks? Does the total 
cost of $1,000 deducting the cost for invalid spend?

Let me know! 

Thanks!

On Wednesday, March 29, 2017 at 3:35:10 PM UTC-5, Sreelakshmi Sasidharan 
(AdWords API Team) wrote:
>
> Hi, 
>
> Congratulations on your first post!
>
> The cost 
> 
>  field 
> in Campaign Performance Report will get modified to accommodate the invalid 
> clicks if it has any. Hence the cost that you get on your report should be 
> the correct value (provided that you are not running the report too soon or 
> looking for the data corresponding to current day or previous day). Please 
> check the guide on data freshness 
>  for better 
> clarity on correctness of the report stats. If you run the report at each 
> click level and include both valid and invalid clicks, you should be able 
> to validate the stats. The invalid clicks 
> 
>  in 
> the Campaign Performance Report should give you the number which weren't 
> charged as they were considered illegitimate. 
>
> For getting the spend via the API, we do not have a service which gives 
> the value directly. However, you will be able to calculate the spend if you 
> are able to save the spendingLimit 
> 
>  regularly 
> which can be retrieved using the BudgetOrderService 
> 
>  locally 
> and derive the spend by applying the calculation as below:
> spent = (oldSpendingLimit - newSpendingLimit) + totalAdjustments
>
> 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/cdd8a6e0-cd04-49dd-a4a8-1c98b00481e6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Performance problems downloading criteria report via API

2017-03-31 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi,

Could you please provide me with the SOAP XML report definition, complete 
error logs and your 10 digit AdWords account ID? Please click on *Reply 
privately to author *when responding.

Regards,
Vishal, 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/6d2502f5-de23-4bb6-9b7b-639f18c22461%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Get my Refresh Token In PHP

2017-03-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, 

Could you send the code snippet where the scope is being set in your 
application? 

The URL which you paste in your browser should look like this: 

https://accounts.google.com/o/oauth2/auth?client_id=your-client-id_type=code;
*scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fadwords*
_uri=urn:ietf:wg:oauth:2.0:oob_type=offline=consent

Thanks,
Shwetha, 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/ff813fcf-23a9-4f41-8970-00b695320972%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Difficulty Creating OAUTH2 API Access Because of Existing Email Address

2017-03-31 Thread James Bowery
I've cancelled my AdWords account in hopes that I can create an MCC with my 
existing email address if I have no AdWords account.

On Friday, March 31, 2017 at 10:50:19 AM UTC-5, James Bowery wrote:
>
> I've been retained to write some statistical analysis of a client's 
> AdWords reports.  I'm using "R" which has a package that accepts awql and 
> handles all the data formatting conversion issues, via the AdWords API.  So 
> I need OAUTH2 credentials and my customer needs to grant me those 
> credentials.  I can't use my existing AdWords account for this.  I can't 
> even use my existing gmail email address for this.  I can't even add "+
> clientn...@gmail.com" to create a new email address for this (it 
> complains that the  "gmail.com" domain is not allowed).  Looking around I 
> see people saying that in order to create this "manager" account I have to 
> have a NON gmail address and enter that address to create the new gmail 
> account to use with the MCC AdWords account.  However, it can't be a 
> non-gmail account that has already been associated with an existing gmail 
> account.  So do I go find another email service, create a new email address 
> there and use that?  This seems insane.  
>
> Things can't be this insane.
>
> What am I missing?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/cdf9695d-51ff-4ef9-8cbb-cc4efa24291a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Difficulty Creating OAUTH2 API Access Because of Existing Email Address

2017-03-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi James, 

Could you provide more details on how you are implementing OAuth2 flow in 
your application? Could you try using an email address (either gmail or 
non-gmail domain) which hasn't already been associated with an AdWords 
account to create your manager account? If you already have a manager 
account, you can follow the instructions provided here 
 to grant access to this 
account and then use this email address to generate your OAuth2 credentials 
by following the instructions provided here 
.
 
Could you also provide a screenshot where it says that the gmail.com domain 
is not allowed? Please use *Reply privately to author* if you're including 
any private information in your response.

Thanks,
Shwetha, 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/15f036c1-251a-476b-90b4-1ea51ced203a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Performance problems downloading criteria report via API

2017-03-31 Thread LE Max
 

We have been experiencing problems for the last several hours in retrieving 
reports via the API. 

 

When we request a criteria report, we are getting the following message: 
'Unable to create report, Type: 
ReportDownloadError.ERROR_WRITING_REPORT_TO_FILE'

 

We have made repeated attempts with the same failed result. Can you please 
let me know if there is an issue with the system?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/49841dc9-97ee-4571-9298-08f67bfeed73%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Search campaign report download

2017-03-31 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Jaydeep,

If you are looking to download campaign level statistics for search 
campaigns, you can use Campaign Performance Report 

 and 
filter on the field AdNetworkType1 
=SEARCH
 
and AdNetworkType2 
=SEARCH.
 
Please note that Display Keyword Performance Report 

 only 
contains display network and YouTube network statistics aggregated at the 
keyword level. If you are looking for keyword level stats for search 
campaigns, you can instead use Keywords Performance Report 

 and 
apply the AdNetworkType1=SEARCH and AdNetworkType2=SEARH filters. Please 
revert if you have additional questions.

Regards,
Vishal, 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/81912c06-26a3-44c1-b5f1-146aaae16a3c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: '[EntityNotFound.INVALID_ID @ operations[0].operand.adGroupId; trigger:'AdGroupId: 42841010522']'

2017-03-31 Thread development









Failure response:



http://schemas.xmlsoap.org/soap/envelope/;>

   

  https://adwords.google.com/api/adwords/cm/v201702;>

 00054c0933d7fd380a5689c83b086735

 AdGroupAdService

 mutate

 1

 151

  

   

   

  

 soap:Server

 [EntityNotFound.INVALID_ID @ 
operations[0].operand.adGroupId; trigger:AdGroupId: 
42841010522]

 

https://adwords.google.com/api/adwords/cm/v201702;>

   [EntityNotFound.INVALID_ID @ 
operations[0].operand.adGroupId; trigger:AdGroupId: 
42841010522]

   
ApiException

   http://www.w3.org/2001/XMLSchema-instance; 
xsi:type="EntityNotFound">

  operations[0].operand.adGroupId

  

 operations

 0

  

  

 operand

  

  

 adGroupId

  

  AdGroupId: 42841010522

  EntityNotFound.INVALID_ID

  EntityNotFound

  INVALID_ID

   



 

  

   




Traceback (most recent call last):
  File "/base/data/home/apps/p~arlo-162319/1.400214000790342996/webapp2.py", 
line 1535, in __call__
rv = self.handle_exception(request, response, e)
  File "/base/data/home/apps/p~arlo-162319/1.400214000790342996/webapp2.py", 
line 1529, in __call__
rv = self.router.dispatch(request, response)
  File "/base/data/home/apps/p~arlo-162319/1.400214000790342996/webapp2.py", 
line 1278, in default_dispatcher
return route.handler_adapter(request, response)
  File "/base/data/home/apps/p~arlo-162319/1.400214000790342996/webapp2.py", 
line 1102, in __call__
return handler.dispatch()
  File "/base/data/home/apps/p~arlo-162319/1.400214000790342996/webapp2.py", 
line 572, in dispatch
return self.handle_exception(e, self.app.debug)
  File "/base/data/home/apps/p~arlo-162319/1.400214000790342996/webapp2.py", 
line 570, in dispatch
return method(*args, **kwargs)
  File 
"/base/data/home/apps/p~arlo-162319/1.400214000790342996/views/create_ad.py", 
line 73, in get
ad = handler.CreateAd(ad_group_id)
  File 
"/base/data/home/apps/p~arlo-162319/1.400214000790342996/handlers/api_handler.py",
 line 185, in CreateAd
ads = ad_group_ad_service.mutate(operations)['value']
  File 
"/base/data/home/apps/p~arlo-162319/1.400214000790342996/googleads/common.py", 
line 720, in MakeSoapRequest
*[_PackForSuds(arg, self.suds_client.factory) for arg in args])
  File 
"/base/data/home/apps/p~arlo-162319/1.400214000790342996/suds/client.py", line 
521, in __call__
return client.invoke(args, kwargs)
  File 
"/base/data/home/apps/p~arlo-162319/1.400214000790342996/suds/client.py", line 
581, in invoke
result = self.send(soapenv)
  File 
"/base/data/home/apps/p~arlo-162319/1.400214000790342996/suds/client.py", line 
619, in send
description=tostr(e), original_soapenv=original_soapenv)
  File 
"/base/data/home/apps/p~arlo-162319/1.400214000790342996/suds/client.py", line 
670, in process_reply
raise WebFault(fault, replyroot)
WebFault: Server raised fault: '[EntityNotFound.INVALID_ID @ 
operations[0].operand.adGroupId; trigger:'AdGroupId: 42841010522']'


On Thursday, March 30, 2017 at 5:17:51 PM UTC-4, Shwetha Vastrad (AdWords 
API Team) wrote:
>
> Hi,
>
> Could you provide the SOAP request and response logs for the operation 
> where you encounter this error so I can take a look? Please use *Reply 
> privately to author* when responding.
>
> Regards,
> Shwetha, 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/d2772bc7-7c4f-4c20-8a6a-859367d2ba3a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: '[EntityNotFound.INVALID_ID @ operations[0].operand.adGroupId; trigger:'AdGroupId: 42841010522']'

2017-03-31 Thread development

12:21:32.021Failure response:  
http://schemas.xmlsoap.org/soap/envelope/;> 
 https://adwords.google.com/api/adwords/cm/v201702;> 
00054c0933d7fd380a5689c83b086735 
AdGroupAdService mutate 
1 151 

soap:Server [EntityNotFound.INVALID_ID 
@ operations[0].operand.adGroupId; trigger:AdGroupId: 
42841010522]  https://adwords.google.com/api/adwords/cm/v201702;> 
[EntityNotFound.INVALID_ID @ operations[0].operand.adGroupId; 
trigger:AdGroupId: 42841010522] 
ApiException http://www.w3.org/2001/XMLSchema-instance; 
xsi:type="EntityNotFound"> 
operations[0].operand.adGroupId  
operations 0  
 operand  
 adGroupId  
AdGroupId: 42841010522 
EntityNotFound.INVALID_ID 
EntityNotFound INVALID_ID 
 


On Friday, March 31, 2017 at 12:25:52 PM UTC-4, devel...@consultmates.com 
wrote:
>
>
> 12:21:32.021Failure response:
> 
> http://schemas.xmlsoap.org/soap/envelope/;>
>
>xmlns="https://adwords.google.com/api/adwords/cm/v201702;>
>  00054c0933d7fd380a5689c83b086735
>  AdGroupAdService
>  mutate
>  1
>  151
>   
>
>
>   
>  soap:Server
>  [EntityNotFound.INVALID_ID @ 
> operations[0].operand.adGroupId; trigger:AdGroupId: 
> 42841010522]
>  
>  xmlns="https://adwords.google.com/api/adwords/cm/v201702;>
>[EntityNotFound.INVALID_ID @ 
> operations[0].operand.adGroupId; trigger:AdGroupId: 
> 42841010522]
>
> ApiException
>http://www.w3.org/2001/XMLSchema-instance; 
> xsi:type="EntityNotFound">
>   operations[0].operand.adGroupId
>   
>  operations
>  0
>   
>   
>  operand
>   
>   
>  adGroupId
>   
>   AdGroupId: 42841010522
>   EntityNotFound.INVALID_ID
>   EntityNotFound
>   INVALID_ID
>
> 
>  
>   
>
> 
>
> Traceback (most recent call last):
>   File "/base/data/home/apps/p~arlo-162319/1.400214000790342996/webapp2.py", 
> line 1535, in __call__
> rv = self.handle_exception(request, response, e)
>   File "/base/data/home/apps/p~arlo-162319/1.400214000790342996/webapp2.py", 
> line 1529, in __call__
> rv = self.router.dispatch(request, response)
>   File "/base/data/home/apps/p~arlo-162319/1.400214000790342996/webapp2.py", 
> line 1278, in default_dispatcher
> return route.handler_adapter(request, response)
>   File "/base/data/home/apps/p~arlo-162319/1.400214000790342996/webapp2.py", 
> line 1102, in __call__
> return handler.dispatch()
>   File "/base/data/home/apps/p~arlo-162319/1.400214000790342996/webapp2.py", 
> line 572, in dispatch
> return self.handle_exception(e, self.app.debug)
>   File "/base/data/home/apps/p~arlo-162319/1.400214000790342996/webapp2.py", 
> line 570, in dispatch
> return method(*args, **kwargs)
>   File 
> "/base/data/home/apps/p~arlo-162319/1.400214000790342996/views/create_ad.py", 
> line 73, in get
> ad = handler.CreateAd(ad_group_id)
>   File 
> "/base/data/home/apps/p~arlo-162319/1.400214000790342996/handlers/api_handler.py",
>  line 185, in CreateAd
> ads = ad_group_ad_service.mutate(operations)['value']
>   File 
> "/base/data/home/apps/p~arlo-162319/1.400214000790342996/googleads/common.py",
>  line 720, in MakeSoapRequest
> *[_PackForSuds(arg, self.suds_client.factory) for arg in args])
>   File 
> "/base/data/home/apps/p~arlo-162319/1.400214000790342996/suds/client.py", 
> line 521, in __call__
> return client.invoke(args, kwargs)
>   File 
> "/base/data/home/apps/p~arlo-162319/1.400214000790342996/suds/client.py", 
> line 581, in invoke
> result = self.send(soapenv)
>   File 
> "/base/data/home/apps/p~arlo-162319/1.400214000790342996/suds/client.py", 
> line 619, in send
> description=tostr(e), original_soapenv=original_soapenv)
>   File 
> "/base/data/home/apps/p~arlo-162319/1.400214000790342996/suds/client.py", 
> line 670, in process_reply
> raise WebFault(fault, replyroot)
> WebFault: Server raised fault: '[EntityNotFound.INVALID_ID @ 
> operations[0].operand.adGroupId; trigger:'AdGroupId: 42841010522']'
>
>
> Code:
>
> def CreateAd(self, ad_group_id):
>   ad_group_ad_service = self.client.GetService('AdGroupAdService', 
> version='v201702')
>
>   # Construct operations for adding text ad object and add to an ad group.
>   operations = [{
>   'operator': 'ADD',
>   'operand': {
>   'xsi_type': 'AdGroupAd',
>   'adGroupId': ad_group_id,
>   'ad': {
>   'xsi_type': 'TextAd',
>   'finalUrls': ['http://www.example.com'],
>   'displayUrl': 'example.com',
>   'description1': 'Low-gravity fun for {param1:cheap}.',
>   'description2': 'Only {param2:a few} seats left!',
>   'headline': 

Re: '[EntityNotFound.INVALID_ID @ operations[0].operand.adGroupId; trigger:'AdGroupId: 42841010522']'

2017-03-31 Thread development

12:21:32.021Failure response:  
http://schemas.xmlsoap.org/soap/envelope/;> 
 https://adwords.google.com/api/adwords/cm/v201702;> 
00054c0933d7fd380a5689c83b086735 
AdGroupAdService mutate 
1 151 

soap:Server [EntityNotFound.INVALID_ID 
@ operations[0].operand.adGroupId; trigger:AdGroupId: 
42841010522]  https://adwords.google.com/api/adwords/cm/v201702;> 
[EntityNotFound.INVALID_ID @ operations[0].operand.adGroupId; 
trigger:AdGroupId: 42841010522] 
ApiException http://www.w3.org/2001/XMLSchema-instance; 
xsi:type="EntityNotFound"> 
operations[0].operand.adGroupId  
operations 0  
 operand  
 adGroupId  
AdGroupId: 42841010522 
EntityNotFound.INVALID_ID 
EntityNotFound INVALID_ID 
 


On Thursday, March 30, 2017 at 5:17:51 PM UTC-4, Shwetha Vastrad (AdWords 
API Team) wrote:
>
> Hi,
>
> Could you provide the SOAP request and response logs for the operation 
> where you encounter this error so I can take a look? Please use *Reply 
> privately to author* when responding.
>
> Regards,
> Shwetha, 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/c3e8e633-8fe2-4140-928a-a9d1b1fe829b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: '[EntityNotFound.INVALID_ID @ operations[0].operand.adGroupId; trigger:'AdGroupId: 42841010522']'

2017-03-31 Thread development



12:21:32.021Failure response:

http://schemas.xmlsoap.org/soap/envelope/;>
   
  https://adwords.google.com/api/adwords/cm/v201702;>
 00054c0933d7fd380a5689c83b086735
 AdGroupAdService
 mutate
 1
 151
  
   
   
  
 soap:Server
 [EntityNotFound.INVALID_ID @ 
operations[0].operand.adGroupId; trigger:AdGroupId: 
42841010522]
 
https://adwords.google.com/api/adwords/cm/v201702;>
   [EntityNotFound.INVALID_ID @ 
operations[0].operand.adGroupId; trigger:AdGroupId: 
42841010522]
   
ApiException
   http://www.w3.org/2001/XMLSchema-instance; 
xsi:type="EntityNotFound">
  operations[0].operand.adGroupId
  
 operations
 0
  
  
 operand
  
  
 adGroupId
  
  AdGroupId: 42841010522
  EntityNotFound.INVALID_ID
  EntityNotFound
  INVALID_ID
   

 
  
   


Traceback (most recent call last):
  File "/base/data/home/apps/p~arlo-162319/1.400214000790342996/webapp2.py", 
line 1535, in __call__
rv = self.handle_exception(request, response, e)
  File "/base/data/home/apps/p~arlo-162319/1.400214000790342996/webapp2.py", 
line 1529, in __call__
rv = self.router.dispatch(request, response)
  File "/base/data/home/apps/p~arlo-162319/1.400214000790342996/webapp2.py", 
line 1278, in default_dispatcher
return route.handler_adapter(request, response)
  File "/base/data/home/apps/p~arlo-162319/1.400214000790342996/webapp2.py", 
line 1102, in __call__
return handler.dispatch()
  File "/base/data/home/apps/p~arlo-162319/1.400214000790342996/webapp2.py", 
line 572, in dispatch
return self.handle_exception(e, self.app.debug)
  File "/base/data/home/apps/p~arlo-162319/1.400214000790342996/webapp2.py", 
line 570, in dispatch
return method(*args, **kwargs)
  File 
"/base/data/home/apps/p~arlo-162319/1.400214000790342996/views/create_ad.py", 
line 73, in get
ad = handler.CreateAd(ad_group_id)
  File 
"/base/data/home/apps/p~arlo-162319/1.400214000790342996/handlers/api_handler.py",
 line 185, in CreateAd
ads = ad_group_ad_service.mutate(operations)['value']
  File 
"/base/data/home/apps/p~arlo-162319/1.400214000790342996/googleads/common.py", 
line 720, in MakeSoapRequest
*[_PackForSuds(arg, self.suds_client.factory) for arg in args])
  File 
"/base/data/home/apps/p~arlo-162319/1.400214000790342996/suds/client.py", line 
521, in __call__
return client.invoke(args, kwargs)
  File 
"/base/data/home/apps/p~arlo-162319/1.400214000790342996/suds/client.py", line 
581, in invoke
result = self.send(soapenv)
  File 
"/base/data/home/apps/p~arlo-162319/1.400214000790342996/suds/client.py", line 
619, in send
description=tostr(e), original_soapenv=original_soapenv)
  File 
"/base/data/home/apps/p~arlo-162319/1.400214000790342996/suds/client.py", line 
670, in process_reply
raise WebFault(fault, replyroot)
WebFault: Server raised fault: '[EntityNotFound.INVALID_ID @ 
operations[0].operand.adGroupId; trigger:'AdGroupId: 42841010522']'


Code:

def CreateAd(self, ad_group_id):
  ad_group_ad_service = self.client.GetService('AdGroupAdService', 
version='v201702')

  # Construct operations for adding text ad object and add to an ad group.
  operations = [{
  'operator': 'ADD',
  'operand': {
  'xsi_type': 'AdGroupAd',
  'adGroupId': ad_group_id,
  'ad': {
  'xsi_type': 'TextAd',
  'finalUrls': ['http://www.example.com'],
  'displayUrl': 'example.com',
  'description1': 'Low-gravity fun for {param1:cheap}.',
  'description2': 'Only {param2:a few} seats left!',
  'headline': 'Luxury Mars Cruises'
  },
  'status': 'ENABLED'
  }
  }]
  ads = ad_group_ad_service.mutate(operations)['value']

  return ads[0]


On Thursday, March 30, 2017 at 5:17:51 PM UTC-4, Shwetha Vastrad (AdWords 
API Team) wrote:
>
> Hi,
>
> Could you provide the SOAP request and response logs for the operation 
> where you encounter this error so I can take a look? Please use *Reply 
> privately to author* when responding.
>
> Regards,
> Shwetha, 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

Re: Campaign result discrepancy between UI and API when fetching Adgroup Performance Report results

2017-03-31 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi,

Ad groups with no impressions can be explicitly included in your report by 
setting the includeZeroImpressions 

 HTTP 
header to true. To be able to debug this issue, could you please provide me 
with the following information:

   - SOAP XML report definition for the report generated via the API
   - Your 10 digit AdWords account ID
   - Copy of the report downloaded via the API 
   - Sample campaign IDs for the campaigns created by third party tools

Please click on *Reply privately to author *when responding. 

Regards,
Vishal, 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/a8871b0d-d722-4a18-a418-60b68029da07%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Difficulty Creating OAUTH2 API Access Because of Existing Email Address

2017-03-31 Thread James Bowery
I've been retained to write some statistical analysis of a client's AdWords 
reports.  I'm using "R" which has a package that accepts awql and handles 
all the data formatting conversion issues, via the AdWords API.  So I need 
OAUTH2 credentials and my customer needs to grant me those credentials.  I 
can't use my existing AdWords account for this.  I can't even use my 
existing gmail email address for this.  I can't even add 
"+clientn...@gmail.com" to create a new email address for this (it 
complains that the  "gmail.com" domain is not allowed).  Looking around I 
see people saying that in order to create this "manager" account I have to 
have a NON gmail address and enter that address to create the new gmail 
account to use with the MCC AdWords account.  However, it can't be a 
non-gmail account that has already been associated with an existing gmail 
account.  So do I go find another email service, create a new email address 
there and use that?  This seems insane.  

Things can't be this insane.

What am I missing?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f22b4a4f-623d-46fa-a189-4c5abd235f38%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Get my Refresh Token in php

2017-03-31 Thread גרי סלוב


im running localy the: "GetRefreshToken.php" file, im inserting all the 
parameters and when i hit the line:

"[OPTIONAL] enter any additional OAuth2 scopes as a space delimited string 
here ..."

im going to the

"
https://accounts.google.com/o/oauth2/v2/auth?response_type=code_type=offline_id=
..."

with my clientID, but then i hit enter to get the token it calls an error:
Error: invalid_request
Missing required parameter: scope.

what i am doing wrong?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7e702606-4885-45ee-8154-e8449b12d8c4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Get my Refresh Token In PHP

2017-03-31 Thread גרי סלוב


im running localy the: "GetRefreshToken.php" file, im inserting all the 
parameters and when i hit the line:

"[OPTIONAL] enter any additional OAuth2 scopes as a space delimited string 
here ..."

im going to the

"
https://accounts.google.com/o/oauth2/v2/auth?response_type=code_type=offline_id=
..."

with my clientID, but then i hit enter to get the token it calls an error:
Error: invalid_request
Missing required parameter: scope.

what i am doing wrong?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5b1ab761-b6f9-41ec-a6ce-4baff9df1f31%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Negative values in Shopping Performance Report

2017-03-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi All, 

Thank you for providing additional information. We are working on this 
issue as our top priority. We've found that stats for shopping product 
groups are incorrect for March 29 - 31. For now, if you use Product 
Partition Report 

 
or the Shopping Performance Report 

 
to download stats, then *do not* include the stats from these dates on any 
analysis. We will let you know once it is safe to pull stats for these 
dates.

Regards,
Shwetha, 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/66e6da15-ab32-4b8e-9939-e4c2b1c84ef1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Impression values lower than zero

2017-03-31 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi,

We are aware of this issue and my team is currently working to fix this 
issue as a top priority. I'll get back to you as soon I have more 
information.

Regards,
Vishal, 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/bd5ac5ae-06f0-4d84-b659-97821072432d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Retrieve a list of existing shared audiences (particularly CRM)

2017-03-31 Thread stephen . waters . scripts
Thanks Vishal, that's perfect!

On Monday, March 27, 2017 at 8:43:09 PM UTC+1, Vishal Vinayak (Adwords API 
Team) wrote:
>
> Hi Stephen,
>
> Once you have initialized the service, you can create a service selector 
> to specify the fields that you wish to retrieve via the service (complete 
> list of fields available here 
> 
> ). 
>   
> campaign_service = client.GetService('AdwordsUserListService', 
> version='v201702')
>
>   # Construct selector and get all campaigns.
>   offset = 0
>   selector = {
>   'fields': ['Id', 'Name', 'Status'],
>   'paging': {
>   'startIndex': str(offset),
>   'numberResults': str(PAGE_SIZE)
>   }
>   }
>
> You can then specify the selector in the AdwordsUserListService.get 
> 
>  (as 
> follows) to retrieve the lists in your account:
>   
>  page = campaign_service.get(selector)
>
> You can use the ListType 
> 
>  field 
> in the selector to filter 
> 
>  on 
> the CRM_BASED lists only. 
> Hope this helps. Please revert if you have additional questions or 
> concerns. 
>
> Regards,
> Vishal, 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/c14e8684-89f7-40e0-b0d1-e29f854032a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: "Store Visits" conversiontracker

2017-03-31 Thread 'MarcF' via AdWords API Forum
Thanks for the reply,
ConversionCategoryName and ConversionTypeName are not compatible with many 
fields ... not great..but I'll manage.

Regards,

On Thursday, 30 March 2017 21:37:13 UTC+2, Shwetha Vastrad (AdWords API 
Team) wrote:
>
> Hi,
>
> Store visit conversions are only available to certain advertisers. Please 
> see the requirements here 
> . This could be 
> the reason why you don't see this conversion tracker returned in the 
> response. If you have created another conversion tracker based on this 
> system default conversion tracker, the ID will be different. You can use 
> the ConversionTypeName 
> 
>  and ConversionCategoryName 
> 
>  fields 
> available in different reports to get the type and category of the 
> conversion.
>
> Regards,
> Shwetha, 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/e31d2279-09b6-4de2-9fe8-98b972b698b5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Search campaign report download

2017-03-31 Thread Jaydeep More
I used the following query to download search campaign data 

SELECT CampaignName, AdGroupName, Criteria, CpcBid, Impressions, 
Clicks,Conversions,Cost FROM  DISPLAY_KEYWORD_PERFORMANCE_REPORT WHERE 
AdNetworkType1 = 'CONTENT' DURING 20121101, 20121101

but data was not correct can anyone please help to download correct data or 
report 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0261e1d6-92f8-443e-896d-cd942bc050c5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Search query

2017-03-31 Thread proseon
I used following query to get search query data

SELECT CampaignName, AdGroupName, Criteria, CpcBid, Impressions, 
Clicks,Conversions,Cost FROM  DISPLAY_KEYWORD_PERFORMANCE_REPORTWHERE 
AdNetworkType1 = 'CONTENT' DURING 20121101, 20121101

but data was not what I was expecting 
 
I want data to search campaign what should I use or which report shall I 
download to get my data

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0af0b774-95d0-4260-96c3-fba67591fdc8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Campaign result discrepancy between UI and API when fetching Adgroup Performance Report results

2017-03-31 Thread Sjoerd Maessen
We stumbled upon an issue where the Adgroup Performance Report doesn't 
return all results of all campaigns available for a client compared to the 
result in the GUI. No filters were active. So upon further investigation 
the following seems automatically excluded from the Adgroups Performance 
Report:

- complete empty campaigns (which makes sense since there aren't any 
results to report)
- campaigns that are inserted by 3rd party software using the AdWords API 
as well. 

The API Adgroup Performance Report results don't include those campaigns 
created by 3rd party but also has some extra campaigns that were created by 
other 3rd party tools that aren't visible in the GUI. How can we fix this 
discrepancy between the API and GUI so that the API results also include 
the missing campaigns generated by 3rd party?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ec41bc4e-6c5a-4079-94d1-4443cecf476d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Negative values in Shopping Performance Report

2017-03-31 Thread Ronald Findling
Looks related to those 2 threads: 
https://groups.google.com/forum/#!searchin/adwords-api/$20Impression$20values$20lower$20than$20zero$20%7Csort:relevance/adwords-api/py6CHGMB8Qo/x0byMkMHAwAJ
https://groups.google.com/forum/#!searchin/adwords-api/$20Negative$20values$20seen$20for$20average$20position%7Csort:relevance/adwords-api/JlJyHN4sbmw/CYbRANNsCU8J

Am Donnerstag, 30. März 2017 11:57:41 UTC+2 schrieb Adam Orczyk:
>
> Hi,
> Today we got a lot of negative values in Shopping Performance Report for 
> many accounts, ex. (per row):
>
>> clicks='1' impressions='18' cost='-17'
>> conversions='-1.0'
>> clicks='-1' impressions='21' cost='-1'
>> impressions='-1' cost='0' conversions='0.0'
>> clicks='0' impressions='-2' cost='0'
>> clicks='1' impressions='239' cost='-28'
>> clicks='-3' impressions='29' cost='-12'
>
>
> How to treat this kind of stats? Is it normal behavior or bug?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b4ea3a6a-6642-4a7b-8790-3adadb1169da%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Negative values in Shopping Performance Report

2017-03-31 Thread Adam Orczyk
Hi,
I've send you data, you asked for about an hour ago.

Regards,
Adam

W dniu czwartek, 30 marca 2017 16:32:45 UTC+2 użytkownik Shwetha Vastrad 
(AdWords API Team) napisał:
>
> Hi Adam, 
>
> Could you provide the complete report definition along with your 
> clientCustomerId so I can take a look? 
>
> MG, thank you for providing the report definition. Could you provide your 
> clientCustomerId as well? 
>
> Thanks,
> Shwetha, 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/f57086d0-0788-4bc9-9322-96d81824c33d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: BatchJobProcessingError.INTERNAL_ERROR when adding campaigns

2017-03-31 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Josh,

We're investigating those three batch jobs.
Thanks for reporting. I'll contact back when we have more info.

Best,
Thanet, AdWords API Team

On Thursday, March 30, 2017 at 9:56:44 PM UTC+9, Josh Sephton wrote:
>
> Hi Vishal,
>
> I was trying with 15,000 operations previously, but I'm seeing the same 
> behaviour with 5000 operations. Would you expect batches of this size to 
> complete?
>
> Thanks,
> Josh
>
>
>
> On Wednesday, 29 March 2017 19:27:38 UTC+1, Vishal Vinayak (Adwords API 
> Team) wrote:
>>
>> Hi Josh,
>>
>> Could you please try reducing the number of operations in your job and 
>> see if you are still facing issues? You can also check out our Best 
>> Practices Guide 
>> 
>>  to 
>> optimize your batch job operations. Issues related to batch job performance 
>> are sometimes intermittent, however, if you are consistently facing these 
>> issues, please let me know and I would try to work with my team to find 
>> what's causing these issues.
>>
>> Regards,
>> Vishal, 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/c6eab77f-ab4d-4727-8a15-bc40fcfe1f23%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Cannot handle token prior to 2017-03-30T10:21:05+0000

2017-03-31 Thread 'Ivan Bautista' via AdWords API Forum
Hi David,

This seems to be a PHP specific issue than with the AdWords API. I'd 
suggest that you have it checked by the PHP client library team 
 just in case they 
can provide some recommendations.

Regards,
Ivan
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/16fdd71d-4e43-4a6d-babf-b58054e91394%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.