Re: Write Adwords objects to disk

2016-03-02 Thread rami . k
Thanks for the answer Yin.
I know it's unrelated to the api.
Can you please explain how this is possible.

Thanks.

On Tuesday, March 1, 2016 at 5:12:59 PM UTC+2, Yin Niu wrote:
>
> Hello, 
>
> You could store AdWords data in your local database. But this is unrelated 
> to AdWords API.
>
> 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/8b974bc2-71cb-4066-91f5-f3944237d7e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: BatchJobService results can't be deserialized (PHP)

2016-03-02 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Alexey,

I can't reproduce your issue.
One potential cause that I can think of now is the *ApiError* class may not 
be included or required properly.

The following is the code I tried mimicking your code using PHP client lib 
v8.0.0 .
I put my file under v201601 

.

There was no errors thrown.


https://adwords.google.com/api/adwords/cm/v201601";>
...1


http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="AdGroupServiceError">
operations[2].operand.name
Группа - 20160225

AdGroupServiceError.DUPLICATE_ADGROUP_NAME
AdGroupServiceError
DUPLICATE_ADGROUP_NAME


2

';

$deserializer = new XmlDeserializer(BatchJobUtils::$CLASS_MAP);
$mutateResponse = $deserializer->ConvertXmlToObject($xmlResponse);
var_dump($mutateResponse);

Could you please try on your side?
If you're still faced with the issue, could you please send your code 
snippet by *Reply privately to author* or attach it here (if it's not 
confidential)?

Best,
Thanet, AdWords API Team

On Tuesday, March 1, 2016 at 11:21:12 PM UTC+9, uku...@mail.ru wrote:
>
> Hi,
>
> I have the same problem.
> In BatchJob request I got result:
> $xmlResponse = "
> https://adwords.google.com/api/adwords/cm/v201601";>
> ...0
> ...1
> 
> 
> http://www.w3.org/2001/XMLSchema-instance"; 
> xsi:type="AdGroupServiceError">
> operations[2].operand.name
> Группа - 20160225
> 
> AdGroupServiceError.DUPLICATE_ADGROUP_NAME
> AdGroupServiceError
> DUPLICATE_ADGROUP_NAME
> 
> 
> 2
> 
> "
> Then I try to deserialize it:
> $deserializer = new XmlDeserializer(BatchJobUtils::$CLASS_MAP);
>  try{
> $mutateResponse = $deserializer->ConvertXmlToObject($xmlResponse);
> }
> catch(Exception $e){
> $this->eHandler->MyExit(' GetResult/intro ', true, $e);
>  }
>
> and got:
> System: Property _parameterMap does not exist
>
> The problem appear in src\Google\Api\Ads\AdWords\Util\XmlDeserializer.php 
> in line 127
> $parameterMapProp = $parentClass->getProperty('_parameterMap');
>
> my experiments show:
> 1. $elementClass is AdGroupServiceError. It has properties:
>   $this->reason = $reason;
>   $this->fieldPath = $fieldPath;
>   $this->trigger = $trigger;
>   $this->errorString = $errorString;
>   $this->ApiErrorType = $ApiErrorType;
> 2. $parentClass is ApiError. It has prorerties:
>   $this->fieldPath = $fieldPath;
>   $this->trigger = $trigger;
>   $this->errorString = $errorString;
>   $this->ApiErrorType = $ApiErrorType;
> 3. When I call 
> $elementClass->hasProperty($name) where 
> $name = 'reason' || 
> $name = 'fieldPath' || 
> $name = 'trigger'
> result is true
> When
> $name = 'errorString' || 
> $name = 'ApiErrorType'
> result is false
>
> 4. Class ApiError has property '_parameterMap', but
>
> $parameterMapProp = $parentClass->getProperty('_parameterMap'); gives 
> error.
> I can't understand, why. I think, it's some mistake in API, but can't 
> localize one.
>
> Dolganov Alexey.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9b26ffbe-9a26-4833-8aeb-0594a7ef9103%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: conversion segmentation in shopping performance report

2016-03-02 Thread GregT
Thank you!

On Wednesday, March 2, 2016 at 3:36:15 PM UTC-6, Anthony Madrigal wrote:
>
> Hey Greg,
>
> I passed this request to our team. I will let you know if there are any 
> updates regarding this.
>
> 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/70ce1e33-c553-4627-8849-da8596ab922a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: conversion segmentation in shopping performance report

2016-03-02 Thread 'Anthony Madrigal' via AdWords API Forum
Hey Greg,

I passed this request to our team. I will let you know if there are any 
updates regarding this.

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/afb62a10-848d-4413-ae27-77e72bb203d7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: upload success but no data on mcc products

2016-03-02 Thread 'Anthony Madrigal' via AdWords API Forum
Hello,

Could you please *reply privately to author *the SOAP request and response 
that you used to upload the products? If you have any screenshots, that 
would help too.

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/a60382ed-6db3-447e-8edb-4e5733cbecd8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: PLACEHOLDER_FEED_ITEM_REPORT does not return all extensions

2016-03-02 Thread 'Umesh Dengale' via AdWords API Forum
Hi Oliver,

As you mentioned above the *CampaignId 

 *field 
in the PLACEHOLDER_FEED_ITEM_ 

 

REPORT 

 and PLACEHOLDER_REPORT 

 does 
not support zero impression. However, you could use the 
CampaignExtensionSettingService to get 

 the 
all the callout(CalloutFeedItem 

) extensions 
.
 
Please check out CampaignExtensionSettingService 

 document 
for more details.

Cheers,
Umesh, 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/0e4b6728-bbba-43a5-87b5-7bc43b67c8d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


conversion segmentation in shopping performance report

2016-03-02 Thread GregT
Hi,

In v201509, the shopping performance report got columns added to allow 
segmentation by conversion types like almost all the other performance 
reports (i.e. the ConversionTrackerId, ConversionTypeName, and 
ConversionCategoryName fields).  This is great, but one thing that's 
causing us problems is that these fields are not compatible with the 
Conversions and ConvertedClicks fields (i.e. you can't download these 
fields together in one report). It's normal in the other reports to have 
fields that aren't compatible with the conversion type fields, but this is 
the only performance report I've seen that doesn't allow Conversions and 
ConvertedClicks to be used with the conversion type segment fields.  It is 
particularly odd that ConversionValue *IS* allowed to be used with the 
conversion segment fields, while Conversions is not - it sure seems like 
they'd either both be allowed or both not be allowed, as they're just 
reporting on two parts (number and value) of the same thing.

Could you please change this to allow these fields to be used in the same 
report, as they are in almost all the other performance reports? 
 Conversions, in particular, is important for us, as the RMF requires us to 
always show this field - and as it stands now, when we segment per-product 
shopping data by conversion type, we can't show it.

Thanks in advance,
Greg

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9f9c796b-a563-467e-880b-2686150088ab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AdWords Scripts AdWordsApp.​ProductGroup equivalent call in adwords api

2016-03-02 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Mubbashar,

You can get/set the Cpc of your Product group by using the 
BiddingStrategyConfiguration 

 of 
an AdGroupCriterion. The BiddingStrategyConfiguration contains the field 
bids which contains CpcBid 

.

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/20bfaeac-2169-4e63-a06b-348dfa77d054%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Negative keywords for TrafficEstimatorService

2016-03-02 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Mikhail,

This was a very tricky one to figure out, but we've resolved the issue. 
Could you please give this a try to see if it's working for you now?

Thanks,
Nadine, AdWords API Team

On Wednesday, February 3, 2016 at 9:47:04 AM UTC-5, Nadine Sundquist 
(AdWords API Team) wrote:
>
> Hi Mikhail,
>
> I've checked in on the issue for you. Our engineers on that team can 
> reproduce what you're seeing, but they are having difficulty finding the 
> root cause. I'll keep you updated as I hear more.
>
> Best,
> Nadine, AdWords API Team
>
> On Tuesday, December 29, 2015 at 5:07:36 PM UTC-5, Nadine Sundquist 
> (AdWords API Team) wrote:
>>
>> Hello Mikhail,
>>
>> Umesh asked me if I could check this out to see if I could find out what 
>> was going on. I tried everything myself, and I'm seeing the exact same 
>> thing for those keyword. As far as I can see, I don't see anything that 
>> you're doing wrong. I'm sending this over to our TrafficEstimatorService 
>> experts to see if they can figure out what's happening. I'll get back to 
>> you as soon as I have news. 
>>
>> Cheers,
>> Nadine, AdWords API Team
>>
>> On Tuesday, December 29, 2015 at 1:44:43 AM UTC-5, Mikhail Kamenev wrote:
>>>
>>> Hello Umesh!
>>>
>>> Response for first request (without negative keywords):
>>> >> xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>>>  
>>> xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201509"; xmlns="
>>> https://adwords.google.com/api/adwords/o/v201509";>000528037cc40a567b82780c02d1AccountServiceget1712>>  
>>> xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201509"; xmlns="
>>> https://adwords.google.com/api/adwords/o/v201509
>>> ">CampaignEstimateAdGroupEstimateKeywordEstimateMoney13090963.52767900699188970.0410847354972432320.953215459.0Money30477530Money1662.88628268488357960.0502146791374613625.609488561.0Money37250316
>>>
>>> Response for second request (with one negative keyword):
>>> >> xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>>>  
>>> xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201509"; xmlns="
>>> https://adwords.google.com/api/adwords/o/v201509";>000528037ce362f80a561850bd098a17AccountServiceget1307>>  
>>> xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201509"; xmlns="
>>> https://adwords.google.com/api/adwords/o/v201509
>>> ">CampaignEstimateAdGroupEstimateKeywordEstimateMoney13090963.52767900699188970.0506477390968735915.618868277.5441Money22718446Money1662.88628268488357960.06190279521108310619.089727339.22055Money27766990KeywordEstimate0.00.0Money00.00.0Money0
>>>
>>> The user interface results (don't depend of the negative keyword):
>>> Clicks: 20.4-24.9
>>> Impressions: 459-561
>>> Cost: 30.00-36.00 russian roubles.
>>>
>>>
>>>
>>>
>>> понедельник, 28 декабря 2015 г., 19:14:01 UTC+3 пользователь Umesh 
>>> Dengale написал:

 Hello,

 Could you provide me privately the TrafficEstimatorService response 
 for the negative keyword and the UI results for the negative keywords? 
 Just 
 click *Reply privately to author* in the forum when responding. Don't 
 forget to remove the developer token in the output.

 Thanks,
 Umesh, 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/0f701829-5910-4732-a7a1-406e4b9dfa0f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: dotnet authentication without config file

2016-03-02 Thread Wolfgang Riedmann
Hi Zweitze,

I will search for the sample, thank you!

Wolfgang

Am Dienstag, 1. März 2016 12:49:54 UTC+1 schrieb Zweitze:
>
> The AdWordsUser class has a constructor where you pass a dictionary - the 
> contents of that dictionary override the settings in the config file.
> In my software with installed authentication, I use it to work with 
> multiple refreshtokens - that works great. I think this technique was also 
> used in one of the samples.
>
> You don't need to construct the AdWordsAppConfig object dynamically.
>
>
> On Thursday, February 25, 2016 at 8:03:26 PM UTC+1, Wolfgang Riedmann 
> wrote:
>>
>> Hello,
>>
>> I would like to set the authentication info not from a .config file, but 
>> from code.
>>
>> Unfortunately, the URL mentioned in the sample is not valid anymore:
>>
>>
>> https://code.google.com/p/google-api-adwords-dotnet/wiki/HowToUseAdWordsUser
>>
>> Where can I find the needed parameters or more info how to setup the 
>> AdWordsAppConfig object for the AdwordsUser object?
>>
>> Thank you for any help!
>>
>> Wolfgang
>>
>> P.S. I'm trying with the newest API version, 201601
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3d557c72-bc00-4029-b011-8d2766d18b16%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: dotnet authentication without config file

2016-03-02 Thread Wolfgang Riedmann
Thank you, Thanet!

Wolfgang 

(I'm working on this project only a day per week).

Am Freitag, 26. Februar 2016 03:25:11 UTC+1 schrieb Thanet Knack 
Praneenararat (AdWords API Team):
>
> Hello Wolfgang,
>
> We're currently maintaining our client libs at Github and you can ignore 
> what's in the code.google.com repo.
> The dotnet library is maintained here 
> .
>
> The config file for the app is stored in the App.config 
> 
>  
> file.
> You can find the instructions of using this client lib there.
>
> Cheers,
> Thanet, AdWords API Team
>
> On Friday, February 26, 2016 at 4:03:26 AM UTC+9, Wolfgang Riedmann wrote:
>>
>> Hello,
>>
>> I would like to set the authentication info not from a .config file, but 
>> from code.
>>
>> Unfortunately, the URL mentioned in the sample is not valid anymore:
>>
>>
>> https://code.google.com/p/google-api-adwords-dotnet/wiki/HowToUseAdWordsUser
>>
>> Where can I find the needed parameters or more info how to setup the 
>> AdWordsAppConfig object for the AdwordsUser object?
>>
>> Thank you for any help!
>>
>> Wolfgang
>>
>> P.S. I'm trying with the newest API version, 201601
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6b17a9da-f8ec-4446-b1fa-a8955520058f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Ad PARAM display

2016-03-02 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Nadine,

This question is better suited for the AdWords Community Forum 
 
to 
respond to. 

Hope you are able to get your question resolved.

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/d3bb8263-281a-4666-8673-aa5c60f654a4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Search Query Performance Report missing Custom Parameter

2016-03-02 Thread Sean Busa
I'm not sure what the use of including the trackingUrlTemplate in the 
report is, shouldn't this report include the Custom Parameter field, so 
that we can actually access our custom parameters used in the 
trackingUrlTemplate? Is there a time table for adding this field?

Thanks, 

Sean

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9b82478c-347d-4880-80b1-51f486994f30%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: not able to choose the ExplorerAutoOptimizerSetting in the ui of mobile app install ads' adgroup.

2016-03-02 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello,

The Conversion Optimizer functionality is being replaced by Target CPA. I 
would recommend trying the TARGET_CPA bidding strategy type instead. If 
that doesn't work for you, please click *Reply privately to author* in the 
forum and send me the screenshot of the result.

Thanks,
Nadine, AdWords API Team

On Tuesday, March 1, 2016 at 10:02:26 PM UTC-5, maxSonic Sun wrote:
>
> Hi Nadine,
>
> I tried CONVERSION_OPTIMIZER according to this article 
> https://developers.google.com/adwords/api/docs/guides/driving-mobile-app-downloads.
>  
> But fail again with the *Targeting Optimization* check box disappeared.
> I read 
> https://developers.google.com/adwords/api/docs/reference/v201509/CampaignService.BiddingStrategyConfiguration?hl=zh-cn,
>  
> I think there is no other option could be set for the mobile app install 
> ads.
>
> Best Regards,
> Sonic Sun
>
> On Wednesday, March 2, 2016 at 7:20:42 AM UTC+8, Nadine Sundquist (AdWords 
> API Team) wrote:
>>
>> Greetings Sonic Sun!
>>
>> Are you talking about the *Targeting Optimization* check box that isn't 
>> appearing? The reason that's not appearing is because there's a difference 
>> in your bidding strategy for the two ad groups.  At the top of the first 
>> screenshot, I can see that your bidding strategy is *Target CPA 
>> (conversions)*. In the later screenshots showing the API created ad 
>> group, the bidding strategy is *Max CPC*. By default, a new campaign 
>> cannot do *Target CPA* because there needs to be conversions already in 
>> the system for it to take effect. This difference in bidding strategy means 
>> that the check box won't be there until there are enough click to allow you 
>> to convert that ad group over to CPA rather than CPC. Check out our Bidding 
>> guide  
>> for a more in-depth explanation of how CPC versus CPA works in the API.
>>
>> Best,
>> Nadine, AdWords API Team
>>
>> On Tuesday, March 1, 2016 at 3:23:54 AM UTC-5, maxSonic Sun wrote:
>>>
>>> Hi,
>>>
>>> I think this is a problem between the api and the ui of the adwords, why 
>>> should I ask this question on the Community Forum? It should not be an api 
>>> bug?
>>>
>>> BRs,
>>> Sonic Sun
>>>
>>> On Tuesday, March 1, 2016 at 1:18:01 AM UTC+8, Anthony Madrigal wrote:

 Hello,

 Since you are unable to select the ExplorerAutoOptimizerSetting in the 
 UI, I recommend asking your question on the AdWords Community Forum 
 .
  
 They should be the best suited to help you. 

 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/064ea775-7914-42cd-8828-a6563004cd63%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get the FinalUrls related to the Keywords

2016-03-02 Thread giorgio . jobtome
Solved using $adGroupCriterion->finalUrls->urls[0]

Il giorno mercoledì 2 marzo 2016 11:20:32 UTC+1, giorgio...@gmail.com ha 
scritto:
>
> I didnt understand the BiddableAdGroupCriterion to get the finalUrls from 
> the keywords on PHP.
> Im running the GetKeywords script in this way:
>
> $adGroupCriterionService = $user->GetService('AdGroupCriterionService', 
> ADWORDS_VERSION);
> $adGroupCriterion = new BiddableAdGroupCriterion();
>
> Then I get the fields: text, matchtype, id, type, criteriontype but if I 
> try to add the field
>
> $adGroupCriterion->criterion->finalUrls;
>
> I dont get anything.
>
>
>
> Il giorno mercoledì 17 febbraio 2016 10:59:11 UTC+1, Karim Benna ha 
> scritto:
>>
>> Hi everyone,
>>
>> I have a small issue, i'm trying to call the final Urls  related to the 
>> keywords in Java and i don't find the way. I could make it for the ads this 
>> is the code :
>>
>> I need to do the same thing but for keywords! PLEASE HELP
>>
>>
>>
>>
>> AdGroupAdServiceInterface adService =
>>adWordsServices.get(session, AdGroupAdServiceInterface.class);
>>
>> SelectorBuilder builder = new SelectorBuilder();
>>Selector selector = builder
>>.fields(AdGroupAdField.CreativeFinalUrls, AdGroupAdField.AdGroupId
>> )
>>.orderAscBy(AdGroupAdField.AdGroupId)
>>.offset(offset)
>>.limit(PAGE_SIZE)
>>.build();
>>
>>
>> AdGroupAdPage page = null;
>>do {
>>  page = adService.get(selector);
>>
>>   if (page.getEntries() != null) {
>>for (AdGroupAd ad: page.getEntries()) {
>>try{
>>  System.out.println("Ad with url \"" + ad.getAd().getFinalUrls()[
>> 0] + "\" and id \""
>>  + ad.getAd().getId() + "\" was found. And Status: " + ad.
>> getStatus());
>>  
>>}
>>catch(NullPointerException e){ 
>> System.out.println("A campaign of this GroupAd: " + campaign.
>> getAdGroupId() + " is :" + campaign.getStatus());
>>}
>>  
>>}
>>  } else {
>>System.out.println("No ads were found.");
>>  }
>>  offset += PAGE_SIZE;
>>  selector = builder.increaseOffsetBy(PAGE_SIZE).build();
>>} while (offset < page.getTotalNumEntries());
>>  }
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f5fe4c51-bb93-4638-b862-9631f3f5c78c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get the FinalUrls related to the Keywords

2016-03-02 Thread giorgio . jobtome
I didnt understand the BiddableAdGroupCriterion to get the finalUrls from 
the keywords on PHP.
Im running the GetKeywords script in this way:

$adGroupCriterionService = $user->GetService('AdGroupCriterionService', 
ADWORDS_VERSION);
$adGroupCriterion = new BiddableAdGroupCriterion();

Then I get the fields: text, matchtype, id, type, criteriontype but if I 
try to add the field

$adGroupCriterion->criterion->finalUrls;

I dont get anything.



Il giorno mercoledì 17 febbraio 2016 10:59:11 UTC+1, Karim Benna ha scritto:
>
> Hi everyone,
>
> I have a small issue, i'm trying to call the final Urls  related to the 
> keywords in Java and i don't find the way. I could make it for the ads this 
> is the code :
>
> I need to do the same thing but for keywords! PLEASE HELP
>
>
>
>
> AdGroupAdServiceInterface adService =
>adWordsServices.get(session, AdGroupAdServiceInterface.class);
>
> SelectorBuilder builder = new SelectorBuilder();
>Selector selector = builder
>.fields(AdGroupAdField.CreativeFinalUrls, AdGroupAdField.AdGroupId)
>.orderAscBy(AdGroupAdField.AdGroupId)
>.offset(offset)
>.limit(PAGE_SIZE)
>.build();
>
>
> AdGroupAdPage page = null;
>do {
>  page = adService.get(selector);
>
>   if (page.getEntries() != null) {
>for (AdGroupAd ad: page.getEntries()) {
>try{
>  System.out.println("Ad with url \"" + ad.getAd().getFinalUrls()[0
> ] + "\" and id \""
>  + ad.getAd().getId() + "\" was found. And Status: " + ad.
> getStatus());
>  
>}
>catch(NullPointerException e){ 
> System.out.println("A campaign of this GroupAd: " + campaign.
> getAdGroupId() + " is :" + campaign.getStatus());
>}
>  
>}
>  } else {
>System.out.println("No ads were found.");
>  }
>  offset += PAGE_SIZE;
>  selector = builder.increaseOffsetBy(PAGE_SIZE).build();
>} while (offset < page.getTotalNumEntries());
>  }
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/bffaa6b9-0ed6-4fbb-b3b0-510c05ffaadc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


PLACEHOLDER_FEED_ITEM_REPORT does not return all extensions

2016-03-02 Thread Oliver
We need to find out the total number of *callout *extensions defined for a 
campaign.  However, the *CampaigId *field in 
the PLACEHOLDER_FEED_ITEM_REPORT does not support zero impression which 
means we don't get back those callouts without impressions.

Is there any other way we can find out all the *callout *extensions 
irrespective of their impressions?

Oliver

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/319fd68b-f6e7-42a8-ba1a-2850b38bce6a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AdWords Scripts AdWordsApp.​ProductGroup equivalent call in adwords api

2016-03-02 Thread mubbashar husain
also how can i get the MaxCPC for the product group ?

On Monday, 29 February 2016 22:32:20 UTC+5, Anthony Madrigal wrote:
>
> Hi Mubbashar,
>
> You could get product groups via the API by using the 
> AdGroupCriterionService. You will have a criterion object that is of type 
> ProductPartition 
> 
> .
>
> Cheers,
> Anthony
> AdWords API Team
>

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

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


upload success but no data on mcc products

2016-03-02 Thread zhongyh
Hello all,

I been working with adword project using  Adwords API I just got all the 
servers up and running.

When I finish the encounter and upload it says Upload successful and the 
log looks like that

but when I check back in the  MCC products and try to find the patient its 
not there...

Any suggestions will be highly appreciated!!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3e387076-8657-4a09-93b9-69672c5e28f7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.