REMOVE FEED ITEM

2015-05-27 Thread cvit sandeep
Hi Adword Team,
How can we remove the feed item . We want to remove the ad extensions like 
sitelink, call extension, callout extension etc.
How can we remove these extensions? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b16837c5-1a83-44ae-8f9d-3e7724d7d69e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error Bad Gateway (and others) most of time since this morning

2015-05-27 Thread Pierre Augereau
Good morning Nadine and everyone !!!

Since Yesterday, I get the same issues as previously wrote.
I still do not understand what is happening. I did not have change anything 
in the code, server or network.
I have tried to update my code as in the post gave by Nadine. 
Unfortunately, that did not resolved my issues.

This morning, the issues seem to be stabilised a little bit... But I still 
get random errors from time to time : 
- PHP Notice:  Failed to load response into DOM: DOMDocument::loadXML(): 
Empty string supplied as input in 
//Google/Api/Ads/Common/Lib/AdsSoapClient.php
 
on line 305
- PHP Notice:  Failed to load response into DOM: DOMDocument::loadXML(): 
Empty string supplied as input in 
//Google/Api/Ads/Common/Lib/AdsSoapClient.php
 
on line 404
- PHP Notice:  Failed to load response into DOM: DOMDocument::loadXML(): 
Empty string supplied as input in 
//Google/Api/Ads/Common/Lib/AdsSoapClient.php
 
on line 422
- Exception : Bad Gateway
- SOAP-ERROR: Parsing WSDL: Couldn't load from 
'https://adwords.google.com/api/adwords/cm/v201502/AdGroupCriterionService?wsdl'
 
: failed to load external entity 
https://adwords.google.com/api/adwords/cm/v201502/AdGroupCriterionService?wsdl;

Moreover, It does not happen every time on the same sevice 
(CampaignCriterionService, CampaignService, AdGroupService, 
AdGroupCriterionService, ReportDefinitionService, etc)

Does it have a restriction about the call number to the API maybe  ? Or 
anything else ?
By the way, I precise that we use an AdWords API token for Standard Access. 
 


Thank you in advance,
Have a good day,
Best regards,

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ee1e2336-f6af-40f3-b772-09c204ffcf67%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


AdWords API - E commerce site

2015-05-27 Thread Axelle Rolle
An e-commerce customer have many products on his website and want to create 
a search campaign for all his products. How do create this campaign thought 
Adwords 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/a96883ec-6024-46d9-92a7-968127e4445c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Adwords API - Revenue Information collection through API

2015-05-27 Thread mcc . adwords
Hello I have developed an adwords reporting module which takes all the 
stats that I need from the adwords API for my MCC account, but the revenue 
information doesn't seem to be available? Just curious if I have missed a 
particular report that gives me this information or if I have to call it 
from the google analytics API separately, it would make sense that I could 
just pull the information from the adwords API  but I am just checking that 
this is not available on the API I already have data coming from?

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/0860bd2d-ef82-4b8b-a97d-2ba7db7b5d66%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


API Reports Return

2015-05-27 Thread maedi.hin...@gmail.com
I'm request ReportsApi 
Method=POST /api/adwords/reportdownload/v201402, providing the parameter

 __rdquery= *SELECT CampaignId, CampaignName, Impressions+10, Clicks FROM 
CAMPAIGN_PERFORMANCE_REPORT DURING YESTERDAY* *QUERY* *RESOURCE* and  __fmt=
*XML*

but my response is   


body!!!2|||-1|||???/body


https://lh3.googleusercontent.com/-RhdaDTNkr-Q/VWTyCyy2krI/AAM/4m7hJyJXhrk/s1600/Sem%2Bt%25C3%25ADtulo.png







What's this?

I'm Sorry My english, but I'm from Brazil.

Thank's

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c2ddb0d3-e385-4a0e-b71a-840ff76a0e00%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Accessing remarketing tag status using the API

2015-05-27 Thread Evan Halley
Is it possible to access the status of a remarketing tag using the API? 
 The remarketing tag status informs users whether or not a remarketing tag 
is active on a client's website.

https://lh3.googleusercontent.com/-UmQnb-56oHE/VWXMH-wy0VI/A0Q/nHPxlV1qqUs/s1600/unnamed.png










Thanks,

Evan  

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/67f000c5-59e6-4807-ba1c-fbf8506b1128%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: OAuth 2.0 New Customer Accounts

2015-05-27 Thread adwordstest
Hey,

Thanks for you reply. CustomerService requires an ClientCustomerID so which 
ClientCustomerID we need to provide it? none of my clients are not linked 
in my MCC.

Thanks!

On Wednesday, 27 May 2015 01:37:18 UTC+5:30, Subash NG wrote:

 The situation right now is the client's account is not linked to our MCC 
 account. We got the refresh token and access token for the client's account 
 through the OAuth process.

 Could you please let us know the step we can follow with some code sample 
 (PHP) how to get the ClientCustomerId for the client which is not linked to 
 our MCC. From the earlier posts I read did not get the exact steps how to 
 get the values from the API call.

 Thanks! Subash


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e684e19a-77af-4944-bec6-aa00ad2e90f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Accessing remarketing tag status using the API

2015-05-27 Thread Anthony Madrigal
Hey Evan,

You can retrieve the remarketing tag 
https://developers.google.com/adwords/api/docs/guides/rule-based-remarketing#adding_the_remarketing_tag_to_your_site
 by 
using the *CustomerService. *This will give you the tag snippet associated 
to the given *Customer.*

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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/80156a35-b71a-43fb-b659-f6e28c36de3a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Unable to add ConversionTracker with AppConversionAppConversionType.DOWNLOAD

2015-05-27 Thread Михаил Бесчетнов
Hello!

I try to add ConversionTracker like that:

ConversionTrackerServiceInterface service = new 
AdWordsServices().get(adWordsSession, ConversionTrackerServiceInterface.class);
//Prepearing object
AppConversion newConversionTracker = new AppConversion();
newConversionTracker.setAppPlatform(AppConversionAppPlatform.ANDROID_MARKET);
newConversionTracker.setAppConversionType(AppConversionAppConversionType.DOWNLOAD);
newConversionTracker.setName(TestName);
newConversionTracker.setCategory(ConversionTrackerCategory.DOWNLOAD);
//Preparing operation
ConversionTrackerOperation addOperation = new ConversionTrackerOperation();
addOperation.setOperator(Operator.ADD);
addOperation.setOperand(newConversionTracker);
ConversionTrackerReturnValue added = service.mutate(new 
ConversionTrackerOperation[]{addOperation});


And as the result i have an error:
com.google.api.ads.adwords.axis.v201502.cm.ApiException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
~[?:1.8.0_31]
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
 
~[?:1.8.0_31]
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 
~[?:1.8.0_31]
at java.lang.reflect.Constructor.newInstance(Constructor.java:408) 
~[?:1.8.0_31]
at java.lang.Class.newInstance(Class.java:438) ~[?:1.8.0_31]
at 
org.apache.axis.encoding.ser.BeanDeserializer.init(BeanDeserializer.java:104) 
~[axis-1.4.jar:?]
at 
org.apache.axis.encoding.ser.BeanDeserializer.init(BeanDeserializer.java:90) 
~[axis-1.4.jar:?]
at 
com.google.api.ads.adwords.axis.v201502.cm.ApiException.getDeserializer(ApiException.java:143)
 
~[adwords-axis-2.0.0.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_31]
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
~[?:1.8.0_31]
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 
~[?:1.8.0_31]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_31]
at 
org.apache.axis.encoding.ser.BaseDeserializerFactory.getSpecialized(BaseDeserializerFactory.java:154)
 
~[axis-1.4.jar:?]
at 
org.apache.axis.encoding.ser.BaseDeserializerFactory.getDeserializerAs(BaseDeserializerFactory.java:84)
 
~[axis-1.4.jar:?]
at 
org.apache.axis.encoding.DeserializationContext.getDeserializer(DeserializationContext.java:464)
 
~[axis-1.4.jar:?]
at 
org.apache.axis.encoding.DeserializationContext.getDeserializerForType(DeserializationContext.java:547)
 
~[axis-1.4.jar:?]
at 
org.apache.axis.message.SOAPFaultDetailsBuilder.onStartChild(SOAPFaultDetailsBuilder.java:157)
 
~[axis-1.4.jar:?]
at 
org.apache.axis.encoding.DeserializationContext.startElement(DeserializationContext.java:1035)
 
~[axis-1.4.jar:?]
at 
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:509)
 
~[?:1.8.0_31]
at 
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:379)
 
~[?:1.8.0_31]
at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2786)
 
~[?:1.8.0_31]
at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:606)
 
~[?:1.8.0_31]
at 
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:117)
 
~[?:1.8.0_31]
at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:510)
 
~[?:1.8.0_31]
at 
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:848)
 
~[?:1.8.0_31]
at 
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:777)
 
~[?:1.8.0_31]
at 
com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) 
~[?:1.8.0_31]
at 
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213)
 
~[?:1.8.0_31]
at 
com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:649)
 
~[?:1.8.0_31]
at 
com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:333)
 
~[?:1.8.0_31]
at 
org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
 
~[axis-1.4.jar:?]
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696) 
~[axis-1.4.jar:?]
at org.apache.axis.Message.getSOAPEnvelope(Message.java:435) 
~[axis-1.4.jar:?]
at 
org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
 
~[axis-1.4.jar:?]
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206) 
~[axis-1.4.jar:?]
at org.apache.axis.client.Call.invokeEngine(Call.java:2784) 
~[axis-1.4.jar:?]
at org.apache.axis.client.Call.invoke(Call.java:2767) ~[axis-1.4.jar:?]
at org.apache.axis.client.Call.invoke(Call.java:2443) ~[axis-1.4.jar:?]
at 

Использование API Google Adwords

2015-05-27 Thread rpet25
Здравствуйте!
Итак, после освоения API Yandex.Direct решил освоить API Adwords.
Описание пролистал - не особо получилось понять.

Позвонил в поддержку - они отправили на форум.
Собственно вопрос - как начать использовать API Adwords.
Что сейчас сделано:
1. Создан аккаунт.
2. Создан тестовый аккаунт.

Кто сможет по пунктам описать, что нужно делать? Первое, второе, третье...
Буду очень благодарен.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4db59c68-c9b9-423b-a78d-7fc77c354b5d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error Bad Gateway (and others) most of time since this morning

2015-05-27 Thread Pierre Augereau
Little Update !! 

I get a new error : 
- Error finding uri property (I did not find anything about this one in 
this forum)

If I follow the calls, usually, it starts with :
1 -- SOAP-ERROR: Parsing WSDL: Couldn't load from 
'https://adwords.google.com/api/adwords/cm/v201502/AdGroupCriterionService?wsdl'
 
: failed to load external entity 
https://adwords.google.com/api/adwords/cm/v201502/AdGroupCriterionService?wsdl;
2 - All kind of Failed to load response into DOM: DOMDocument::loadXML(): 
Empty string supplied as input or Failed to load request into DOM: 
DOMDocument::loadXML(): Empty string supplied as input
3 - Bad gateway or Error finding uri property errors

Hope this help...
Have a good day,
Best regards,

Le jeudi 7 mai 2015 17:33:02 UTC+2, Pierre Augereau a écrit :

 Good afternoon,

 Since this morning (May 7th 2015), I have got many errors : 
 - Bad Gateway
 - Failed to load response into DOM: DOMDocument::loadXML(): Empty string 
 supplied as input in 
 **/Google/src/Google/Api/Ads/Common/Lib/AdsSoapClient.php on 
 line 268
 - [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from '
 https://adwords.google.com/api/adwords/cm/v201502/AdGroupCriterionService?wsdl'
  
 : failed to load external entity 
 https://adwords.google.com/api/adwords/cm/v201502/AdGroupCriterionService?wsdl
 
  in 
 **/Google/src/Google/Api/Ads/Common/Lib/AdsSoapClient.php:172
 - Uncaught exception 'ReportDownloadException' with message 'Report 
 download failed.' in 
 **/Google/src/Google/Api/Ads/AdWords/Util/ReportUtils.php:211

 I'm currently using the PHP librairy v201502.
 I already have asked to my network administrators if there were any update 
 on the network. All requests sent through the API are correctly transmitted
 Moreover, I did not have updated any source code from those past few days

 It seems to that most of request to get data from Adwords accounts have 
 this problem...
 However, some requests to put data (such as new amount on a spécific key 
 words) works fine 2/3 call


 So, I really do not understand what is happening since this morning


 Best regards.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/86267d5c-1469-4509-9df9-d092f8580677%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get Tracking status, Repeat rate, Tracking event by using ConversionTrackerService ?

2015-05-27 Thread Nadine Sundquist (AdWords API Team)
Hello,

Thanks for clarifying what you need. There isn't always an exact one to one 
mapping for what you're asking, but you can still gather the same 
information. 

1. Tracking Status
= In ConversionTracker 
https://developers.google.com/adwords/api/docs/reference/v201502/ConversionTrackerService.ConversionTracker,
 
the status 
https://developers.google.com/adwords/api/docs/reference/v201502/ConversionTrackerService.ConversionTracker#status
 field 
has descriptions that match each of the values you mentioned. For example, 
*ENABLED 
*means *Recording conversions*.
2. Repeat Rate
= It looks like this value can be calculated based on the data in 
ConversionTrackerStats 
https://developers.google.com/adwords/api/docs/reference/v201502/ConversionTrackerService.ConversionTrackerStats
.
3. Tracking event
= It looks like category 
https://developers.google.com/adwords/api/docs/reference/v201502/ConversionTrackerService.ConversionTracker#category
 in 
ConversionTracker 
https://developers.google.com/adwords/api/docs/reference/v201502/ConversionTrackerService.ConversionTracker
 
has *Page Load* matching to *PAGE_VIEW*. 
4. Conversion value option
= In ConversionTracker 
https://developers.google.com/adwords/api/docs/reference/v201502/ConversionTrackerService.ConversionTracker,
 
the alwaysUseDefaultRevenueValue 
https://developers.google.com/adwords/api/docs/reference/v201502/ConversionTrackerService.ConversionTracker#alwaysUseDefaultRevenueValue
 and 
defaultRevenueValue 
https://developers.google.com/adwords/api/docs/reference/v201502/ConversionTrackerService.AppConversion#defaultRevenueValue
 fields 
used together control each of the 3 options. 

Cheers,
Nadine, AdWords API Team

On Tuesday, May 26, 2015 at 9:24:38 PM UTC-7, Le Le wrote:

 Hi,

 I using ConversionTrackerService to get Conversion actions.

 But I have some questions as below:

 1. *Tracking status*

 How to get Conversion tracking status: Unverified, No recent 
 conversions, Recording conversions, Tag inactive by 
 *ConversionTrackerService.*

 2. *Repeat rate*
   How to get this value? (by *ConversionTrackerService*)
 3. *Tracking event*

 How to get *Page load *or *Click *option of conversion webpage? (by 
 *ConversionTrackerService*)

 4. *Conversion value option*

 How to get value options: “*Each time it happens, the conversion has the 
 same value*”, “*The value of this conversion action may vary (for 
 instance, by purchase price*”,  and “*Don't assign a value*”


 Thanks. 

  

  
 On Wednesday, May 27, 2015 at 1:24:26 AM UTC+7, Nadine Sundquist (AdWords 
 API Team) wrote:

 Hello,

 If you would like to get historical information on conversions, then 
 check out our reports 
 https://developers.google.com/adwords/api/docs/appendix/reports page. 
 Many of the performance reports have conversion metrics.

 Best,
 Nadine, AdWords API Team

 On Sunday, May 24, 2015 at 10:24:35 PM UTC-4, Le Le wrote:

 Hi,

 I use Google Adword API v201409 to get *Tracking status, Repeat rate, 
 Tracking event.*

 But I can not get the following informations:

 *- Tracking status: *No recent conversions,  Recording conversions,  Tag 
 inactive
 - *Repeat rate*
 *- **Tracking event: *get *Click *or *Page load* option.

 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/8aa73ba9-ebc4-4565-8ad9-d9f8fae2127a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Google report data mismatch

2015-05-27 Thread Nadine Sundquist (AdWords API Team)
Hi,

If this problem persists, please send me privately some examples and exact 
details, and I'll look into it.

Thanks,
Nadine, AdWords API Team

On Wednesday, May 27, 2015 at 12:23:48 AM UTC-7, anirud...@deltax.com wrote:

 Hey,

 I tried downloading the reports again but there is still a slight mismatch 
 in number of clicks. This is essential as Cost also varies depending on 
 clicks. The number varies depending on the size of the account. 

 On Tuesday, May 26, 2015 at 10:23:46 PM UTC+5:30, Nadine Sundquist 
 (AdWords API Team) wrote:

 Hello,

 Due to a temporary issue, automated reports downloads in AdWords 
 incorrectly reported certain stats between Thursday, 21 May 2015 12:52 PM 
 and Saturday, 23 May 2015 12:22 AM Pacific Daylight Time. The issue has now 
 been fixed, and you will see correct stats if you download those reports 
 now.

 Best,
 Nadine, AdWords API Team

 On Tuesday, May 26, 2015 at 9:13:47 AM UTC-4, anir...@deltax.com wrote:

 Hi, 

 Im am using google adwords api Ad Performance report to get ad stats but 
 all the recent days (up to 3 days before current date) have a data mismatch 
 by a few clicks to a hundred compared to the adwords interface. Anything 
 wrong?? 

 filtering by campaigns ids,
 include zero impressions : false,
 Selector : 
  CampaignId,
 AdGroupId,
 Id,
 Headline,
 Description1,
 Description2,
 DisplayUrl,
 AveragePosition,
 Cost,
 Clicks,
 Conversions,
 Impressions,
 Date,
 AccountCurrencyCode,
 AccountDescriptiveName,
 AccountTimeZoneId,
 AdGroupName,
 AdGroupStatus,
 AdType,
 CampaignName,
 CampaignStatus,
 ConversionsManyPerClick,
 ConversionValue,
 CreativeApprovalStatus,
 CreativeDestinationUrl,
 Device,
 ImageAdUrl,
 ImageCreativeName,
 Status,
 Url,
 ViewThroughConversions



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b828ba69-eb18-4060-8e2d-d2cef9984219%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Accessing remarketing tag status using the API

2015-05-27 Thread Evan Halley
Thanks for the response Anthony.  Do you know if the tag's status on the 
website is available using the API?  I don't see any references to it in 
the documentation, but I just want to verify.

Thanks.

Evan

On Wednesday, May 27, 2015 at 11:35:22 AM UTC-4, Anthony Madrigal wrote:

 Hey Evan,

 You can retrieve the remarketing tag 
 https://developers.google.com/adwords/api/docs/guides/rule-based-remarketing#adding_the_remarketing_tag_to_your_site
  by 
 using the *CustomerService. *This will give you the tag snippet 
 associated to the given *Customer.*

 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2636e910-d340-478e-b2e1-585f15a988e5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error Bad Gateway (and others) most of time since this morning

2015-05-27 Thread Nadine Sundquist (AdWords API Team)
Hi Pierre,

I don't believe that you are having rate limit 
https://developers.google.com/adwords/api/docs/guides/rate-limits issues 
because you would be getting an error if you had hit the rate limit. Does 
the request succeed if you try again? If you're getting back a request ID 
in your error, I can try to trace it down further. If you do not have a 
request ID coming back, then it's highly likely that the request is not 
even making it to our servers.

Regards,
Nadine, AdWords API Team

On Wednesday, May 27, 2015 at 9:58:31 AM UTC-7, Pierre Augereau wrote:

 Little Update !! 

 I get a new error : 
 - Error finding uri property (I did not find anything about this one in 
 this forum)

 If I follow the calls, usually, it starts with :
 1 -- SOAP-ERROR: Parsing WSDL: Couldn't load from '
 https://adwords.google.com/api/adwords/cm/v201502/AdGroupCriterionService?wsdl'
  
 : failed to load external entity 
 https://adwords.google.com/api/adwords/cm/v201502/AdGroupCriterionService?wsdl
 
 2 - All kind of Failed to load response into DOM: DOMDocument::loadXML(): 
 Empty string supplied as input or Failed to load request into DOM: 
 DOMDocument::loadXML(): Empty string supplied as input
 3 - Bad gateway or Error finding uri property errors

 Hope this help...
 Have a good day,
 Best regards,

 Le jeudi 7 mai 2015 17:33:02 UTC+2, Pierre Augereau a écrit :

 Good afternoon,

 Since this morning (May 7th 2015), I have got many errors : 
 - Bad Gateway
 - Failed to load response into DOM: DOMDocument::loadXML(): Empty string 
 supplied as input in 
 **/Google/src/Google/Api/Ads/Common/Lib/AdsSoapClient.php on 
 line 268
 - [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from '
 https://adwords.google.com/api/adwords/cm/v201502/AdGroupCriterionService?wsdl'
  
 : failed to load external entity 
 https://adwords.google.com/api/adwords/cm/v201502/AdGroupCriterionService?wsdl
 
  in 
 **/Google/src/Google/Api/Ads/Common/Lib/AdsSoapClient.php:172
 - Uncaught exception 'ReportDownloadException' with message 'Report 
 download failed.' in 
 **/Google/src/Google/Api/Ads/AdWords/Util/ReportUtils.php:211

 I'm currently using the PHP librairy v201502.
 I already have asked to my network administrators if there were any 
 update on the network. All requests sent through the API are correctly 
 transmitted
 Moreover, I did not have updated any source code from those past few days

 It seems to that most of request to get data from Adwords accounts have 
 this problem...
 However, some requests to put data (such as new amount on a spécific key 
 words) works fine 2/3 call


 So, I really do not understand what is happening since this morning


 Best regards.



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c01660b9-1c67-4085-a848-456047eaf4f7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: API Reports Return

2015-05-27 Thread Danial Klimkin
Hello,


You are trying to access a deprecate API version (v201402). Please use the 
latest version instead.


-Danial, AdWords API Team.


On Wednesday, May 27, 2015 at 6:20:27 AM UTC-7, maedi.hin...@gmail.com 
wrote:

 I'm request ReportsApi 
 Method=POST /api/adwords/reportdownload/v201402, providing the parameter

  __rdquery= *SELECT CampaignId, CampaignName, Impressions+10, Clicks FROM 
 CAMPAIGN_PERFORMANCE_REPORT DURING YESTERDAY* *QUERY* *RESOURCE* and 
  __fmt=*XML*

 but my response is   


 body!!!2|||-1|||???/body



 https://lh3.googleusercontent.com/-RhdaDTNkr-Q/VWTyCyy2krI/AAM/4m7hJyJXhrk/s1600/Sem%2Bt%25C3%25ADtulo.png







 What's this?

 I'm Sorry My english, but I'm from Brazil.

 Thank's


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2a52a11f-f201-497d-b54e-044dd33aca1f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adwords API - Revenue Information collection through API

2015-05-27 Thread Raghavendra Soudala (AdWords API Team)
Hi,

The API reports are organized at various levels  such as account, campaign, 
ad group, keyword, etc. Nearly all reports include a *Cost* column that 
provides the cost associated with each row. Please let me know if the *Cost* 
value 
does not provide the information you are looking for.

Cheers,
Raghavendra, AdWords API Team.

On Wednesday, May 27, 2015 at 9:20:12 AM UTC-4, 
mcc.adwo...@enaissance.co.uk wrote:

 Hello I have developed an adwords reporting module which takes all the 
 stats that I need from the adwords API for my MCC account, but the revenue 
 information doesn't seem to be available? Just curious if I have missed a 
 particular report that gives me this information or if I have to call it 
 from the google analytics API separately, it would make sense that I could 
 just pull the information from the adwords API  but I am just checking that 
 this is not available on the API I already have data coming from?

 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/bb7c72c1-c0a9-435f-9889-b21fe499dbf0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Multiple operations with CampaignExtensionSetting Srevice

2015-05-27 Thread រតនា ជួន
I've updated awords api to v201502 and there's a new way to create ad 
extensions by using CampaignExtensionSetting service.
My problem is getting an error while i'm trying to send a request with 
multiple operations.

 AdwordsApi::V201502::CampaignExtensionSettingService::ApiException: [
InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services
.common.error.InternalApiError.init(InternalApiErro]

Here are my request: 
 [{:operator=SET,
  :operand=
   {:campaign_id=284821869,
:extension_type=CALLOUT,
:extension_setting=
 {:platform_restrictions=NONE,
  :extensions=[{:feed_item_id=1438498066, :xsi_type=
CalloutFeedItem}, {:feed_item_id=1438490401,:xsi_type=
CalloutFeedItem}]}}},
 {:operator=SET,
  :operand=
   {:campaign_id=285081789,
:extension_type=CALLOUT,
:extension_setting=
 {:platform_restrictions=NONE,
  :extensions=
   [{:feed_item_id=1434107755, :xsi_type=CalloutFeedItem},
{:feed_item_id=1434268424, :xsi_type=CalloutFeedItem},
{:feed_item_id=1434138058, :xsi_type=CalloutFeedItem},
{:feed_item_id=1438425491, :xsi_type=CalloutFeedItem},
{:feed_item_id=1438498066, :xsi_type=CalloutFeedItem},
{:feed_item_id=1438490401, :xsi_type=CalloutFeedItem}]}}}]

How can I fix this? Or CampaignEtension doesn't support multiple operations?

Regard,
Rothana

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a8a01046-d0f5-4314-b1da-c443c79b0a5c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Campaign and AdGroupId

2015-05-27 Thread Sivanath
Hi Michael Cloonan,

Ok. Great thanks for your reply. Is it possible to know, whether changes 
made via automated rules or AdWords API or AdWords Editor through any 
google adwords service or anywhere else?. Kindly help me.

On Tuesday, 26 May 2015 20:14:41 UTC+5:30, Michael Cloonan (AdWords API 
Team) wrote:

 Hello,

 The closest the API comes to this is the CustomerSyncService 
 https://developers.google.com/adwords/api/docs/reference/v201502/CustomerSyncService.
  
 You can find changes to your account within a given time range. The 
 specific fields you wan't aren't available via the API.

 Regards,
 Mike, AdWords API Team

 On Tuesday, May 26, 2015 at 10:36:18 AM UTC-4, Siva Nath wrote:

 *Hi Guys, *

 Kindly help me to know about - How can we able to get the Campaign and Ad 
 Group created by, created time stamp, modified by and modified time 
 stamp(exactly detailed change history). through Google AdWords API call?



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e09a612e-fd8c-4de5-b862-61fd4295df3c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AdWords API - E commerce site

2015-05-27 Thread Raghavendra Soudala (AdWords API Team)
Hi Axelle,

It sounds like a good fit for your use case would be a Shopping campaign 
https://support.google.com/adwords/answer/2454022?hl=en. Please check out 
that link and our guide on creating shopping campaigns via the API 
https://developers.google.com/adwords/api/docs/guides/shopping, and let 
me know if you have any additional questions.

Regards,
Raghavendra, AdWords API Team.

On Wednesday, May 27, 2015 at 9:20:09 AM UTC-4, Axelle Rolle wrote:

 An e-commerce customer have many products on his website and want to 
 create a search campaign for all his products. How do create this campaign 
 thought Adwords 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/c738351c-c7f9-4d73-91e7-46f2ac2cd1e5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Использование API Google Adwords

2015-05-27 Thread Raghavendra Soudala (AdWords API Team)


Hi,


Checkout our *guide 
https://developers.google.com/adwords/api/docs/signingup* which outlines 
the steps to sign up for AdWords API. Let me know if you need any further 
help.

 

Thanks,

Raghavendra, AdWords API Team.

On Wednesday, May 27, 2015 at 11:15:41 AM UTC-4, rpe...@rambler.ru wrote:

 Здравствуйте!
 Итак, после освоения API Yandex.Direct решил освоить API Adwords.
 Описание пролистал - не особо получилось понять.

 Позвонил в поддержку - они отправили на форум.
 Собственно вопрос - как начать использовать API Adwords.
 Что сейчас сделано:
 1. Создан аккаунт.
 2. Создан тестовый аккаунт.

 Кто сможет по пунктам описать, что нужно делать? Первое, второе, третье...
 Буду очень благодарен.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/27987ced-5ae5-48d7-94fd-4be5218bbc39%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Google report data mismatch

2015-05-27 Thread anirudh . k
Hey,

I tried downloading the reports again but there is still a slight mismatch 
in number of clicks. This is essential as Cost also varies depending on 
clicks. The number varies depending on the size of the account. 

On Tuesday, May 26, 2015 at 10:23:46 PM UTC+5:30, Nadine Sundquist (AdWords 
API Team) wrote:

 Hello,

 Due to a temporary issue, automated reports downloads in AdWords 
 incorrectly reported certain stats between Thursday, 21 May 2015 12:52 PM 
 and Saturday, 23 May 2015 12:22 AM Pacific Daylight Time. The issue has now 
 been fixed, and you will see correct stats if you download those reports 
 now.

 Best,
 Nadine, AdWords API Team

 Due to a temporary issue, automated reports downloads in AdWords 
 incorrectly reportedcertain stats between Thursday, 21 May 2015 12:52 PM 
 and Saturday, 23 May 2015 12:22 AM Pacific Daylight Time. The issue has now 
 been fixed and you will see correct stats if you download those reports
  now. 

 On Tuesday, May 26, 2015 at 9:13:47 AM UTC-4, anir...@deltax.com 
 javascript: wrote:

 Hi, 

 Im am using google adwords api Ad Performance report to get ad stats but 
 all the recent days (up to 3 days before current date) have a data mismatch 
 by a few clicks to a hundred compared to the adwords interface. Anything 
 wrong?? 

 filtering by campaigns ids,
 include zero impressions : false,
 Selector : 
  CampaignId,
 AdGroupId,
 Id,
 Headline,
 Description1,
 Description2,
 DisplayUrl,
 AveragePosition,
 Cost,
 Clicks,
 Conversions,
 Impressions,
 Date,
 AccountCurrencyCode,
 AccountDescriptiveName,
 AccountTimeZoneId,
 AdGroupName,
 AdGroupStatus,
 AdType,
 CampaignName,
 CampaignStatus,
 ConversionsManyPerClick,
 ConversionValue,
 CreativeApprovalStatus,
 CreativeDestinationUrl,
 Device,
 ImageAdUrl,
 ImageCreativeName,
 Status,
 Url,
 ViewThroughConversions



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/87059036-0df8-4ac9-9659-3bfc60fa6013%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Is it possible to retrieve campaign and adgroup detailed change history?

2015-05-27 Thread Siva Nath
Hi

Kindly help me to know about - How can we able to get the Campaign and Ad 
Group created by, created time stamp, modified by, modified time 
stamp(exactly detailed change history) and whether changes made via 
automated rules, AdWords API, and AdWords Editor?. through Google AdWords 
API call.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9b2fe393-8f48-44e3-b84c-da9d906d3ecb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.