Re: Batch job was processed partially but got CANCELED status without downloadUrl and processingErrors

2016-01-20 Thread Ilya Isakov
Up. The problem exists and I believe solution will be helpful for others 
who use BatchJobService for managing huge campaigns. Dear colleagues from  

AdWords API Team please take a look at this.

вторник, 19 января 2016 г., 16:59:13 UTC+3 пользователь Ilya Isakov написал:
>
> Batch job with id 1139681 is in status CANCELED now.
>
> There were operations for adding new adgroups into campaign with adwords 
> id 429813129.
>
> BatchJobService->get method returns empty downloadUrl and 
> empty processingErrors:
>
> 
> http://schemas.xmlsoap.org/soap/envelope/;>
>   
> https://adwords.google.com/api/adwords/cm/v201509;>
>   000529a0848cdea00ac48e21d80c9376
>   BatchJobService
>   get
>   1
>   259
> 
>   
>   
> https://adwords.google.com/api/adwords/cm/v201509
> ">
>   
> 1
> BatchJobPage
> 
>   1139681
>   CANCELED
>   
> 0
> 0
> 0
> 0
>   
> 
>   
> 
>   
> 
>
> But next batch job with id 1141865 with same add operations completed with 
> duplicate adgroup names errors.
>
> It means that adgroups were added by batch job 1139681.
>
> Could you please take a look why batch job 1139681is in CANCELED status?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/003f64bd-7878-46b2-9c2c-39a1134f0289%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: BatchJob result contains less operations that it was in request

2016-01-20 Thread Ilya Isakov
Up. The problem exists and I believe solution will be helpful for others 
who use BatchJobService for managing huge campaigns. Dear colleagues from   

AdWords API Team please take a look at this.

среда, 20 января 2016 г., 8:37:30 UTC+3 пользователь Ilya Isakov написал:
>
> Hello,
>
> There is discrepancy in operations between request and response in 
> BatchJob 1142912.
>
> BatchJob should contain 25000 operations but there are only 24000 in 
> downloaded response.
>
> Also meta information returned by get method contains information only 
> about 24000 processed operations and empty processingErrors:
>
> 
> http://schemas.xmlsoap.org/soap/envelope/; xmlns:ns1="
> https://adwords.google.com/api/adwords/cm/v201509;>
>   
> 
>   ...
>...
> 
>   
>   
> 
>   
> Id
> Status
> DownloadUrl
> ProcessingErrors
> ProgressStats
> 
>   Id
>   EQUALS
>   1142912
> 
>   
> 
>   
> 
>
> HTTP/1.1 200 OK
> Content-Type: text/xml; charset=UTF-8
> Content-Encoding: gzip
> Date: Tue, 19 Jan 2016 10:32:43 GMT
> Expires: Tue, 19 Jan 2016 10:32:43 GMT
> Cache-Control: private, max-age=0
> X-Content-Type-Options: nosniff
> X-Frame-Options: SAMEORIGIN
> X-XSS-Protection: 1; mode=block
> Content-Length: 910
> Server: GSE
>
> 
> http://schemas.xmlsoap.org/soap/envelope/;>
>   
> https://adwords.google.com/api/adwords/cm/v201509;>
>   000529ad63c5b6810a0deb0133093fd7
>   BatchJobService
>   get
>   1
>   74
> 
>   
>   
> https://adwords.google.com/api/adwords/cm/v201509
> ">
>   
> 1
> BatchJobPage
> 
>   1142912
>   DONE
>   
> 24000
> 24000
> 100
> 24000
>   
>   
> ...
> 20160217 111202 America/New_York
>   
> 
>   
> 
>   
> 
>
> The problem here is that it's impossible to link correctly Adword's 
> objects to object local database because indexes of operations are wrong in 
> response.
>
> Let's say that batch job was submitted with 25000 operations, but response 
> contains only 24000 results. Problem is that response will contain indexes 
> from 0 to 23999 even if chunk from the middle wasn't processed (for example 
> operations 5000-5999 from 25000 were skipped by batch job processing on 
> adwords side). So it's impossible to understand by response what operations 
> were processed correctly and which are not. According to documentation 
> response should contain same number of results as number of submitted 
> operations in batch job. But in my case it's not the same.
>
> 1. How correctly process such situations?
>
> 2. Is there any other instruments (may be Lables could help) which can 
> help to synchronise local database of campaigns with Adwords more 
> accurately?
>
> 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/5b80696a-53e9-498f-97c8-2ed720422e62%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: BudgetOrder. I was dropped from BudgetOrder whitelist

2016-01-20 Thread artem . bikov . ingate
It sounds great. How I can contact the AdWords billing team? Could you give 
me email or smth else?

среда, 20 января 2016 г., 20:15:56 UTC+3 пользователь Anthony Madrigal 
написал:
>
> Hello,
>
> Unfortunately, our team does not have additional information on why this 
> is the case. If you want to find out why, you will need to contact the 
> AdWords billing team. 
>
> Regards,
> Anthony
> AdWords API Team
>

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

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


Re: Unable to connect.

2016-01-20 Thread Pankaj Tiwari
Hi Anthony,
I'll check it and let you know.
Thank you

On Wednesday, January 20, 2016 at 11:00:28 PM UTC+5:30, Anthony Madrigal 
wrote:
>
> Hi Pankaj,
>
> The reason your reports are failing is because you are using AdWords API 
> v201502, which was deprecated. Please upgrade to AdWords API v201509 and 
> see the migration guides for both v201506 
> 
>  and v201509 
> .
>
> Cheers,
> Anthony
> AdWords API Team
>

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

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


Re: how i get category list

2016-01-20 Thread Anthony Madrigal
Hello,

Unfortunately, there is no way to get the product category lists via API. 
As an alternative, you can download the CSV file from the link you provided.

Regards,
Anthony
AdWords API Team

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

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


Re: Unable to connect.

2016-01-20 Thread Anthony Madrigal
Hi Pankaj,

The reason your reports are failing is because you are using AdWords API 
v201502, which was deprecated. Please upgrade to AdWords API v201509 and 
see the migration guides for both v201506 

 and v201509 
.

Cheers,
Anthony
AdWords API Team

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

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


Re: Custom Date with Call Metrics Call Details Report

2016-01-20 Thread Josh Radcliff (AdWords API Team)
Hi Tiana,

You are correct: we recently made an improvement to that report so that it 
supports the *DURING* clause. We're working on updating the docs.

Thanks,
Josh, AdWords API Team

On Wednesday, January 20, 2016 at 3:25:11 AM UTC-5, Tiana S. wrote:
>
> Hi Josh,
>
> I just tried fetching data from the `CALL_METRICS_CALL_DETAILS_REPORT` using 
> the *DURING* clause and it seems to work, I only get calls returned from 
> within the date range, but the documentation still says it shouldn't work 
> .
>  
> Could anyone confirm this has been added?
>
> Thanks,
>
> Tiana
>
> On Thursday, 16 October 2014 14:32:57 UTC+2, Josh Radcliff (AdWords API 
> Team) wrote:
>>
>> Hi Euge,
>>
>> I was just experimenting with the report a bit more and after some trial 
>> and error I realized that you *can* filter by *CallStartTime* by using a 
>> date in the format *MMddHHmmss*. For example, this AWQL report query 
>> will only return calls with a start time on or after October 12, 2014 9:30 
>> AM.
>>
>> SELECT CampaignId, CampaignName, CallType, CallStatus, CallDuration, 
>> CallStartTime FROM CALL_METRICS_CALL_DETAILS_REPORT
>> WHERE CallType IN ["GOOGLE_SEARCH", "HIGH_END_MOBILE_SEARCH"]
>>   AND CallStartTime >= "20141012093000"
>>
>> I realize this is a bit non-standard since we're not using a *DURING* clause 
>> here, but please let me know if this is a viable work-around for you while 
>> we are waiting for *DURING* clause support for this report.
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>> On Wednesday, October 15, 2014 6:02:38 PM UTC-4, eugegim wrote:
>>>
>>> Hi Josh, 
>>>
>>> Is there any timetable available for when this may be resolved. Not 
>>> having the during clause work is causing us quite a lot of difficulty. Do 
>>> you have any recommendations for how we may be able to reduce the scope of 
>>> the output to only contains a month or two of data?
>>>
>>> Thanks much!
>>>
>>> Euge
>>>
>>> On Friday, October 10, 2014 12:34:19 PM UTC-7, Josh Radcliff (AdWords 
>>> API Team) wrote:

 Hi,

 You cannot filter on *CallStartTime* or *CallEndTime*. However, you 
 can filter by *CampaignId* or *AdGroupId* if you want to break the 
 report up into multiple runs.

 We're still working on the issue of allowing specific dates in the 
 *DURING* clause. I'll post here when I have an update.

 Thanks,
 Josh, AdWords API Team

 On Thursday, October 9, 2014 12:57:37 PM UTC-4, Jeff Siebach wrote:
>
> Is there a way that this can be circumvented using the WHERE clause 
> with a date comparison on CallStartTime?
>
> Or is this issue going to be resolved?
>
> On Friday, April 4, 2014 10:54:36 AM UTC-7, 
> jarms...@stringenterprises.com wrote:
>>
>> I'm trying to use the Call Metrics Call Details Report with a custom 
>> date range and the response tells me it is not supported.  I've used 
>> custom 
>> date ranges successfully with other ad hoc reports, but I haven't been 
>> able 
>> to get this one to work. 
>>
>> Also, if i used any of the predefined values for dateRangeType, e.g. 
>> LAST_MONTH, or LAST_7_DAYS it always seems to return  data outside of 
>> the 
>> specified range.
>>
>> Any suggestions on how I can use custom date ranges with this report?
>>
>> Here's my XML:
>>
>> > https://adwords.google.com/api/adwords/cm/v201402\;>
>>
>>  CampaignId
>>  CampaignName
>>  CallStartTime
>>  CallEndTime
>>  CallStatus
>>  CallDuration
>>  CallerNationalDesignatedCode
>>  OfflineInteractionCost
>>  CallType
>>  
>>   20140315
>>   20140331
>>  
>>
>>Custom Performance Report
>>CALL_METRICS_CALL_DETAILS_REPORT
>>CUSTOM_DATE
>>XML
>>  
>>
>> And here is the response:
>>
>> > standalone="yes"?>SelectorError.FILTER_BY_DATE_RANGE_NOT_SUPPORTEDFiltering
>>  
>> by date range not 
>> supported.
>>
>> Any help would be appreciated.
>>
>> 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 

Re: Reporting on site link and ad extensions

2016-01-20 Thread Mark
Hello All,

Is that true I can't get Site links URL using any of the reports?
If yes, what I can do to get sitelinks URL / Adlinks using Adwords API?

On Wednesday, September 19, 2012 at 6:12:07 PM UTC+5:30, Zweitze wrote:
>
> As I tried to say earlier, the performance of individual sitelinks is not 
> available in AdWords - not the AdWords web interface, not AdWords API.
>  
> It just isn't there.
>  
> You can ask Google (not in this forum, this is just API) to change 
> AdWords so that information becomes available, and when it is, ask the API 
> team to include it in the API. In the mean time, you can use Google 
> Analytics to track their performance.
>  
>  
>
> On Tuesday, September 18, 2012 4:43:22 PM UTC+2, Ken Foster wrote:
>
>> Thanks for the response. I downloaded the AdPerformance report for 
>> yesterday once with, and then without the ClickType column. I can see the 
>> extra rows you mentioned however the URL is the same for both. I'm told by 
>> our marketing team that the Sitelink URL is supposed to be different. We 
>> relate data from this report to data we collected on our website. The way 
>> we match is through fields on the URL.  But I can't get the sitelink URL to 
>> be correct and therefore can not match it to our internal data.
>>
>> Why isn't the actual URL available in the reports?
>>
>> On Tuesday, September 18, 2012 5:17:57 AM UTC-4, Zweitze wrote:
>>>
>>> This is what I made of it:
>>>  
>>> You can get the results of site links by requesting field "ClickType" in 
>>> your ad and keyword reports. When you do so, you get separate rows with 
>>> clicktype="sitelink" for results of sitelinks. Note that you can only get 
>>> results of all sitelinks together, you cannot get results of individual 
>>> sitelinks. Then again, you can't see the results of individual sitelinks in 
>>> the AdWords web interface either.
>>> Note: field ClickType is also available in Managed Placement reports, 
>>> but site links are not available in display networks.
>>>  
>>> You can use the CampaignAdExtension service to query and modify the 
>>> existing site links. But that service won't allow you to learn the results 
>>> (impressions, clicks etc) of the individual site links.
>>>  
>>> If you want to get the results of individual sitelinks, use unique URLs 
>>> and a service like Google Analytics to distinguish them.
>>>  
>>> Hope this helps.
>>>  
>>>
>>> On Monday, September 17, 2012 7:42:15 PM UTC+2, Ken Foster wrote:
>>>
 I use the API to download daily the Account, Ad, Keyword, Managed 
 Placements and Search Query Performance reports.  This seems to work for 
 95% of the data we are tracking.  I'm told by our marketing team however 
 that some destination URLs are not showing up in any of the reports.  
 These 
 all seem to be site link URLs done using the Ad Extension capability. (I'm 
 a developer using the API not a Marketing person using Ad Words, so if my 
 terminology is wrong on anything I apologize.).

 I've played with the Ad Extension Performance report, DestinationURL 
 report and URL Performance report. The URLs in question do not appear on 
 any of these reports either.  Does anyone know how I can report on (and to 
 do that I need to get the URL back) these site link URLs?

 A previous Forum thread mentioned CampaignAdExtensionService, is that 
 what I need? Can anyone give a 50,000 foot level explanation of what I 
 need 
 to do to get the daily performance data using that service if it's the 
 correct one? I mostly use the ad hoc reporting API. I do use Ad, Account 
 and Campaign services to get current status (and any 
 added/modified/deleted 
 records) of the respective object, but I'm not familiar 
 with CampaignAdExtensionService.

 Thanks in advance for any insight.
 Ken

>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2c4a3a52-9bf3-4c1f-bdf6-07b5bdff103f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Making first request problem - can not get refresh token

2016-01-20 Thread Anthony Madrigal
Hi,

When generating a new refresh token, you will need to use the account in 
which you want to generate the token for in the cloud console.

Cheers,
Anthony
AdWords API Team

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

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


Re: BudgetOrder. I was dropped from BudgetOrder whitelist

2016-01-20 Thread Anthony Madrigal
Hello,

Unfortunately, our team does not have additional information on why this is 
the case. If you want to find out why, you will need to contact the AdWords 
billing team. 

Regards,
Anthony
AdWords API Team

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

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


Re: Getting all sitelinks from my MCC

2016-01-20 Thread Mark
Hello Josh,

I have run the PLACEHOLDER_FEED_ITEM_REPORT, but where I can get Sitelink 
Urls?
Should I look for the AttributeValues for the Site link Urls?

Should I assume the JSON response for AttributeValues always be in this 
order *Link Text*, *Final URLs*, *Line 1*, and *Line 2?*

Thanks,


On Thursday, August 14, 2014 at 12:28:23 PM UTC+5:30, murali.p...@gmail.com 
wrote:
>
> Hi Anash,
>
>
> Thank you for the reply and it was very helpful.
>
> Murali
>
> On Saturday, August 2, 2014 1:47:04 AM UTC+5:30, Josh Radcliff (AdWords 
> API Team) wrote:
>>
>> Hi,
>>
>> One quick note - you will have to run the report for each AdWords account 
>> individually. You cannot run the PLACEHOLDER_FEED_ITEM_REPORT for all 
>> accounts under an MCC in a single request.
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>> On Friday, August 1, 2014 4:15:59 PM UTC-4, Josh Radcliff (AdWords API 
>> Team) wrote:
>>>
>>> Hi Murali,
>>>
>>> Sitelinks (as well as some other extension types) are implemented using 
>>> feed 
>>> services 
>>> .
>>>
>>> The most straightforward way to find the sitelinks for an account is to 
>>> run the PLACEHOLDER_FEED_ITEM_REPORT 
>>> 
>>>  and 
>>> set *includeZeroImpressions* to *true*. The DownloadCriteriaReport.php 
>>> 
>>>  code 
>>> sample shows how to run a report using the API. You can use that as a 
>>> starting point and change it to run the PLACEHOLDER_FEED_ITEM_REPORT.
>>>
>>> Cheers,
>>> Josh, AdWords API Team
>>>
>>> On Thursday, July 31, 2014 8:12:46 AM UTC-4, murali.p...@gmail.com 
>>> wrote:


 Hi

 I have a MCC account 

 I want to get all accounts , campaigns, adgroups , ads , keywords and 
 sitelinks under my MCC accounts

 I am able to get all other than sitelinks.

 Which service can I use to get sitelinks and how to do it with PHP 
 client library ?

 Thank you in Advance

 Murali

>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/88432c16-f2db-43f0-9db1-d3e68c45190d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Adwords PHP API Web Application problem

2016-01-20 Thread roberto . smith
Hi.

I want to create a Web application in php to manage the Adwords account in 
my digital agency.
I downloaded "The Google Ads API PHP Client Library" from 
https://github.com/googleads/googleads-php-lib.
I created a Web application and configured the application except the 
"refresh_token" parameter. According to the instructions, to get it, I have 
to run the GetRefreshToken.php script from the command line. I Run the 
script and the link that I got back is only good for "Installed 
application", but not for "Web Applications" (the same issue has been 
mentioned in Making first request problem - can not get refresh token. 

 )

"The redirect URI in the request: urn:ietf:wg:oauth:2.0:oob can only be 
used by a Client ID for native application. It is not allowed for the 
WEB client type. You can create a Client ID for native 
application in the Credentials section of the Google Developers Console."

I also tried installing "Google APIs Client Library for PHP" 
(https://github.com/google/google-api-php-client/tree/v1-master), and it 
worked for services like Youtube or Drive:

$client-> addScope ("https://www.googleapis.com/auth/drive;);
$client-> addScope ("https://www.googleapis.com/auth/youtube;);
$dr_service = new Google_Service_Drive($client);
$dt_service = new Google_Service_Youtube($client);

But there is no "Google_Service_Adwords".

Moreover, in the "Google Developers Console" page, in the part where the 
available API for applications are selected, "Adwords" does not appear.

Using the "APIs Discovery Service v1" 
(https://developers.google.com/apis-explorer/#p/discovery/v1/discovery.apis.list),
 
when I asked for Adwords, did not show any results.

After these tests, I concluded that perhaps there is no PHP AdWords API for 
web applications and would like to confirm with you whether it is possible 
or not and, if possible, what is the right way to do it.

Thanks for your assistance on this.

Roberto

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6bc44b21-a9fa-4bb7-870e-32992e6823a6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to get Started

2016-01-20 Thread iakdev20jan
Hi Guys,

I am facing issue during setup:

Here is my setup:

1. We have a manager account that manages more than one adwords account. I 
have created a developer token by using this manager account. Now we have 
approved developer token.
2. I did OAuth2 2.0 authentication while login to this manager account
3. I have selected other application during authenticatoion
4. Now I have got client id, secret key, refresh_token
5. I have put all these information in Auth.ini file located in Adwords PHP 
Library package that I downloaded from github. 

when I run any example then page show blank I am confused whether I am 
missing anything? or doing anything wrong?

Please help

Thanks
Yasir

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e0fd0b62-a227-4505-99cb-f9c1075f3fed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


batchjobService exmaple code without client library

2016-01-20 Thread Javeed Syed
Hi, 

Am trying to replace MutateJobService to BatchJobService 201509 without 
Java client Library
i used SOAP request for MutationJobService for previous versions. Now am 
trying to do the same with BatchJobService. It is not accepting when i 
upload the campaigns to uploadUrl. It seems like am missing something.

I am getting exception in response 
BatchJobProcessingError.FILE_FORMAT_ERROR. This does not explain the 
exactly what is the issue.
Here is the xml request which i have used to upload

SET*PingENABLED2015-12-022016-12-31*DAILYMoney3000STANDARDOPTIMIZESEARCHtruefalseMANUAL_CPCfalse"someting"


Here is the response for the uploadedURL



http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:v20="https://adwords.google.com/api/adwords/cm/v201509; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>**IdStatusProgressStatsDownloadUrlIdEQUALS1138360http://schemas.xmlsoap.org/soap/envelope/;>https://adwords.google.com/api/adwords/cm/v201509;>000529c5ec49fbe90ac478881f0efbf9BatchJobServiceget1135https://adwords.google.com/api/adwords/cm/v201509;>1BatchJobPage1138360CANCELEDhttps://batch-job-download-prod-ebe9b43.storage.googleapis.com/122403367/1138360.results.xml?GoogleAccessId=-rbu1gkdushnqrfcf47developer.gserviceaccount.comExpires=1455896909Signature=bd5CJk5yGLYmUPgxxw0Xi4KogYFxV0tMCvy%2FgK0a%2BFuPbGkz6XpydQnOZ2EG%2FgoYykWND%2Fi62ftR3s7rBKFCISsMSdXW9rAhfXHJS8cNVPyxDE%2F%2BhHRV58FxSai2N955%2BwY8JFQP7kd93n5exqxM7RfFS4%2F%2F87vv46usI3vhVyE4MTK%2FFgP%2BVvY0wiGd1b%2Bt1hXHJ3aDp5MefyiL9y%2FmQa7%2BnRxeyWfAoZCRkdjhKXcjiNBBxGrUaDBEmd96betUd54Pqo57z1ReDrkZ3TsBC3czapti5lTZrsdnw8luXf9%2BFXEfynBCGM%2Fk2hWIQosHE1RQd%2B1Iq7g9973TUCyb4g%3D%3D20160219
 
164829 
Europe/StockholmBatchJobProcessingError.FILE_FORMAT_ERRORBatchJobProcessingErrorFILE_FORMAT_ERROR

Wheni use download url , Get this in file

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

Is there any thing wrong int he xml code ?

And also it will be veryhelpfull if i can find any example code for java 
code wihtout client library.

Thank you,

Javeed

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7033a2d5-67c3-4e5b-a247-066cbd1e3bad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


SOAP XML error for Chinese Names in ManagedCustomerService

2016-01-20 Thread maxSonic Sun
Hi,

I have the error as shown in the first pic below. It seems that it is 
caused by the decoding of the soap xm. The second pic  is my code. However, 
if I remove the "name" from the selector, everything works fine.
My customers have lots of Chinese Name in their MCC accounts. I think it is 
caused by the unicode problem of python and both the Chinese. How can I 
solve this problem to avoid this kind of error?







-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8313467a-45d2-4274-94ba-59faa3a08647%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Reporting on site link and ad extensions

2016-01-20 Thread Anthony Madrigal
Hi Mark,

There is good news! You can use the Placeholder Feed Item Report 

 in 
order to get stats aggregated at a sitelink level.

Cheers,
Anthony
AdWords API Team

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

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


Re: Adwords PHP API Web Application problem

2016-01-20 Thread roberto . smith
Hi Yin.

I've set the scope this way:

$client->addScope("https://www.googleapis.com/auth/adwords;);

But then I need to access the Adwords Service.

The youtube and drive examples use:

$client->addScope("https://www.googleapis.com/auth/youtube;);
$client->addScope("https://www.googleapis.com/auth/drive;);

And then, for the services:

$yt_service = new Google_Service_YouTube($client);
$dr_service = new Google_Service_Drive($client);

So I tried with:

$aw_service = new Google_Service_Adwords($client);

And then php fails. I don't know if Adwords Service have another name...

Regards

El miércoles, 20 de enero de 2016, 17:32:25 (UTC-3), Yin Niu escribió:
>
> Hi Roberto, 
>
> The scope 
>  
> for 
> adwords api is: https://www.googleapis.com/auth/adwords. 
>
> Thanks,
> Yin, 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/fe14d4ad-709a-430f-aeef-5d2296ec8b5f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: batchjobService exmaple code without client library

2016-01-20 Thread Yin Niu
Hi Javeed, 

I would recommend you use the Java library because it has encapsulated the 
XML parsing for you. For the XML request you have, the only place that I 
found could be an issue is the  tag. Please take a look at 
BatchJobOps.xsd 
 file. 
You might want to make campaignOperation in a separate tag. 

Thanks,
Yin, 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/c5abd95e-165e-48d7-a928-140d675b5137%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get Started

2016-01-20 Thread Anthony Madrigal
Hi Yasir,

Are you running your example on a browser or command line? Our PHP examples 
only work when using the command line.

Please let me know if you are still running into issues when using the 
command line.

Regards,
Anthony
AdWords API Team

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

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


Re: Adwords PHP API Web Application problem

2016-01-20 Thread Yin Niu
Hi Roberto, 

The scope 
 
for 
adwords api is: https://www.googleapis.com/auth/adwords. 

Thanks,
Yin, 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/4023e0f8-ace9-4812-88fb-fbba48132cb2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adwords PHP API Web Application problem

2016-01-20 Thread roberto . smith
Hello Yin.

The php examples have this include for the drive service:

require_once 'Google/Service/Drive.php';

So I searched the Google/Service/ folder list for somethig like Adwords but 
didn't found it. This is the file list of services:

AdExchangeBuyer.php
AdExchangeSeller.php
Admin.php
AdSenseHost.php
AdSense.php
Analytics.php
AndroidPublisher.php
Appsactivity.php
AppState.php
Audit.php
Autoscaler.php
Bigquery.php
Blogger.php
Books.php
Calendar.php
CivicInfo.php
CloudMonitoring.php
Compute.php
Coordinate.php
Customsearch.php
Datastore.php
Dfareporting.php
Directory.php
Dns.php
DoubleClickBidManager.php
Doubleclicksearch.php
Drive.php
Exception.php
Freebase.php
Fusiontables.php
GamesManagement.php
Games.php
Genomics.php
Gmail.php
GroupsMigration.php
Groupssettings.php
IdentityToolkit.php
Licensing.php
Manager.php
MapsEngine.php
Mirror.php
Oauth2.php
Orkut.php
Pagespeedonline.php
PlusDomains.php
Plus.php
Prediction.php
Pubsub.php
QPXExpress.php
Replicapool.php
Reports.php
Reseller.php
Resource.php
Resourceviews.php
ShoppingContent.php
SiteVerification.php
Spectrum.php
SQLAdmin.php
Storage.php
Taskqueue.php
Tasks.php
Translate.php
Urlshortener.php
Webfonts.php
Webmasters.php
YouTubeAnalytics.php
YouTube.php

Please tell me if I'm doing something wrong.

Best regards

El miércoles, 20 de enero de 2016, 16:22:09 (UTC-3), robert...@convierta.cl 
escribió:
>
> Hi.
>
> I want to create a Web application in php to manage the Adwords account in 
> my digital agency.
> I downloaded "The Google Ads API PHP Client Library" from 
> https://github.com/googleads/googleads-php-lib.
> I created a Web application and configured the application except the 
> "refresh_token" parameter. According to the instructions, to get it, I have 
> to run the GetRefreshToken.php script from the command line. I Run the 
> script and the link that I got back is only good for "Installed 
> application", but not for "Web Applications" (the same issue has been 
> mentioned in Making first request problem - can not get refresh token. 
> 
>  )
>
> "The redirect URI in the request: urn:ietf:wg:oauth:2.0:oob can only be 
> used by a Client ID for native application. It is not allowed for the 
> WEB client type. You can create a Client ID for native 
> application in the Credentials section of the Google Developers Console."
>
> I also tried installing "Google APIs Client Library for PHP" (
> https://github.com/google/google-api-php-client/tree/v1-master), and it 
> worked for services like Youtube or Drive:
>
> $client-> addScope ("https://www.googleapis.com/auth/drive;);
> $client-> addScope ("https://www.googleapis.com/auth/youtube;);
> $dr_service = new Google_Service_Drive($client);
> $dt_service = new Google_Service_Youtube($client);
>
> But there is no "Google_Service_Adwords".
>
> Moreover, in the "Google Developers Console" page, in the part where the 
> available API for applications are selected, "Adwords" does not appear.
>
> Using the "APIs Discovery Service v1" (
> https://developers.google.com/apis-explorer/#p/discovery/v1/discovery.apis.list),
>  
> when I asked for Adwords, did not show any results.
>
> After these tests, I concluded that perhaps there is no PHP AdWords API 
> for web applications and would like to confirm with you whether it is 
> possible or not and, if possible, what is the right way to do it.
>
> Thanks for your assistance on this.
>
> Roberto
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d8048101-4141-43aa-9c09-0c69018425eb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adwords PHP API Web Application problem

2016-01-20 Thread roberto . smith
Hi Yin, thanks for your answer.

I had followed the link. In the example this line appears:

$drive_service = new Google_Service_Drive($client);


But there is no *Google_Service_Adwords*, so I can't use Adword API. If I 
put *Google_Service_Adwords* on the code, the script fails.

I've searched the forum and have not found anyone who has managed to use 
the APIs Adwors with auth2 in a Web App.

Any help is appreciated.

Roberto

El miércoles, 20 de enero de 2016, 16:49:10 (UTC-3), Yin Niu escribió:

> Hi Roberto, 
>
> You can still use the installed application type for you web application 
> if you are using a single top level manager account to manage all of your 
> AdWords account. 
>
> If you would like to use web application type, please follow the Using  
> OAuth 
> 2.0 for Web Server Applications 
>  Guide. 
> Thanks,
> Yin, 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/6791d454-dfe5-4b71-b5a7-9f927324d5be%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Operation limit for adgroupcriterions on shopping adgroups

2016-01-20 Thread Michael Buetow
Hello Danial,

We currently have many clients with a large numbers of Product Groups and 
we were evaluating methods to increase our systems performance while 
modifying them. One of the most common structures among our clients is for 
every 1 Ad Group they have only 3 Product Groups within that Ad Group and 
this is repeated for thousands of Ad Groups. This limit 
 of 
only being able to modify Product Groups within 2 Ad Groups at a time is 
extremely restraining when faced with clients that choose to structure 
their accounts in the previously mentioned layout. Is there any plan to 
increase this limit or remove it altogether? If not i'd like to request 
that it be evaluated as a feature request.

Thanks,
Michael

On Wednesday, December 24, 2014 at 3:18:33 AM UTC-8, Danial Klimkin wrote:
>
> Hello Bas,
>
>
> There is no way to avoid this restriction at the moment.
>
>
> -Danial, AdWords API Team.
>
>
> On Tuesday, December 23, 2014 3:05:46 PM UTC+3, Bas Hilbers wrote:
>>
>> Hi Josh,
>>
>> Thanks for the quick response. Any way of increasing the performance 
>> during product partitioning?
>>
>> Thanks in advance,
>>
>> Bas
>>
>> On Monday, December 22, 2014 7:58:25 PM UTC+1, Josh Radcliff (AdWords API 
>> Team) wrote:
>>>
>>> Hi,
>>>
>>> A given *AdGroupCriterionService.mutate* request can modify at most 2 
>>> shopping ad groups. See the *Ad groups* section of the Limits guide 
>>> 
>>> .
>>>
>>> Also, when breaking up operations into batches, you'll want to make 
>>> sure that the set of operations submitted for each mutate call leaves the 
>>> partition tree in a valid state 
>>> 
>>> .
>>>
>>> Cheers,
>>> Josh, AdWords API Team
>>>
>>> On Monday, December 22, 2014 9:45:58 AM UTC-5, Bas Hilbers wrote:

 After reading that the mutatejobservice is not available for shopping 
 (see links below)


 https://www.google.nl/?gws_rd=cr=ryyYVPC2Bc7HPeiCgUg#q=CAMPAIGN_TYPE_NOT_COMPATIBLE_WITH_PARTIAL_FAILURE
 https://developers.google.com/adwords/api/docs/guides/shopping

 I instantiated the AdGroupCriterionService and started regular 
 synchronous batching with 400, 250 or even 200 operations, resulting in a 
 AdGroupCriterionError.OPERATIONS_FOR_TOO_MANY_SHOPPING_ADGROUPS

 The API documentation on 
 https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupCriterionService.AdGroupCriterionError
  
 does not specifiy a valid operation limit.. any suggestions?




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7de074c8-1948-4370-8429-f32c1c05bc39%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Getting all sitelinks from my MCC

2016-01-20 Thread Josh Radcliff (AdWords API Team)
Hi,

Rather than assume that the feed attribute IDs in the JSON response will 
always be the same, it's best to look up the mapping of placeholder field ID 

 
to attribute ID in the corresponding FeedMapping 
.
 
There's no guarantee, for example, that ID 1 in the JSON response will 
always be the link text.

Thanks,
Josh, AdWords API Team

On Wednesday, January 20, 2016 at 2:34:02 PM UTC-5, Mark wrote:
>
> Hello Josh,
>
> I have run the PLACEHOLDER_FEED_ITEM_REPORT, but where I can get Sitelink 
> Urls?
> Should I look for the AttributeValues for the Site link Urls?
>
> Should I assume the JSON response for AttributeValues always be in this 
> order *Link Text*, *Final URLs*, *Line 1*, and *Line 2?*
>
> Thanks,
>
>
> On Thursday, August 14, 2014 at 12:28:23 PM UTC+5:30, 
> murali.p...@gmail.com wrote:
>>
>> Hi Anash,
>>
>>
>> Thank you for the reply and it was very helpful.
>>
>> Murali
>>
>> On Saturday, August 2, 2014 1:47:04 AM UTC+5:30, Josh Radcliff (AdWords 
>> API Team) wrote:
>>>
>>> Hi,
>>>
>>> One quick note - you will have to run the report for each AdWords 
>>> account individually. You cannot run the PLACEHOLDER_FEED_ITEM_REPORT for 
>>> all accounts under an MCC in a single request.
>>>
>>> Thanks,
>>> Josh, AdWords API Team
>>>
>>> On Friday, August 1, 2014 4:15:59 PM UTC-4, Josh Radcliff (AdWords API 
>>> Team) wrote:

 Hi Murali,

 Sitelinks (as well as some other extension types) are implemented using 
 feed 
 services 
 .

 The most straightforward way to find the sitelinks for an account is to 
 run the PLACEHOLDER_FEED_ITEM_REPORT 
 
  and 
 set *includeZeroImpressions* to *true*. The DownloadCriteriaReport.php 
 
  code 
 sample shows how to run a report using the API. You can use that as a 
 starting point and change it to run the PLACEHOLDER_FEED_ITEM_REPORT.

 Cheers,
 Josh, AdWords API Team

 On Thursday, July 31, 2014 8:12:46 AM UTC-4, murali.p...@gmail.com 
 wrote:
>
>
> Hi
>
> I have a MCC account 
>
> I want to get all accounts , campaigns, adgroups , ads , keywords and 
> sitelinks under my MCC accounts
>
> I am able to get all other than sitelinks.
>
> Which service can I use to get sitelinks and how to do it with PHP 
> client library ?
>
> Thank you in Advance
>
> Murali
>


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/50e5d290-b21a-453d-a6ec-22c1758c6adf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Find successful operations after an ApiException

2016-01-20 Thread Yin Niu
Hello, 

Please take a look at the MutateJobService 

 
reference page. You can call get to check a job's status. Once the job is 
done, you can retrieve job results by calling getResult. 

Thanks,
Yin, 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/f6e8dced-366d-48fb-be4d-afaeabe5eaef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Custom Date with Call Metrics Call Details Report

2016-01-20 Thread Tiana S.
Hi Josh,

I just tried fetching data from the `CALL_METRICS_CALL_DETAILS_REPORT` using 
the *DURING* clause and it seems to work, I only get calls returned from 
within the date range, but the documentation still says it shouldn't work 
.
 
Could anyone confirm this has been added?

Thanks,

Tiana

On Thursday, 16 October 2014 14:32:57 UTC+2, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi Euge,
>
> I was just experimenting with the report a bit more and after some trial 
> and error I realized that you *can* filter by *CallStartTime* by using a 
> date in the format *MMddHHmmss*. For example, this AWQL report query 
> will only return calls with a start time on or after October 12, 2014 9:30 
> AM.
>
> SELECT CampaignId, CampaignName, CallType, CallStatus, CallDuration, 
> CallStartTime FROM CALL_METRICS_CALL_DETAILS_REPORT
> WHERE CallType IN ["GOOGLE_SEARCH", "HIGH_END_MOBILE_SEARCH"]
>   AND CallStartTime >= "20141012093000"
>
> I realize this is a bit non-standard since we're not using a *DURING* clause 
> here, but please let me know if this is a viable work-around for you while 
> we are waiting for *DURING* clause support for this report.
>
> Thanks,
> Josh, AdWords API Team
>
> On Wednesday, October 15, 2014 6:02:38 PM UTC-4, eugegim wrote:
>>
>> Hi Josh, 
>>
>> Is there any timetable available for when this may be resolved. Not 
>> having the during clause work is causing us quite a lot of difficulty. Do 
>> you have any recommendations for how we may be able to reduce the scope of 
>> the output to only contains a month or two of data?
>>
>> Thanks much!
>>
>> Euge
>>
>> On Friday, October 10, 2014 12:34:19 PM UTC-7, Josh Radcliff (AdWords API 
>> Team) wrote:
>>>
>>> Hi,
>>>
>>> You cannot filter on *CallStartTime* or *CallEndTime*. However, you can 
>>> filter by *CampaignId* or *AdGroupId* if you want to break the report 
>>> up into multiple runs.
>>>
>>> We're still working on the issue of allowing specific dates in the 
>>> *DURING* clause. I'll post here when I have an update.
>>>
>>> Thanks,
>>> Josh, AdWords API Team
>>>
>>> On Thursday, October 9, 2014 12:57:37 PM UTC-4, Jeff Siebach wrote:

 Is there a way that this can be circumvented using the WHERE clause 
 with a date comparison on CallStartTime?

 Or is this issue going to be resolved?

 On Friday, April 4, 2014 10:54:36 AM UTC-7, 
 jarms...@stringenterprises.com wrote:
>
> I'm trying to use the Call Metrics Call Details Report with a custom 
> date range and the response tells me it is not supported.  I've used 
> custom 
> date ranges successfully with other ad hoc reports, but I haven't been 
> able 
> to get this one to work. 
>
> Also, if i used any of the predefined values for dateRangeType, e.g. 
> LAST_MONTH, or LAST_7_DAYS it always seems to return  data outside of the 
> specified range.
>
> Any suggestions on how I can use custom date ranges with this report?
>
> Here's my XML:
>
>  https://adwords.google.com/api/adwords/cm/v201402\;>
>
>  CampaignId
>  CampaignName
>  CallStartTime
>  CallEndTime
>  CallStatus
>  CallDuration
>  CallerNationalDesignatedCode
>  OfflineInteractionCost
>  CallType
>  
>   20140315
>   20140331
>  
>
>Custom Performance Report
>CALL_METRICS_CALL_DETAILS_REPORT
>CUSTOM_DATE
>XML
>  
>
> And here is the response:
>
>  standalone="yes"?>SelectorError.FILTER_BY_DATE_RANGE_NOT_SUPPORTEDFiltering
>  
> by date range not 
> supported.
>
> Any help would be appreciated.
>
> 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/ef6b2ea5-1032-4d94-8cb0-9c4a5a913c65%40googlegroups.com.
For more options, 

CALL_METRICS_CALL_DETAILS_REPORT During clause

2016-01-20 Thread Tiana S.
I just tried fetching data from the `CALL_METRICS_CALL_DETAILS_REPORT` using 
the *DURING* clause and it seems to work, I only get calls returned from 
within the date range, but the documentation still says it shouldn't work 
.
 
Could anyone confirm this has been added?

Thanks,

Tiana

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1a0fd7e9-42df-4d0b-a223-e905d7761697%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Ruby AdWords client, add_shopping_campaign.rb -derived code not adding a product group

2016-01-20 Thread doug livesey
That seems to be doing the trick, thankyou! I'll see if the created 
campaign is working, then mark this as complete.
Thanks again!

On Tuesday, 19 January 2016 21:17:14 UTC, Yin Niu wrote:
>
> Hi Doug, 
>
> If you create a shopping campaign from UI, a default product group will be 
> created for you. In API, you need to create one yourself. Otherwise it is 
> an empty AdGroup and won't serve. This link 
>  
> explains 
> how to create ProductPartition and associate it with AdGroup. If you create 
> only the root node with ProductPartitionType=UNIT, then a "All Products" 
> product group will be created. 
>
> Thanks,
> Yin, 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/f86252de-2eec-42ad-a354-7045c764d18c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: BudgetOrder. I was dropped from BudgetOrder whitelist

2016-01-20 Thread artem . bikov . ingate
Account manager said what this service don't allowed in Russia. Why?

пятница, 15 января 2016 г., 20:44:54 UTC+3 пользователь Anthony Madrigal 
написал:
>
> Hello,
>
> Just to clarify, were you previously whitelisted for the 
> BudgetOrderService but are now getting an error saying you are no longer? 
> You will need to contact your Google account manager in order to get back 
> to being whitelisted.
>
> Regards,
> Anthony
> AdWords API Team
>

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

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


Re: Making first request problem - can not get refresh token

2016-01-20 Thread Yuriy
Hi,

Not sure with what details do I have to login to Google cloud console - 
with the one where I have my test Google Adwords manager OR with details 
from my live adwords manager where I have my developer token generated? 

On Wednesday, January 20, 2016 at 12:06:40 AM UTC+2, Anthony Madrigal wrote:
>
> Hello Yurly,
>
> I recommend following this guide 
>  on 
> setting up OAuth with PHP. If you are still running to issues, please *reply 
> privately to author *your client customer Id.
>
> Regards,
> Anthony
> AdWords API Team
>

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

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


Developer token error

2016-01-20 Thread Alan Johnson
An error has occurred: [QuotaCheckError.INVALID_TOKEN_HEADER @ ]

I'm using the php client lib for the adwords api

I created a test manager account and it shows me having a deveoper token

used the oauth playground to get my refresh token

I created a new client id and secret and added all this information to the 
auth.ini file

I serving this locally on WAMP

Any suggestions?

Thanks,

Alan

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/01a23d1c-6648-45b1-bf4f-60b23099ce92%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Find successful operations after an ApiException

2016-01-20 Thread Andy
Hi,

I am trying to add AdGroupCriterionOperation using

AdGroupCriterionReturnValue mutate(AdGroupCriterionOperation[] var1) throws 
RemoteException, ApiException;

In a batch, some of the operations are failing due to which ApiException is 
thrown and nothing is returned from the mutate call. But I need to find the 
operations which were successful. How can I find them.

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/5bbb7b25-f20a-4083-9975-12c3fcf45ee4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


retrieve goals tracking code...

2016-01-20 Thread sweetnothingsuk

Hi, I hope someone can help...

I while ago I put a tracking code on the shopping cart and checkout of my 
website. In October the checkout was updated and the goal started 
flatlining in my results. 

Where in my analytics, can I find that old goal tracking code to put it 
back on my checkout?

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/99911320-ec49-4aa7-a256-1098f657bbd1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


AD_PERFORMANCE report

2016-01-20 Thread lih
Here's the problem I'm running into. I can pull down ad specific data fine; 
however, for the urls that have {keyword} and {placement} in them, the 
returned results' urls' {keyword} or {placement} are not filled in.

Similarly, I can pull down keyword/placement centric data; unfortunately, 
the data is aggregated at the ad group level. I don't get any visibility at 
the ad level. 


Is there a way to get ad centric data that's further broken down into 
individual keyword or placement?

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/a22dfd7b-fec5-4b6a-aebe-ad3ab9338e98%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


how i get category list

2016-01-20 Thread soudip . roy
Hello,

How i get the category list through API. My programme language is PHP. I 
want the below mentioned url category lists 
https://developers.google.com/adwords/api/docs/appendix/productsservices?hl=en

Please reply as soon as possible.

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/558b2a44-c4d6-4333-bc89-9aba7bbb6b09%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


HTTP Error 403: Forbidden

2016-01-20 Thread Виталий В*енко
I retrieve HTTP Error 403: Forbidden when i try to request CustomerService:

service_client = AdWordsClient(developer_token='%s' % 
settings.DEVELOPER_TOKEN, oauth2_client=oauth2_client)

customer = service_client.GetService('CustomerService').get()


It was ok until today. 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/4a8364b2-d7f4-4f8d-af2b-a7d3765890ec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.