Issue regarding getting Refresh token

2014-10-23 Thread Kiran Kumar
Hello,

I have created my client id and client secret in my google adwords api .I 
have generated my authorization code with my client id and secret and there 
by i couldnot generate any refresh token with it . Can i get the way how i 
could generate the refresh token in client library ???

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f7b0b0a7-3d93-433e-bd74-f27905d25447%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Blank campaign performance report

2014-10-23 Thread IMM Boulder
Thank you for the reply and yes, I saw that, and have that:
$reportDefinition->includeZeroImpressions = true;

Plus, we have several thousand impressions per day so I'm sure this is not 
the case.  I'm wondering though, since we have several accounts in MCC, is 
there something special that I need to do to run a report on any or all of 
them?  I am using the main account login for the refresh_token which is the 
same account that we all log into and run reports from in the UI, is that 
ok or do I need to do something different to run a report on one of the 
accounts listed in MCC from the API?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e1e3d427-9931-4024-a1df-6b151c45a6de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Blank campaign performance report

2014-10-23 Thread IMM Boulder
Yes, I saw that and have that:

$reportDefinition->includeZeroImpressions = true;

Plus, we have several thousand impressions per day so I'm sure this is not 
the case.  I'm wondering though, since we have several accounts in MCC, is 
there something special that I need to do to run a report on any or all of 
them?  I am using the main account login for the refresh_token which is the 
same account that we all log into and run reports from in the UI, is that 
ok or do I need to do something different to run a report on one of the 
accounts listed in MCC from the API?


On Thursday, October 23, 2014 8:23:16 PM UTC-6, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi,
>
> If you do not have any impressions (no ads served) for those campaigns and 
> for the date range of your report, then you'll want to explicitly request 
> zero impression rows. In the PHP library you would do this by setting 
> *includeZeroImpressions* to *TRUE* on your *ReportDefinition*, as 
> mentioned in the DownloadCriteriaReport.php code example 
> 
> .
>
> You may also want to check out our Zero Impression Reports guide 
> 
>  for 
> more details.
>
> Cheers,
> Josh, AdWords API Team
>
> On Thursday, October 23, 2014 6:05:06 PM UTC-4, IMM Boulder wrote:
>>
>> This is my first time working with the adwords api so I assume that I am 
>> missing something that I am not finding in any of the documentation that I 
>> have found.  I am using the googleads php library from github to submit my 
>> request to the api and it seems to be working fine with the exception that 
>> I am getting a blank report with just the name, header and footer of the 
>> report, like so:
>>
>>
>> "Daily_Cost_by_Campaign_VIQ_Cost_File_Google (Oct 16, 2014-Oct 22, 2014)"
>> Campaign ID,Network,Campaign,Impressions
>> Total, --, --,0
>>
>>
>> I should be seeing a report with records in the thousands.
>>
>> Report request info:
>>
>> fields: "CampaignId", "AdNetworkType1", "CampaignName", "Impressions"
>> one predicate: "CampaignStatus", "IN", array("ENABLED", "PAUSED", "
>> REMOVED")
>> report name: Daily_Cost_by_Campaign_VIQ_Cost_File_Google
>> time frame: LAST_7_DAYS
>> report type: CAMPAIGN_PERFORMANCE_REPORT
>> format: CSV
>>
>> Any tips that I might be able to try?  Thanks for your help in advance, I 
>> can post my code if necessary.
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7333793a-33dd-4e92-ac6d-df4d845be0c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Blank campaign performance report

2014-10-23 Thread Josh Radcliff (AdWords API Team)
Hi,

If you do not have any impressions (no ads served) for those campaigns and 
for the date range of your report, then you'll want to explicitly request 
zero impression rows. In the PHP library you would do this by setting 
*includeZeroImpressions* to *TRUE* on your *ReportDefinition*, as mentioned 
in the DownloadCriteriaReport.php code example 

.

You may also want to check out our Zero Impression Reports guide 
 
for 
more details.

Cheers,
Josh, AdWords API Team

On Thursday, October 23, 2014 6:05:06 PM UTC-4, IMM Boulder wrote:
>
> This is my first time working with the adwords api so I assume that I am 
> missing something that I am not finding in any of the documentation that I 
> have found.  I am using the googleads php library from github to submit my 
> request to the api and it seems to be working fine with the exception that 
> I am getting a blank report with just the name, header and footer of the 
> report, like so:
>
>
> "Daily_Cost_by_Campaign_VIQ_Cost_File_Google (Oct 16, 2014-Oct 22, 2014)"
> Campaign ID,Network,Campaign,Impressions
> Total, --, --,0
>
>
> I should be seeing a report with records in the thousands.
>
> Report request info:
>
> fields: "CampaignId", "AdNetworkType1", "CampaignName", "Impressions"
> one predicate: "CampaignStatus", "IN", array("ENABLED", "PAUSED", "REMOVED
> ")
> report name: Daily_Cost_by_Campaign_VIQ_Cost_File_Google
> time frame: LAST_7_DAYS
> report type: CAMPAIGN_PERFORMANCE_REPORT
> format: CSV
>
> Any tips that I might be able to try?  Thanks for your help in advance, I 
> can post my code if necessary.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9ad54c7c-10e1-4256-9ad3-3aa1b5a4ba87%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Handle PolicyViolationErrors in Batch Processing?

2014-10-23 Thread Josh Radcliff (AdWords API Team)
Hi,

You may want to check out our guide on Exemption Requests 
. 
The examples in the guide are for using AdGroupAdService 
,
 
but if you are using MutateJobService 

 instead 
then the process is essentially the same: simply populate the 
exemptionRequests 

 attribute 
of the *AdGroupAdOperations* that you pass to *MutateJobService*.

Cheers,
Josh, AdWords API Team

On Thursday, October 23, 2014 12:23:06 AM UTC-4, Chrétien M. wrote:
>
> Hi Guys,
>
> How can I "force" the bulk update of exemptable ads using the 
> MutateJobService ?
>
> 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a8c2c0fa-2466-440e-9a73-e2e0812dffcb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Blank campaign performance report

2014-10-23 Thread IMM Boulder
This is my first time working with the adwords api so I assume that I am 
missing something that I am not finding in any of the documentation that I 
have found.  I am using the googleads php library from github to submit my 
request to the api and it seems to be working fine with the exception that 
I am getting a blank report with just the name, header and footer of the 
report, like so:


"Daily_Cost_by_Campaign_VIQ_Cost_File_Google (Oct 16, 2014-Oct 22, 2014)"
Campaign ID,Network,Campaign,Impressions
Total, --, --,0


I should be seeing a report with records in the thousands.

Report request info:

fields: "CampaignId", "AdNetworkType1", "CampaignName", "Impressions"
one predicate: "CampaignStatus", "IN", array("ENABLED", "PAUSED", "REMOVED")
report name: Daily_Cost_by_Campaign_VIQ_Cost_File_Google
time frame: LAST_7_DAYS
report type: CAMPAIGN_PERFORMANCE_REPORT
format: CSV

Any tips that I might be able to try?  Thanks for your help in advance, I 
can post my code if necessary.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7c1caf79-052f-4c56-ba83-6d660a26f517%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Performance reports Error code 500: ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND

2014-10-23 Thread Chirag
Hello,

You can check here .

[Oct 23 2014 01:15:30.00 - ERROR] POST 
/api/adwords/reportdownload/v201406 HTTP/1.1
User-Agent: curl, gzip
Host: adwords.google.com
Accept: */*
Accept-Encoding: gzip
Authorization: Bearer 
ya29.pwDtufGnaZv9KHUJkTbXdm6vsMOVrTpsZYCeAvuTqH-h1mZ6nXr3k8ep
developerToken: Token
clientCustomerId: ..8484
Content-Length: 1226
Expect: 100-continue
Content-Type: multipart/form-data; 
boundary=e0d01ac807f007e7

Parameters:
__rdxml: 

  
AdFormat
AdGroupId
AdNetworkType1
AdNetworkType2
CampaignId
CityCriteriaId
ClickType
CountryCriteriaId
CreativeId
CriteriaId
CriteriaParameters
Date
Device
GclId
MetroCriteriaId
MonthOfYear
Page
RegionCriteriaId
Slot
UserListId

  20141019
  20141019

  
  daily clicks performance report #1414048519
  CLICK_PERFORMANCE_REPORT
  CUSTOM_DATE
  CSV
  false


Response Code: 500
Error Message: Report download failed. Underlying errors are 
Type = 'ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND', Trigger = 
'Unable to read report data', FieldPath = ''. 

Hope I have provided enough information.

On Thursday, 23 October 2014 20:11:05 UTC+5:30, Danial Klimkin wrote:
>
> Hello Chirag,
>
>
> For reporting you still need an XML or AWQL report definition. We can't 
> investigate the failure unless we know which request exactly fails.
>
>
> -Danial, AdWords API Team.
>
>
> On Thursday, October 23, 2014 6:34:31 PM UTC+4, Chirag wrote:
>>
>> Hello,
>>
>> It's Oct 23 2014 04:00:21.00
>> Oct 23 2014 04:00:47.00
>> Oct 23 2014 04:05:19.00
>> Oct 23 2014 06:00:27.00
>>
>> It may be help you, Since this are reporting services I am not finding 
>> any SOAP. 
>> Please let me kow if this helps.
>>
>>
>>
>> On Thursday, 23 October 2014 17:55:43 UTC+5:30, Danial Klimkin wrote:
>>>
>>> Hello Chirag,
>>>
>>>
>>> Please let us know exact timestamps of a few latest occurrences and the 
>>> exact report definition you are using, including clientCustomerIds.
>>>
>>>
>>> -Danial, AdWords API Team.
>>>
>>>
>>> On Thursday, October 23, 2014 11:19:57 AM UTC+4, Chirag wrote:

 Hello Danial,

 Same issue I am facing since 2 days. Same script is fetching reports 
 for other customer id.

 Please let me know what I can consider to avoid any future error.

 I have already taken care for pausing the report for 2-3 minutes.

 Thanks,

 On Tuesday, 24 June 2014 15:03:39 UTC+5:30, Danial Klimkin wrote:
>
> Hello Vanessa,
>
>
> This error is possible in some cases. Please treat this as a transient 
> error: make a short pause (30s - 5m) and retry the request. 
>
> We are working to reduce number of these errors but some low 
> percentage is unfortunately unavoidable.
>
>
> -Danial, AdWords API Team.
>
>
> On Monday, June 23, 2014 8:43:06 PM UTC+4, Vanessa Sabino wrote:
>>
>> Hi, I've been getting a 
>> "ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND" response since 
>> yesterday for various reports (Campaign, AdGroup, Ad, Criteria, and 
>> Keyword)
>> I haven't changed anything in my code recently. Can I check the 
>> status of the API somewhere to confirm the problem isn't on my end?
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b7224759-ce8c-4bff-ac92-e48d5117f691%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Performance reports Error code 500: ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND

2014-10-23 Thread Danial Klimkin
Hello Chirag,


For reporting you still need an XML or AWQL report definition. We can't 
investigate the failure unless we know which request exactly fails.


-Danial, AdWords API Team.


On Thursday, October 23, 2014 6:34:31 PM UTC+4, Chirag wrote:
>
> Hello,
>
> It's Oct 23 2014 04:00:21.00
> Oct 23 2014 04:00:47.00
> Oct 23 2014 04:05:19.00
> Oct 23 2014 06:00:27.00
>
> It may be help you, Since this are reporting services I am not finding any 
> SOAP. 
> Please let me kow if this helps.
>
>
>
> On Thursday, 23 October 2014 17:55:43 UTC+5:30, Danial Klimkin wrote:
>>
>> Hello Chirag,
>>
>>
>> Please let us know exact timestamps of a few latest occurrences and the 
>> exact report definition you are using, including clientCustomerIds.
>>
>>
>> -Danial, AdWords API Team.
>>
>>
>> On Thursday, October 23, 2014 11:19:57 AM UTC+4, Chirag wrote:
>>>
>>> Hello Danial,
>>>
>>> Same issue I am facing since 2 days. Same script is fetching reports for 
>>> other customer id.
>>>
>>> Please let me know what I can consider to avoid any future error.
>>>
>>> I have already taken care for pausing the report for 2-3 minutes.
>>>
>>> Thanks,
>>>
>>> On Tuesday, 24 June 2014 15:03:39 UTC+5:30, Danial Klimkin wrote:

 Hello Vanessa,


 This error is possible in some cases. Please treat this as a transient 
 error: make a short pause (30s - 5m) and retry the request. 

 We are working to reduce number of these errors but some low percentage 
 is unfortunately unavoidable.


 -Danial, AdWords API Team.


 On Monday, June 23, 2014 8:43:06 PM UTC+4, Vanessa Sabino wrote:
>
> Hi, I've been getting a 
> "ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND" response since 
> yesterday for various reports (Campaign, AdGroup, Ad, Criteria, and 
> Keyword)
> I haven't changed anything in my code recently. Can I check the status 
> of the API somewhere to confirm the problem isn't on my end?
>


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/db80847a-d515-4ee9-b379-73b433e5f011%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Performance reports Error code 500: ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND

2014-10-23 Thread Chirag
Hello,

It's Oct 23 2014 04:00:21.00
Oct 23 2014 04:00:47.00
Oct 23 2014 04:05:19.00
Oct 23 2014 06:00:27.00

It may be help you, Since this are reporting services I am not finding any 
SOAP. 
Please let me kow if this helps.



On Thursday, 23 October 2014 17:55:43 UTC+5:30, Danial Klimkin wrote:
>
> Hello Chirag,
>
>
> Please let us know exact timestamps of a few latest occurrences and the 
> exact report definition you are using, including clientCustomerIds.
>
>
> -Danial, AdWords API Team.
>
>
> On Thursday, October 23, 2014 11:19:57 AM UTC+4, Chirag wrote:
>>
>> Hello Danial,
>>
>> Same issue I am facing since 2 days. Same script is fetching reports for 
>> other customer id.
>>
>> Please let me know what I can consider to avoid any future error.
>>
>> I have already taken care for pausing the report for 2-3 minutes.
>>
>> Thanks,
>>
>> On Tuesday, 24 June 2014 15:03:39 UTC+5:30, Danial Klimkin wrote:
>>>
>>> Hello Vanessa,
>>>
>>>
>>> This error is possible in some cases. Please treat this as a transient 
>>> error: make a short pause (30s - 5m) and retry the request. 
>>>
>>> We are working to reduce number of these errors but some low percentage 
>>> is unfortunately unavoidable.
>>>
>>>
>>> -Danial, AdWords API Team.
>>>
>>>
>>> On Monday, June 23, 2014 8:43:06 PM UTC+4, Vanessa Sabino wrote:

 Hi, I've been getting a 
 "ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND" response since 
 yesterday for various reports (Campaign, AdGroup, Ad, Criteria, and 
 Keyword)
 I haven't changed anything in my code recently. Can I check the status 
 of the API somewhere to confirm the problem isn't on my end?

>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/eeb85dc4-6cd6-405e-aac6-bfef6cacdbf8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to avoid OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY

2014-10-23 Thread Josh Radcliff (AdWords API Team)
Hi Pino,

You're probably getting that error because the *Campaign* that contains the 
*AdGroup* of the *AdGroupAd* has been removed. Once a *Campaign *has been 
removed you can no longer mutate any attributes of its *AdGroups*.

To limit to *AdGroups* that are neither removed nor are in removed 
*Campaigns*, you can do the following:

1. Use *CampaignService.get* to select all *Campaigns* with *Status = 
'REMOVED'*, and store those *Campaign* IDs.

2. When selecting *AdGroups* via *AdGroupService.get*, include two 
predicates:

  a. *Status IN ['ENABLED', 'PAUSED']*

  b. *CampaignId NOT_IN [* *list of removed campaign IDs from step 1 ]*

Cheers,
Josh, AdWords API Team

On Wednesday, October 22, 2014 7:03:08 AM UTC-4, Jose Luis Lopez Pino wrote:
>
> Hi,
>
> I'm trying to update (remove and add) the ads of several adgroups, but 
> frequently I get an 
> OperationAccessDenied.OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY error when 
> I try to remove the old ads.
> To try to avoid this, I'm including the following condition in all the 
> selectors to ensure that I'm not retrieving removed adgroups or ads:
> {
>   'field': 'Status',
>   'operator': 'IN',
>   'values': ['ENABLED', 'PAUSED']
> }
>
> However, the problem persists. Is there any other condition that I should 
> add to the selector to avoid this error?
>
> Thanks in advance,
> Pino
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/eaac33af-a187-4822-8c83-e9b5943b4355%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Add offline conversion clicks to Campaigns..!!

2014-10-23 Thread Josh Radcliff (AdWords API Team)
Hi,

The *GclId* is required --  the logic is that in order to have a 
conversion, you have to have a click, and every click will have a *GclId*.

May I ask why you want conversions that aren't based on clicks? If the 
problem is that you need the click IDs (*GclId*), you can run the Click 
Performance Report 
 to 
get those.

Cheers,
Josh, AdWords API Team

On Wednesday, October 22, 2014 11:11:19 AM UTC-4, VP wrote:
>
> Hi,
>
> I want to add offline conversion Clicks to adwords campaignid(Campaign) 
> without using gClId.
>
> I had go with this example :: 
>
>
> https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201402/AdvancedOperations/UploadOfflineConversions.php
>
> But I dont want to add conversion using gClId. It is possible to add 
> offline conversion without gClid to Campaigns?? or gClId must require for 
> that.
>
>
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5e8ae6fd-00d2-4f13-9abe-4e399e2267fc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Why I get empty company?

2014-10-23 Thread Josh Radcliff (AdWords API Team)
Hi,

Do your campaigns have any impressions for the date range of your report? 
If not, then you'll have to specify '*includeZeroImpressions': 'true'* in 
order to get those campaigns to show up in the report. See our Zero 
Impressions Guide 
 
for 
more details.

Cheers,
Josh, AdWords API Team

On Wednesday, October 22, 2014 9:47:51 AM UTC-4, g.adwo...@smartweb.com.ua 
wrote:
>
> Hello. I don't understand, why i get empty company?
> This is my query:
> 
> report_downloader = 
> self.adwords_client.GetReportDownloader(version='v201409')
>
> report = {
> 'reportName': 'Last 7 days CAMPAIGN_PERFORMANCE_REPORT',
> 'dateRangeType': 'LAST_7_DAYS',
> 'reportType': 'CAMPAIGN_PERFORMANCE_REPORT',
> 'downloadFormat': 'CSV',
> *'includeZeroImpressions': 'false',*
> 'selector': {
> 'fields': [
> 'CampaignId',
> 'CampaignName',
> 'Impressions',
> 'Clicks',
> 'Ctr',
> 'Amount',
> ],
> *'predicates': {*
> *'field': 'Impressions',*
> *'operator': 'GREATER_THAN',*
> *'values': '0',*
> },
> 'predicates': {
> 'field': 'CampaignStatus',
> 'operator': 'IN',
> 'values': ['ENABLED']
> },
> },
> }
>
> print "RESULT: ", report_downloader.DownloadReport(report, 
> sys.stdout)
>
>  
> I get a result:
>
> RESULT:  "Last 7 days CAMPAIGN_PERFORMANCE_REPORT (Oct 15, 2014-Oct 21, 
> 2014)"
> Campaign ID,Campaign,Impressions,Clicks,CTR,Budget
> Total, --,0,0,0.00%,0
>
>
> RESULT:  "Last 7 days CAMPAIGN_PERFORMANCE_REPORT (Oct 15, 2014-Oct 21, 
> 2014)"
> Campaign ID,Campaign,Impressions,Clicks,CTR,Budget
> Total, --,0,0,0.00%,0
>
>
> RESULT:  "Last 7 days CAMPAIGN_PERFORMANCE_REPORT (Oct 15, 2014-Oct 21, 
> 2014)"
>
> Campaign ID,Campaign,Impressions,Clicks,CTR,Budget
> Total, --,0,0,0.00%,0
>
>
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bf6a17f3-d398-480e-ad0b-6b8ad074be15%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Cannot Filter by Domain or DisplayName in AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT

2014-10-23 Thread Josh Radcliff (AdWords API Team)
Hi Dorian,

I confirmed that I'm getting the 
*SelectorError.INVALID_PREDICATE_FIELD_NAME* error as well when I try to 
filter by *Domain*. I'm following up with the reporting team and will post 
here when I have an update. Thanks for bringing this to our attention.

Cheers,
Josh, AdWords API Team

On Wednesday, October 22, 2014 9:47:59 AM UTC-4, Dorian Kind wrote:
>
> Update: a colleague just enlightened me (by using 
> ReportDefinitionService.getReportFields) about the fact that "DisplayName" 
> is not a filterable field, so that explains half of the issue. But "Domain" 
> should still be usable in a filter.
>
>
> On Wednesday, October 22, 2014 3:30:30 PM UTC+2, Dorian Kind wrote:
>>
>> Hello,
>>
>> like the title says, I'm unable to filter an adhoc automatic placements 
>> report by either of these two fields. If I try "Domain", I receive 
>> an INVALID_PREDICATE_FIELD_NAME error, while "DisplayName" returns 
>> an INVALID_FIELD_NAME_FOR_REPORT exception. Both of these fields should be 
>> legal field names for the AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT the way I 
>> see it.
>>
>> There's little effort required to do the filtering on my side, so it's 
>> not a big issue—I just wanted to inquire whether that's expected behavior.
>>
>> Thanks and best regards,
>> Dorian
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8927bc96-ada0-4571-a8fe-6f645c4cdb36%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Change history on UI is now available, how about this information on the API?

2014-10-23 Thread Josh Radcliff (AdWords API Team)
Hi T,

The API does not currently have the same level of change history 
functionality as the UI. Please see the following related thread for 
details.

https://groups.google.com/d/msg/adwords-api/pJxPuD1IKOQ/Mb2yPnjmYFwJ

Cheers,
Josh, AdWords API Team

On Wednesday, October 22, 2014 4:00:27 PM UTC-4, Thiago Medeiros wrote:
>
> Hi, now you can show the collumn All changes, Budget changes, Bid 
> changes, Keyword changes, Status changes, Targeting changes, Ad changes 
> and Network changes on the UI on Campaign and AdGroup Level.
>
> Is it possible to get this information through the API?
>
> best,
> T
>
>
> 
>
>
> 
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2fe923ed-812a-4c95-b7cd-5b8f2f6d5adb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: DUPLICATE_ADGROUP_NAME when re-creating removed ad group

2014-10-23 Thread Josh Radcliff (AdWords API Team)
Hi Peter,

Thanks for the feedback. I'll continue to push for consistent name rules 
and will update this thread with any progress.

Cheers,
Josh, AdWords API Team

On Thursday, October 23, 2014 7:09:57 AM UTC-4, ma...@pcbacker.nl wrote:
>
> Josh, 
>
> If not possible to change a Removed status back to a Paused or Enabled 
> status, at least you would expect to allow a new adgroup having the name of 
> the removed one (like it works with campaigns). 
> Please make those rules the same as you state. At the moment it totally 
> frustrates our naming convention for automatically created adgroups. 
> Thanx in advance
> Peter Backer, Maxlead
>
>
> On Monday, October 20, 2014 5:17:22 PM UTC+2, Josh Radcliff (AdWords API 
> Team) wrote:
>>
>> Hi,
>>
>> Starting with v201406 of the API, you can no longer edit *any* attributes 
>> of a removed Campaign or a removed AdGroup. You are correct that Campaigns 
>> allow duplicate names among REMOVED objects, but AdGroup names must be 
>> unique across all AdGroups in a Campaign, regardless of status. For the 
>> time being, the approach you are taking of renaming AdGroups on delete is 
>> the best option. Note that you *can* rename and remove an AdGroup in the 
>> same SET operation (it sounds like you are doing separate operations, but 
>> that's not actually necessary).
>>
>> I realize that this inconsistency is a bit of a pain, especially now that 
>> you cannot change the name of a removed AdGroup. I'll talk to the team 
>> about making the uniqueness rules for AdGroups the same as the rules for 
>> Campaigns.
>>
>> Cheers,
>> Josh, AdWords API Team
>>
>> On Monday, October 20, 2014 10:15:25 AM UTC-4, t.k...@social-mining.com 
>> wrote:
>>>
>>> Hi,
>>>
>>> We are running into a problem with re-enabling removed ad groups. In the 
>>> past both campaigns and ad groups could be re-enabled from REMOVED status 
>>> by simply setting their status to ENABLED, this no longer works, as the 
>>> removal seems to be permanent. Instead the API allows multiple campaigns 
>>> with the same name to exist, as long as only one campaign is ENABLED or 
>>> PAUSED and the rest are REMOVED.
>>>
>>> However, this does not seem to work for Ad Groups. After setting a Ad 
>>> Group status to REMOVED the status can no longer be set to ENABLED, but no 
>>> other Ad Group with the same name can be created either. In essence, we are 
>>> now have a number of Ad Groups that are 'locked', they cannot be 
>>> re-enabled, but they can't be renamed either (although the web interface 
>>> can still do this.)
>>>
>>> We have worked around the issue by renaming ad groups prior to deleting 
>>> them, but this is far from optimal. Is this a bug or is this working as 
>>> intended?
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d5cbd60f-3a1f-46da-9877-b9f5fde978d7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Budget report for MMC account

2014-10-23 Thread Danial Klimkin
This information is not available via the API.


-Danial, AdWords API Team.


On Thursday, October 23, 2014 1:05:18 PM UTC+4, g.adwo...@smartweb.com.ua 
wrote:
>
> Hello, how get budget report for MMC account?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2913e354-4740-4c63-8121-a782fa34ae36%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: unauthorized client

2014-10-23 Thread Danial Klimkin
Hello,


This error means you are using a different client ID than the one that the 
refresh token was generated with.

Refresh token is limited to a single OAuth client registration.


-Danial, AdWords API Team.


On Wednesday, October 22, 2014 2:40:06 PM UTC+4, gau...@iflair.com wrote:
>
> Hi,
>
> I am getting below error, can any one let me know where i am wrong.
>
> An error has occurred: { "error" : "unauthorized_client" }
>
> 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/88bf4eef-20ec-4e71-8259-2dd67aff931c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: DUPLICATE_ADGROUP_NAME when re-creating removed ad group

2014-10-23 Thread mail
Josh, 

If not possible to change a Removed status back to a Paused or Enabled 
status, at least you would expect to allow a new adgroup having the name of 
the removed one (like it works with campaigns). 
Please make those rules the same as you state. At the moment it totally 
frustrates our naming convention for automatically created adgroups. 
Thanx in advance
Peter Backer, Maxlead


On Monday, October 20, 2014 5:17:22 PM UTC+2, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi,
>
> Starting with v201406 of the API, you can no longer edit *any* attributes 
> of a removed Campaign or a removed AdGroup. You are correct that Campaigns 
> allow duplicate names among REMOVED objects, but AdGroup names must be 
> unique across all AdGroups in a Campaign, regardless of status. For the 
> time being, the approach you are taking of renaming AdGroups on delete is 
> the best option. Note that you *can* rename and remove an AdGroup in the 
> same SET operation (it sounds like you are doing separate operations, but 
> that's not actually necessary).
>
> I realize that this inconsistency is a bit of a pain, especially now that 
> you cannot change the name of a removed AdGroup. I'll talk to the team 
> about making the uniqueness rules for AdGroups the same as the rules for 
> Campaigns.
>
> Cheers,
> Josh, AdWords API Team
>
> On Monday, October 20, 2014 10:15:25 AM UTC-4, t.k...@social-mining.com 
> wrote:
>>
>> Hi,
>>
>> We are running into a problem with re-enabling removed ad groups. In the 
>> past both campaigns and ad groups could be re-enabled from REMOVED status 
>> by simply setting their status to ENABLED, this no longer works, as the 
>> removal seems to be permanent. Instead the API allows multiple campaigns 
>> with the same name to exist, as long as only one campaign is ENABLED or 
>> PAUSED and the rest are REMOVED.
>>
>> However, this does not seem to work for Ad Groups. After setting a Ad 
>> Group status to REMOVED the status can no longer be set to ENABLED, but no 
>> other Ad Group with the same name can be created either. In essence, we are 
>> now have a number of Ad Groups that are 'locked', they cannot be 
>> re-enabled, but they can't be renamed either (although the web interface 
>> can still do this.)
>>
>> We have worked around the issue by renaming ad groups prior to deleting 
>> them, but this is far from optimal. Is this a bug or is this working as 
>> intended?
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6440765a-7915-4096-959e-6bdf15135a93%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Performance reports Error code 500: ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND

2014-10-23 Thread Danial Klimkin
Hello Chirag,


Please let us know exact timestamps of a few latest occurrences and the 
exact report definition you are using, including clientCustomerIds.


-Danial, AdWords API Team.


On Thursday, October 23, 2014 11:19:57 AM UTC+4, Chirag wrote:
>
> Hello Danial,
>
> Same issue I am facing since 2 days. Same script is fetching reports for 
> other customer id.
>
> Please let me know what I can consider to avoid any future error.
>
> I have already taken care for pausing the report for 2-3 minutes.
>
> Thanks,
>
> On Tuesday, 24 June 2014 15:03:39 UTC+5:30, Danial Klimkin wrote:
>>
>> Hello Vanessa,
>>
>>
>> This error is possible in some cases. Please treat this as a transient 
>> error: make a short pause (30s - 5m) and retry the request. 
>>
>> We are working to reduce number of these errors but some low percentage 
>> is unfortunately unavoidable.
>>
>>
>> -Danial, AdWords API Team.
>>
>>
>> On Monday, June 23, 2014 8:43:06 PM UTC+4, Vanessa Sabino wrote:
>>>
>>> Hi, I've been getting a 
>>> "ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND" response since 
>>> yesterday for various reports (Campaign, AdGroup, Ad, Criteria, and Keyword)
>>> I haven't changed anything in my code recently. Can I check the status 
>>> of the API somewhere to confirm the problem isn't on my end?
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f70c0ec8-c2c1-465e-82f8-bc999ef835dc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Handle PolicyViolationErrors in Batch Processing?

2014-10-23 Thread Chrétien Mwizerwa
Hi Guys,

How can I "force" the bulk update of exemptable ads using the 
MutateJobService ?

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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/457fa0fd-4867-4ee4-b528-576219239993%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Upload offline conversion to Adwords, Cannot see the value in the adwords

2014-10-23 Thread Joey Belarmino
Hi Ray Tsang,

Can you please help me as well. 

I tried last night running the script, but I cannot find anything on the 
adwords site where to look for the status. 

Response from API ddidn't contain any error message so I assume that post 
was successful, but would like a confirmation. 

Anyway to see logs just like when you upload conversions in CSV format 
manually?

I attached the xml logs here. 

Thanks


On Friday, January 17, 2014 11:27:53 PM UTC+8, Ray Tsang (AdWords API Team) 
wrote:
>
> Mellon,
>
> According to the document, it takes about 3 hours for your imported 
> conversions statistics to show up in your AdWords account.
> Also, "Offline conversions uploaded more than 90 days after the associated 
> last click won’t be imported into AdWords".  Please make sure this is not 
> the case.
>
> Otherwise, could I trouble you to send the logged SOAP request/response 
> (stripping out sensitive information such as Developer Token, Auth Token, 
> etc) by using the "Reply to Author" feature?
>
> Are you able to see the upload status in the UI?
>
> Thanks!
>
> --
> Ray Tsang (AdWords API Advisor)
>
>
> On Monday, January 13, 2014 9:44:48 AM UTC-5, Mellon M wrote:
>>
>> Hi,
>>
>> I was trying to using Adwords API upload some gclids to Google Adwords to 
>> do the offline tracking conversion. I use "soap" method to connect to the 
>> server, and use the sample code UploadOfflineConversions.php (modified a 
>> little bit, changed the setting up new conversion code). 
>>
>> I have succeed connected to the API. ( Use the example show all ad 
>> campaigns under my account). 
>>
>> And also succeed upload the gclid to the Adwords account.
>>
>> Example showed here:
>>
>> 
>>
>>
>> I also noticed the successful upload to Adwords console. :
>>
>>
>> 
>> 2 Clicks and one conversion. But the value somehow is 0. 
>>
>> The conversion value is set at 10. I did all these process last Thursday 
>> and Friday. But I still didn't see any update on this. 
>>
>> Could some one help me what's maybe wrong in the process?
>>
>> I also have another 2 questions if somebody could help:
>>
>> 1) Should I wait 4-6 hours after the conversion is completed, then upload 
>> the gclid to the Adwords?
>> 2) How long should I expect the conversion show up in the Adwords console?
>>
>> I find these information on the page: 
>> https://support.google.com/adwords/answer/2998031?hl=en
>>
>> Not sure if my understanding is right or not. 
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8daab3a6-fd91-42c6-8184-7e0c8caaf64b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
[Oct 22 2014 09:29:45.00 - INFO] POST 
/api/adwords/cm/v201406/OfflineConversionFeedService HTTP/1.1
Host: adwords.google.com
Connection: Keep-Alive
User-Agent: PHP-SOAP/5.4.32, gzip
Accept-Encoding: gzip, deflate
Content-Encoding: gzip
Content-Type: text/xml; charset=utf-8
SOAPAction: ""
Content-Length: 1108
Authorization: Bearer ya29.pgDuRedv8VNCA0Ne4a73-

http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201406";>
  

  608-777-6969
  
  RowBoat (AwApi-PHP/5.5.0, Common-PHP/5.5.0, 
PHP/5.4.32)

  
  

  
ADD

  CKX7gY6JvcECFQooaQodvE8ABg
  dealsfound-conversions
  20141021 000159 
America/Anchorage
  0.95

  
  
ADD

  CKKUlbCJvcECFTMQ7AodencAqA
  dealsfound-conversions
  20141021 000311 
America/Anchorage
  1.98

  
  
ADD

  COzmyM-JvcECFQsvaQodCm4ACw
  dealsfound-conversions
  20141021 000417 
America/Anchorage
  0.81

  
  
ADD

  CIqKic-JvcECFQqTaQodor8AhQ
  dealsfound-conversions
  20141021 000417 
America/Anchorage

Change history on UI is now available, how about this information on the API?

2014-10-23 Thread Thiago Medeiros
Hi, now you can show the collumn All changes, Budget changes, Bid changes, 
Keyword 
changes, Status changes, Targeting changes, Ad changes and Network changes 
on the UI on Campaign and AdGroup Level.

Is it possible to get this information through the API?

best,
T





-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d6762c82-7315-43a6-aa95-07f0837e97d1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ERROR_GETTING_RESPONSE_FROM_BACKEND

2014-10-23 Thread Mark
Hello Anash,

I am facing same issue since two days! 
Please let me know how I can figure this out?



On Friday, January 3, 2014 8:06:04 PM UTC+5:30, Anash P. Oommen (AdWords 
API Team) wrote:
>
> Hi Mesut,
>
> Let me know if the issue persists, I'll ask the reports team to 
> investigate this further.
>
> Cheers,
> Anash P. Oommen,
> AdWords API Advisor.
>
> On Monday, December 30, 2013 1:02:24 PM UTC-5, Mesut Eyrice wrote:
>>
>> I'm having the same problem.
>>
>> 17 Eylül 2013 Salı 19:50:02 UTC+3 tarihinde Alex yazdı:
>>>
>>> We get the error ERROR_GETTING_RESPONSE_FROM_BACKEND very often today. 
>>> Is there a problem? Will it be fixed soon?
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a4551be1-d929-4cf9-b930-962d48ffb27d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Solution for creating a label when creating a TextAd

2014-10-23 Thread Alan Coleman
Hi Martin,

Sorry to keep going on about this but I'm confused about how you're getting 
this to work.

Can I confirm that I'm trying to achieve the same outcome as yourself?

   1.  A Label has been created previously and I have the ID
   2. I want to create a TextAd and assign the above label whilst creating 
   the TextAd

I've tried two services:

   1. AdGroupAdService
   2. MutateJobService
   
With variations on the following code:

$textAd->displayUrl = $textDisplayUrl;
$textAd->url = $textUrl;
$textAd->labels = $labelid;

This is returning an Undefined index error.

The documentation clearly states that the services are read only and that 
AdGroupAdService.mutateLabel 

 should 
be used to add an *existing Label* to an *existing AdGroupAd.*
I'd really like to be able to add an existing label when creating a TextAd, 
I'm just confused about how you're achieving this.

Many thanks


On Wednesday, October 8, 2014 11:18:46 PM UTC+1, Martin wrote:
>
> Hi all!
> I disagree with the accepted solution. I am currently assigning labels to 
> Text Ads in a single operation at the time of creation. Below is the 
> relevant snippet from my python code. I'm using the MutateJobService and it 
> works just fine.
> adgroup_ad_operations.append({
> 'xsi_type': 'AdGroupAdOperation',
> 'operator': 'ADD',
> 'operand': {
> 'xsi_type': 'AdGroupAd',
> 'adGroupId': adGroupId,
> 'ad': textad,
> 'status': 'ENABLED',
> 'labels': [{'id': Label_id}],
> },
> })
>
> I hope this helps. :)
> Cheers!
> Martin
>
>
> On Wednesday, 8 October 2014 05:18:07 UTC-3, Alan Coleman wrote:
>>
>> Thanks for getting back to me Michael! :-)
>>
>> On Friday, October 3, 2014 6:19:06 PM UTC+1, Michael Cloonan (AdWords API 
>> Team) wrote:
>>>
>>> Hello,
>>>
>>> You are correct; you must create the TextAd first, and then in a 
>>> separate operation you may assign a label to it. There is no way to assign 
>>> a label to the TextAd at the time of creation.
>>>
>>> Regards,
>>> Mike, AdWords API Team
>>>
>>> On Friday, October 3, 2014 6:37:01 AM UTC-4, Alan Coleman wrote:

 Hello everyone,

 I'd like to be able to add a *label* to a *TextAd *when creating the 
 TextAd.

 I'm creating the TextAd using AdGroupAdOperation 
 
 .

 If I want to use AdGroupAdLabelOperation 
 
  
 to add a label then I first have to return the TextAd id from the 
 AdGroupAdOperation 
 
 .

 So am I right in saying that to add a *label* to a *TextAd *I have to 
 create both using separate operations then add the Label to the TextAd?

 I think I may have answered my own question here, but any suggestions 
 would be helpful.
 Many 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/223f99d5-412b-4a1b-bf74-6228d8d50cbb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Budget report for MMC account

2014-10-23 Thread g . adwords+api
Hello, how get budget report for MMC account?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e5c8fbb2-76bb-4eca-b684-3893dcfbf6ba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: CONCRETE_TYPE_REQUIRED

2014-10-23 Thread Emre Akkuş
Thanks Josh. You helped me a lot!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4a74f8c2-2b7c-463a-bde3-d97c8e1aef7e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ERROR_GETTING_RESPONSE_FROM_BACKEND when including CampaignId in PLACEHOLDER_FEED_ITEM_REPORT

2014-10-23 Thread Chirag
Hello,

We are also facing same issue for some of reports. And We have already make 
include Zero Impressions data to false.

Thanks,

On Monday, 2 June 2014 18:05:46 UTC+5:30, Jeremy Aube wrote:
>
> It looks like this report pretty much needs zeroImpressions to be set to 
> false, otherwise most combinations won't work. We were able to get most of 
> what we needed this way, though it probably should be made more clear from 
> the documentation that this report won't work with zeroImpressions set to 
> true for all but the most basic requests.
>
> On Friday, May 23, 2014 9:16:34 AM UTC-4, Pearl Jam wrote:
>>
>>
>>
>> Unfortunately, I think there is no mappingInfo provided in the report. 
>> It only shows FeedItems and in which Campaign or Adgroup it has Impressions 
>> or otherwise stats. because an feedItem could be mapped to every campaign 
>> or adgroup in your account, the 
>> combination possibilities are too much if you ask with zeroImpressions. 
>> also you can not limit the results by asking only for Active Adgroups or 
>> Campaigns
>>
>>
>> therefore my next Question: where can FeedItem-Adgroup-Matchings be 
>> obtained? 
>>
>> Jam
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3cea4c7f-1b43-4e2c-bc94-23083ab4f056%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Performance reports Error code 500: ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND

2014-10-23 Thread Chirag
Hello Danial,

Same issue I am facing since 2 days. Same script is fetching reports for 
other customer id.

Please let me know what I can consider to avoid any future error.

I have already taken care for pausing the report for 2-3 minutes.

Thanks,

On Tuesday, 24 June 2014 15:03:39 UTC+5:30, Danial Klimkin wrote:
>
> Hello Vanessa,
>
>
> This error is possible in some cases. Please treat this as a transient 
> error: make a short pause (30s - 5m) and retry the request. 
>
> We are working to reduce number of these errors but some low percentage is 
> unfortunately unavoidable.
>
>
> -Danial, AdWords API Team.
>
>
> On Monday, June 23, 2014 8:43:06 PM UTC+4, Vanessa Sabino wrote:
>>
>> Hi, I've been getting a 
>> "ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND" response since 
>> yesterday for various reports (Campaign, AdGroup, Ad, Criteria, and Keyword)
>> I haven't changed anything in my code recently. Can I check the status of 
>> the API somewhere to confirm the problem isn't on my end?
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6ed336c5-8cbf-49da-b64d-c45e6dcf720c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.