Considering switching from AdWords Scripts to AdWords API

2017-03-23 Thread Vy Nguyen
I work for an eCommerce reseller that has 130+ AdWords campaigns under a 
single account. Currently, I'm using AdWords Scripts to manage daily 
campaign refreshes. The problem is AdWords Scripts has certain limitations. 
For one, I frequently run into errors when trying to run a script for all 
campaigns. For example, I tried to use the Expanded Ad Transition Helper to 
convert my STAs to ETAs. It ran into a processing error (the script 
couldn't process all the ads in 130+ campaigns) and I had to run the script 
twice, separately - the first one converting half of the STAs - the second 
one converting the rest. 

I was wondering if it makes sense to invest in the AdWords API? We have 3 
young software developers on our team (myself included) all working full 
time. The reason we're considering the API is because our company has been 
managing AdWords manually for years. It's very time-consuming, 
labor-intensive, and not the smartest approach. Plus, we only have 2 people 
on AdWords. We want a tool that automates our campaign management so our 
marketing team can spend the majority of their time analyzing data versus 
doing manual tasks. 

So, to sum it up, my questions are:
1) Is the API worth investing in?
2) What is the best feature of the API to use for an eCommerce reseller 
with over 130+ campaigns?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/00bb6d62-03db-49ee-b7df-a050a6a457d5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


LocationCriterionService Returns empty results for a locationID recieved from CampaignLocationTargetReport

2017-03-23 Thread asaf
Hi!

We are querying an account data using the CampaignLocationTargetReport and 
then want to transform the locationID to a country name 
using LocationCriterionService,

The problem is we sometimes receive bizarre location IDs from 
CampaignLocationTargetReport that if you send them to 
LocationCriterionService you get an empty response.

99% of the our requests work fine but several IDs are not working, Can you 
help us?
An example of the problematic IDs we receive from 
CampaignLocationTargetReport:  
["297355036044","183428735334","171048395814"]

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7523500c-3fc2-487d-8922-07c499dfe433%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Oauth Authentication issue

2017-03-23 Thread cv
Hello Sreelakshmi/ Zweitze,

Thanks for quick reply.

But this behaviour should not same earlier, I mean earlier if user changes 
password the API is not give response with saying USER_PERMISSION_DENIED.

This must be same for every scope and not only if we include gmail scope?


Thanks,

 

On Wednesday, 22 March 2017 23:18:56 UTC+5:30, Sreelakshmi Sasidharan 
(AdWords API Team) wrote:
>
> Hi, 
>
> The details explained is in sync with the expected behavior. 
>
> By following the steps that you have explained, your application did 
> authorize the user during the very first API call. During this call you 
> were required to be logged in as that specific user and grant permission to 
> the API by manually accepting the prompt on the browser. Once this step was 
> completed, the OAuth flow generated refresh token which was saved in our 
> local directory as credential corresponding to the specific user. This 
> refresh token is being used in every subsequent API calls to generate the 
> access token. User authentication for all these calls are done using the 
> refresh token together with the client credentials which were also 
> generated prior to the first call using the specific user Id. 
>
> That said, changing the password of your email account should not impact 
> the API calls until you revoke the current refresh token. If you revoke the 
> existing refresh token, you will need to repeat the same steps that you did 
> for your very first API call. 
>
> Please let me know if to have any additional questions. 
>
> Thanks,
> Sreelakshmi, AdWords API Team
>

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

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


Re: Is it slower to access test account's data via API than standard account? How much slower if so?

2017-03-23 Thread 'Ivan Bautista' via AdWords API Forum
Hi Dongliang,

Regardless whether the API service is called using a test account or a 
production account, the response time of the API services may vary and is 
affected by a number of factors such as network connection and type of 
operations requested.

Regards,
Ivan
AdWords API Team

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

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


Re: Adding Milers to my current GPS Coordinates

2017-03-23 Thread 'Ivan Bautista' via AdWords API Forum
Hi Ron,

This forum only caters to concerns related to the implementation of the 
AdWords API. I'm afraid location tracking is not available via the AdWords 
API. However, you may follow our blog 
 for 
future updates.

Regards,
Ivan 
AdWords API Team

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

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


Re: PHP Fatal error: Cannot use object of type stdClass as array

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

Since your concern is more on the client library than the AdWords API, it 
would be best if you raise this issue to the client library team 
 so they can assist 
you.

Regards,
Ivan 
AdWords API Team

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

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


Re: how to catch OAUTH_TOKEN_INVALID error

2017-03-23 Thread 'Peter Oliquino' via AdWords API Forum
Hi,

Could you confirm if you are using any of the AdWords API's client libraries 
?
 
I asked because access tokens are automatically refreshed when you use them 
and you would no longer have a need to implement a try and catch for the 
mentioned error.

Best regards,
Peter
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/7549cd28-1859-42c0-947f-e76b6d385e32%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Is it slower to access test account's data via API than standard account? How much slower if so?

2017-03-23 Thread Dongliang Yu
Hi,

I'm testing API performance (e.g. how much time needed to add 5k keywords) 
for time-sensitive issue, for now I only have a basic dev token with a test 
account.

Does the test account stand on a different environment and has different 
performance than standard one? Is the result slower? How much slower if so?

Thanks!

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

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


Re: Batch Operator AUTO CANCELED and INERNAL_ERROR

2017-03-23 Thread Mike
Hi Nadine
  
  Thanks for reply. What do you mean there seemed to be issues when 
processing it?
  It's mean my operations  not processing or process but not done or done 
but have problem when return result?
  I need to know this because if process done but have problem when return 
result, so I just keep upload operations and no need to wait for result.
 
Thank,
Mike

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6198bf2c-b5ad-4059-bfc0-b6ee39114f55%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: PHP: SOAP-ERROR: Parsing WSDL

2017-03-23 Thread 'Peter Oliquino' via AdWords API Forum
Hi Cristiano,

Seeing that your concern is more on the configuration of your client 
library rather than the AdWords API and its services, I would recommend 
that you contact the library owners directly via this link 
 as they are more 
equipped to handle your concern.

Thanks and regards,
Peter
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/b84e2820-5840-483f-bdae-b5ee16a92a75%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


PHP Fatal error: Cannot use object of type stdClass as array

2017-03-23 Thread sam
PHP Fatal error: Cannot use object of type stdClass as array

Everything worked fine up until the update to v201702. Now we are getting: 
"PHP Fatal error:  Cannot use object of type stdClass as array in 
/.../Util/XmlDeserializer.php on line 105"

Here's the code that uses XmlDeserializer, where ConvertXmlToObject() is 
the part that causes the error...

if ($batchJob->downloadUrl !== null && $batchJob->downloadUrl->url !== 
null) {
$xmlResponse = 
$batchJobUtils->DownloadBatchJobResults($batchJob->downloadUrl->url);
// printf("Downloaded results from %s:\n", $batchJob->downloadUrl->url);
$deserializer = new XmlDeserializer(BatchJobUtils::$CLASS_MAP);
$mutateResponse = $deserializer->ConvertXmlToObject($xmlResponse);
if (empty($mutateResponse)) {
// printf(" No results available.\n");
} elseif (isset($mutateResponse->rval)) {
foreach ($mutateResponse->rval as $mutateResult) {
// print_r($mutateResult);
if (is_array($mutateResult)) {
$outcome = $mutateResult->errorList === null ? 'SUCCESS' : 'FAILURE';
} else {
$outcome = $mutateResult === null ? 'SUCCESS' : 'FAILURE';
}
// printf(" Operation [%d] - %s\n", $mutateResult->index, $outcome);
}
}
} else {
// printf("No results available for download.\n");
}







-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/32fb3f65-5ca9-409d-9179-7b01bc017071%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: PHP Fatal error: Cannot use object of type stdClass as array

2017-03-23 Thread sam
ConvertXmlToObject() is the part that causes the error...

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

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


PHP Fatal error: Cannot use object of type stdClass as array

2017-03-23 Thread sam
Everything worked fine up until the update to v201702. Now we are getting:

PHP Fatal error:  Cannot use object of type stdClass as array in 
/.../Util/XmlDeserializer.php on line 109

Here's the code that uses XmlDeserializer:
if ($batchJob->downloadUrl !== null && $batchJob->downloadUrl->url !== 
null) {
$xmlResponse = 
$batchJobUtils->DownloadBatchJobResults($batchJob->downloadUrl->url);
// printf("Downloaded results from %s:\n", $batchJob->downloadUrl->url);
$deserializer = new XmlDeserializer(BatchJobUtils::$CLASS_MAP);
$mutateResponse = $deserializer->ConvertXmlToObject($xmlResponse);
if (empty($mutateResponse)) {
// printf(" No results available.\n");
} elseif (isset($mutateResponse->rval)) {
foreach ($mutateResponse->rval as $mutateResult) {
// print_r($mutateResult);
if (is_array($mutateResult)) {
$outcome = $mutateResult->errorList === null ? 'SUCCESS' : 'FAILURE';
} else {
$outcome = $mutateResult === null ? 'SUCCESS' : 'FAILURE';
}
// printf(" Operation [%d] - %s\n", $mutateResult->index, $outcome);
}
}
} else {
// printf("No results available for download.\n");
}


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c7bdb40f-0fd9-4838-b289-764013fa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


how to catch OAUTH_TOKEN_INVALID error

2017-03-23 Thread G.E.G. Camp-Management
Hi

How can I catch the error 

OAUTH_TOKEN_INVALID

its appear after the access token expire 
i need to catch it to redirect the user to the connect page with a message 
and not see the error ???

thanks for help

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/fb3ea891-1baa-421e-858e-6f1f1d43acbb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Augmentation quota compte API

2017-03-23 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Andréa, 

I see that your question is about Google Analytics. This forum is 
exclusively for issues related to AdWords API. 

Please post your question on the Google Analytics Forum 

. 

Thanks,
Sreelakshmi, AdWords API Team

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

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


Re: Data freshness of Gmail Ad results?

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

Since GCLID is generated at impression time 
,
 
in Click Performance Report, the data for these clicks will be attributed 
to the date on which the ad was served. Since the CtcLookbackWindow 

 is 
associated with the time between a conversion event and the previous 
corresponding ad click, I would think that you can consider the date of the 
click as the start of the conversion window 
. 
You can edit CtcLookbackWindow for the webpage, import, in-app action, or 
phone call conversions you're tracking. Please check each conversion type 
for the allowed allowed range of values for this window. For example, for 
conversions on a website, you can set this window to be 1 to 90 days. 

I would suggest that you post this question on the AdWords community forum 
 
as 
well to get an answer from the product experts. 

Regards,
Shwetha, AdWords API Team.

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

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


Re: API v201607 DatabaseError.CONCURRENT_MODIFICATION

2017-03-23 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Mubbashar, 

Could you please *Reply privately to author* and share a sample SOAP 
response XML while you are getting the CONCURRENT_MODIFICATION exception? I 
believe, you should still have the index of the operation in your response 
logs and it should help you find out which operation failed and which 
operation succeeded in the batch job. The index of the operation in the 
response will match the order in which you have submitted the operation in 
your code. 

I would like to verify if you are seeing something different in your logs. 

Thanks,
Sreelakshmi, AdWords API Team

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

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


Adding Milers to my current GPS Coordinates

2017-03-23 Thread Captain Ron
So I have been playing with the API to give me miles and time driving from 
point A ( my Coordinates) to a specific address.  This works great.  But 
what I really need to do now is add 10 miles to my current location ( I 
have my Coordinates already )  Is there an API out there that will do this 
for me.  Keep in mind that I must be on the road going 10 miles ahead.


Please don't ask why in the world would you want to do this.  Once it can 
be done I will tell you all.  Its something I'm testing out.

Thanks
Ron

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ffcf42e3-9f20-4757-a9d2-aa8f96991084%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Callout extensions: Ad group extension and Ad group extension

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

You need to set the clientCustomerId in the request header 

 to 
add an extension at the customer level using CustomerExtensionSettingService 
.
 
You will not be setting the customerId in the CustomerExtensionSetting 

 object. 
You can programmatically set the clientCustomerId at runtime by following 
the instructions provided here 

 for 
your client library. 

Regards,
Shwetha, AdWords API Team.

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

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


Re: RateExceededError.RATE_EXCEEDED suddenly started appearing for all report calls

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

You may see this error if you have exceeded the 1,000 daily report 
downloads limit 
.
 
If you plan to download more reports per day, I would recommend applying 
for Standard Access 
.
 
After you submit the application, it might take a few business days for our 
compliance team to review your application and grant access. If you do not 
hear back after waiting for a few business days, please feel free to check 
the status of your application by getting in touch with our compliance team 
here .

Regards,
Vishal, AdWords API Team

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

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


Re: API v201607 DatabaseError.CONCURRENT_MODIFICATION

2017-03-23 Thread mubbashar husain
Actually i want to find out which one fail. as we submit in batch and i got 
exception so i don't know which one is fail. can you provide me some to get 
the adgroups which are successful and which are not

thanks!

On Thursday, 23 March 2017 21:00:00 UTC+5, Sreelakshmi Sasidharan (AdWords 
API Team) wrote:
>
> Hi Mubbashar, 
>
> In the event of DatabaseError.CONCURRENT_MODIFICATION 
> ,
>  
> you will not be able to get the values of the specific operation that 
> failed in the response. But please note that you will still have the 
> request that was formed and was sent to the API. The best way to go about 
> this would be have appropriate logger statements in your code which will 
> help you trace each operation. Alternatively, you will also be able to get 
> the criterion Id that was updated during a given time frame using the 
> CustomerSyncService 
> 
>  if 
> the only update that you performed was the bid update. Here is a sample 
> 
>  for 
> CustomerSyncService.
>
> You are likely to get CONCURRENT_MODIFICATION error if you are using 
> multithreading, updating same keywords from multiple calls etc. My 
> suggestion is to catch this error and retry the request with a delay of few 
> seconds.
>
> Let me know if you have any additional questions. 
>
> Thanks,
> Sreelakshmi, AdWords API Team
>

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

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


Re: Batch Operator AUTO CANCELED and INERNAL_ERROR

2017-03-23 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hi Mike,

Thanks for providing these details. I don't initially see what the problem 
is. It looks like all of your operations uploaded successfully, but there 
seemed to be issues when processing it. We're going to have to dig through 
the logs on our servers. I'll get back to you when we figure out what's 
happening here.

Cheers,
Nadine, AdWords API Team

On Thursday, March 23, 2017 at 12:14:49 AM UTC-4, Mike wrote:
>
> Dear All.
> I try to set bulk of extension with batch operator. When start in look 
> great status is Active but after status is CANCELED by it self and throw 
> error BatchJobProcessingError.INTERNAL_ERROR. I try for about today but 
> it's still don't work, Here is batch job ID 470291274 
>
> this is initial upload URL 
> https://batch-job-upload-prod-ebe9b43.storage.googleapis.com/25103403/470291274.operations.xml?GoogleAccessId=926043054183-rbu1gkdushnqrfcf47gser4u8qse2...@developer.gserviceaccount.com&Expires=1490846161&Signature=QbrdoKOaUUeWqaiF%2Beb4fYKFFROH2MafEDQQBlKuO%2FdjV9VuR3YRvaqczAT7pSsT6cydGgqkFBCDR8EdAfCdqVdXIBCyiS%2F6K%2B7FlptZ23v6R02Q7WSMN3aQKeV1urWJX0V5j8oyVQvnyZQyjwvNDPAVR8Gpe9L4sPaZm%2BHGFFegN5zuX1q6oFSD85Ox0eEnJN7BPA3kFCvHBAbxSFL%2Byt7ldfd%2FlWcZp9Yf9MyxIiiZeG%2BEOTZ%2Bp5TaEmQi0KxGpQcfxuqtcFpztZio%2FAzpCRMA7sRZjeRG9QrWzSiLbQARDnzVhwIgR%2FtC%2Bybxn7Wn0ounHMo9FDsjOkfmfPKcxQ%3D%3D
>
> upload URL 
> https://batch-job-upload-prod-ebe9b43.storage.googleapis.com/25103403/470291274.operations.xml?GoogleAccessId=926043054183-rbu1gkdushnqrfcf47gser4u8qse2...@developer.gserviceaccount.com&Expires=1490846161&Signature=QbrdoKOaUUeWqaiF%2Beb4fYKFFROH2MafEDQQBlKuO%2FdjV9VuR3YRvaqczAT7pSsT6cydGgqkFBCDR8EdAfCdqVdXIBCyiS%2F6K%2B7FlptZ23v6R02Q7WSMN3aQKeV1urWJX0V5j8oyVQvnyZQyjwvNDPAVR8Gpe9L4sPaZm%2BHGFFegN5zuX1q6oFSD85Ox0eEnJN7BPA3kFCvHBAbxSFL%2Byt7ldfd%2FlWcZp9Yf9MyxIiiZeG%2BEOTZ%2Bp5TaEmQi0KxGpQcfxuqtcFpztZio%2FAzpCRMA7sRZjeRG9QrWzSiLbQARDnzVhwIgR%2FtC%2Bybxn7Wn0ounHMo9FDsjOkfmfPKcxQ%3D%3D&upload_id=AEnB2UqfoejcSH_zCYB_MmhA5Q4wftGYJ3WiUlHogmUHgPh9xZSWYQ8BbQifM_O0n_nFk-JaeQHSLWDV4UZ-ejaM4cjwl1DllA
>
> download URL 
> https://batch-job-download-prod-ebe9b43.storage.googleapis.com/25103403/470291274.results.xml?GoogleAccessId=926043054183-rbu1gkdushnqrfcf47gser4u8qse2...@developer.gserviceaccount.com&Expires=1492833378&Signature=Zukfs8zPJIQ7BctK4thAyE%2FaaF9Ggcgwgyil3zCcY%2FR5AD0nPIWxNlQ0DgRW3aMhDWVqGIYqqwRqH4%2BOxLaFikhwnSvckqLPzErb9HLYnGm8XoXEfX1Do1JVq9baBWwQ0MBYPNGlgnyWwRGR638JhOM2BUAuJPn0LEPkoLI%2BKqyusueWJYUaw3Dzvug5jtmA3Rl15adwMxXIjH5VYUdnpxk%2BRc4JYPnS6KFJC9Lz%2FmxtcW6u7n2T4L2FHUbF3%2BkCPqnu6138%2FLeU6rGaDC5jHwboaBwaaJ%2F7IAty4YLhuYv4Q6pyxSgCtcvmu1oK6ORMUJSg631n3rl4AIZrqeGyMw%3D%3D
>
> thank
> Mike
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a49c4aa4-e06d-45ef-b992-4e264577ec73%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Augmentation quota compte API

2017-03-23 Thread Andrea Bensaid



ScreenShot ==> 

Le jeudi 23 mars 2017 18:13:09 UTC+1, Sreelakshmi Sasidharan (AdWords API 
Team) a écrit :
>
> Hi Andréa, 
>
> I can only write to you in English. Could you please answer the questions 
> listed below?
>
> 1. Is your Issue regarding the AdWords API? 
> 2. If it is about AdWords API, what quota are you referring to? Please 
> share any error messages/SOAP logs that you have.
>
> Thanks,
> Sreelakshmi, AdWords API Team
>

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

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


Re: Augmentation quota compte API

2017-03-23 Thread Andrea Bensaid
Yes, My quota is limited to 100 account. Can I upgrade this quota to more ? 
Like 200-300 ? Because I need to associate more accounts to keep the API.

Thx,
Andréa

Le jeudi 23 mars 2017 18:13:09 UTC+1, Sreelakshmi Sasidharan (AdWords API 
Team) a écrit :
>
> Hi Andréa, 
>
> I can only write to you in English. Could you please answer the questions 
> listed below?
>
> 1. Is your Issue regarding the AdWords API? 
> 2. If it is about AdWords API, what quota are you referring to? Please 
> share any error messages/SOAP logs that you have.
>
> Thanks,
> Sreelakshmi, AdWords API Team
>

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

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


Re: Augmentation quota compte API

2017-03-23 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Andréa, 

I can only write to you in English. Could you please answer the questions 
listed below?

1. Is your Issue regarding the AdWords API? 
2. If it is about AdWords API, what quota are you referring to? Please 
share any error messages/SOAP logs that you have.

Thanks,
Sreelakshmi, AdWords API Team

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

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


Re: Callout extensions: Ad group extension and Ad group extension

2017-03-23 Thread dima
Hi,
the problem with CustomerExtensionSettingService 

  
that I can't find where customerId can be set ?
I need to set callout extension for specific customer and not for 
all ManagedCustomers under the same Manager adwords user
Can you assist ?

code spinet with using of CustomerExtensionSettingService 

:

CustomerExtensionSetting customerExtensionSetting = new 
CustomerExtensionSetting
{
extensionType = FeedType.CALLOUT,
extensionSetting = new ExtensionSetting()
{
extensions = new ExtensionFeedItem[]
{
new CalloutFeedItem
{
calloutText = "account level callout feed",
feedType = FeedType.CALLOUT
}
}
}
};

CustomerExtensionSettingOperation customerOperation = new 
CustomerExtensionSettingOperation()
{
operand = customerExtensionSetting,
@operator = Operator.ADD,
};

CustomerExtensionSettingService 
customerExtensionSettingService = 

(CustomerExtensionSettingService)AdwordsUser.GetService(AdWordsService.v201702.CampaignExtensionSettingService);

CustomerExtensionSettingReturnValue 
customerExtensionSettingReturnValue = 
customerExtensionSettingService.mutate(new[] { customerOperation });
 

On Tuesday, March 21, 2017 at 11:11:49 PM UTC+2, Shwetha Vastrad (AdWords 
API Team) wrote:
>
> Hi, 
>
> To create callout extensions at the account level, you'll need to use 
> CustomerExtensionSettingService 
> 
>  to 
> add CalloutFeedItem 
> s.
>  
> The code snippet provided here 
> 
>  shows 
> how to add a CalloutFeedItem at the Campaign level using 
> CampaignExtensionSettingService 
> .
>  
> You'll need to modify this to add a CalloutFeedItem the Customer level 
> instead. 
>
> Regards,
> Shwetha, AdWords API Team.
>

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

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


Quota API 100 comptes

2017-03-23 Thread Andrea Bensaid
Bo njour,

je suis à 100 Limité API de comptes mon Google adresse Développeur:  @ 
developer.gserviceaccount.com 
<944267074213-nj9nv0482f3439oh5b6bo5fiol8sp...@developer.gserviceaccount.com>
  
<944267074213-nj9nv0482f3439oh5b6bo5fiol8sp...@developer.gserviceaccount.com>

Po-vous me aider à quota CE increase? (200-300 par exemple).

Merci avance.

Bien cordialement,

Andréa Bensaid

http://www.eskimoz.fr

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a5b84f14-9c30-4add-94bf-ae13fd73016d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Augmentation quota compte API

2017-03-23 Thread Andrea Bensaid
Bonjour,

Nous sommes bloqué à 100 au niveau du compte @developer.gserviceaccount.com 
<944267074213-nj9nv0482f3439oh5b6bo5fiol8sp...@developer.gserviceaccount.com> 
pour 
récupérer l'API.

Avez-vous une solution pour augmenter le quota à 200-300 par exemple ?

Le service de Google en ligne n'en a aucune idée.

Merci par avance.

Bien cordialement,

Andréa Bensaid

http://www.eskimoz.fr

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3c3af7c8-978a-4416-b5fa-d9f9444e8ef6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Quota API 100 comptes

2017-03-23 Thread Andrea Bensaid

Bo njour,

je suis à 100 Limité API de comptes mon Google adresse Développeur:  @ 
developer.gserviceaccount.com 
<944267074213-nj9nv0482f3439oh5b6bo5fiol8sp...@developer.gserviceaccount.com>
  
<944267074213-nj9nv0482f3439oh5b6bo5fiol8sp...@developer.gserviceaccount.com>

Po-vous me aider à quota CE increase? (200-300 par exemple).

Merci avance.

Bien cordialement,

Andréa Bensaid

http://www.eskimoz.fr



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/767c0910-a5f0-42a8-9355-c2ddb94c837f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Always unique field in multiple attribution report types

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

Based on the report type, the performance statics will be aggregated at 
different levels. For example, the Audience Performance Report aggregates 
data at the audience level. Please see this section 

 for 
the list of uniqueness of each object in AdWords. If you use fields that 
segment in the report definition, you'll encounter more that one row for 
each object. 

Regards,
Shwetha, AdWords API Team.

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

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


Re: API v201607 DatabaseError.CONCURRENT_MODIFICATION

2017-03-23 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Mubbashar, 

In the event of DatabaseError.CONCURRENT_MODIFICATION 
,
 
you will not be able to get the values of the specific operation that 
failed in the response. But please note that you will still have the 
request that was formed and was sent to the API. The best way to go about 
this would be have appropriate logger statements in your code which will 
help you trace each operation. Alternatively, you will also be able to get 
the criterion Id that was updated during a given time frame using the 
CustomerSyncService 

 if 
the only update that you performed was the bid update. Here is a sample 

 in 
Java for CustomerSyncService. Samples in other languages can be found here 
. 

You are likely to get CONCURRENT_MODIFICATION error if you are using 
multithreading, updating same keywords from multiple calls etc. My 
suggestion is to catch this error and retry the request with a delay of few 
seconds.

Let me know if you have any additional questions. 

Thanks,
Sreelakshmi, AdWords API Team

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

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


RateExceededError.RATE_EXCEEDED suddenly started appearing for all report calls

2017-03-23 Thread adwords

Hi,

We've been accessing the Basic api with no issues for over a year, suddenly 
at around midnight UTC all report api calls started returning the following 
response

 standalone="yes"?>RateExceededError.RATE_EXCEEDEDBasic
>  
> Access Daily Reporting 
> Quota
>

 There is no other information returned like retryseconds, rateScope etc.

We tried pausing all report downloads and operational calls for over an 
hour, but are still receiving the same response.

We are using the php client for the downloads.

Can someone please advise how to debug this ?

Thanks in advance.

Regards,
M.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a62f3c08-63af-48fa-9d84-518d25cafaf8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RateExceededError.RATE_EXCEEDED suddenly started appearing for all report calls

2017-03-23 Thread adwords
Hi,

We've been accessing the Basic api with no issues for over a year, suddenly 
at around midnight UTC all report api calls started returning the following 
response

 standalone="yes"?>RateExceededError.RATE_EXCEEDEDBasic
>  
> Access Daily Reporting 
> Quota
>

 There is no other information returned like retryseconds, rateScope etc.

We tried pausing all report downloads and operational calls for over an 
hour, but are still receiving the same response.

We are using the php client for the downloads.

Can someone please advise how to debug this ?

Thanks in advance.

Regards,
M.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8398fab5-eec3-44c3-a60d-e4be3413e674%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: FeedItemService.get() returns no policyData for Price Extensions

2017-03-23 Thread Zweitze
Thanks for the suggestion.
It doesn't always work, some feeds have multiple mappings, and then you 
can't determine the right mapping for the item.

But in this case it works. Will add this to my code.



On Wednesday, March 22, 2017 at 10:16:31 PM UTC+1, Shwetha Vastrad (AdWords 
API Team) wrote:
>
> Hi Zweitze, 
>
> You could consider using FeedMappingService 
> 
>  for 
> this purpose. You'll be able to retrieve the FeedMapping 
> s
>  
> and filter based on FeedId, PlaceholderType etc. in the selector 
> 
>  to 
> narrow down your results. 
>
> Regards,
> Shwetha Vastrad
> 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/1d5adf50-86f3-4c32-8ccb-ff65a22f50f8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Data freshness of Gmail Ad results?

2017-03-23 Thread Zweitze
Hi all,

Has anyone an idea?
The article on data freshness 
 doesn't appear to 
address this - and I couldn't find this in the docs on gmail ads.

For instance, suppose on Monday a gmail ad is served, and the user decides 
to save it. Friday this user decides to click on its contents and visit the 
website of the advertiser. I assume that the (secondary) click is 
attributed to Monday? What is the maximum "conversion window" of Gmail ads?

My use case: I want to store these results in a database, and wonder when 
the results are "final".

I have the same question for forwarded gmail ads too.


Thanks in advance!
Zweitze de Vries

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/fe37a5d8-1113-455b-a9c9-eecc4e2c0745%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: PHP: SOAP-ERROR: Parsing WSDL

2017-03-23 Thread Cristiano Morozino
Hi Peter,

This means that I can't test the API via localhost ? If I can, what I need 
to configure in my Apache ?

Em quinta-feira, 23 de março de 2017 01:13:00 UTC-3, Peter Oliquino 
escreveu:
>
> Hi Cristiano,
>
> Could you confirm if you are loading the WSDL via https? If yes, could you 
> also check if you have the OpenSSL 
>  enabled? Should the issue 
> persist, you may get in touch with the PHP client library owners directly 
> via this link .
>
> Best regards,
> Peter
> 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/54c2c416-7075-4cf1-b265-49cfa88991d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Empty LanguageCriteriaId in a Shopping Performance Report

2017-03-23 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Greetings!

I know I'm bumping an old thread, but I just wanted to make sure that 
people searching this issue know that the issue is now fixed.

Cheers,
Nadine, AdWords API Team

On Tuesday, December 29, 2015 at 2:37:49 PM UTC-5, Umesh Dengale wrote:
>
> Hi David,
>
> The product's contentLanguage 
> 
>  field 
> in the shopping API corresponds to respective LanguageCriteriaId 
> 
>  in 
> the Shopping Performance report and will have value. Could you provide me 
> privately the clientCustomerId and report request? 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/67519dc6-aa1d-4e7b-aee7-825eedd9b6a4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Always unique field in multiple attribution report types

2017-03-23 Thread kristijan . novakovic
What field will always be unique in all rows for each standard API access 
minimum required Report Type (in cases of multiple attribution report 
types)?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/353c2acf-b469-4a2d-8309-b55389c835b7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: DUPLICATE_EXTENSION_FEED_ITEM_EDIT when adding extensions to multiple ad groups in one API call

2017-03-23 Thread JC Lee
Hi Ivan,

Replying to your answer in the private reply here.

With further testing, I found that if I cleaned out the existing feed items 
of properties I am able to avoid the error.

In other words, in my example from my first post, the existing extension X 
on both ad groups must be void of properties except its feedItemId.

Maybe you guys should update the documentation to reflect this.

Best Regards,
JC

On Thursday, 23 March 2017 15:16:18 UTC+8, Ivan Bautista wrote:
>
> Hi JC,
>
> To help us investigate further, could you *reply to us privately* with 
> the SOAP request and response when you encountered the error?
>
> Regards,
> Ivan 
> AdWords API Team
>

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

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


Re: Batch Job Completion and Queues

2017-03-23 Thread 'Ivan Bautista' via AdWords API Forum
Hi Danny,

Regarding the slow completion time for the batch jobs, could you reply to 
us privately (using *reply privately to author* option) with you customer 
ID and the batch job ID/s in question so we could investigate further?

In the mean time, here are my answers to your questions:

   - Would AdWords process multiple batch jobs sequentially only (FIFO) or 
   it's independent?

As per documentation 
, 
submitted jobs run in parallel. You might want to try using temporary IDs 

 so 
you can execute dependent operations in a single job.


   - How long do batch jobs generally take to complete (assuming no errors)?

A lot of factors can affect the response time of the batch jobs such as 
network connection and the type of operations you are executing. Rest 
assured that whether your batch job succeeds or fails, you may refer to the 
batch 
job results 

 later 
on and investigate.


Regards,
Ivan 
AdWords API Team

 

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

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


API v201607 DatabaseError.CONCURRENT_MODIFICATION

2017-03-23 Thread mubbashar husain
Hi,
I am using php sdk for change of adgroup bid using AdGroupCriterionService. 
I wanted to know that how can i finds out which adgroup bid change is 
successful and which one are not when i get 
DatabaseError.CONCURRENT_MODIFICATION. I only get SoapFault exception. Here 
is my code i am using to mutate the objects

$adProductService = $user->GetService('AdGroupCriterionService', 
ADWORDS_VERSION);
$oneProductGroup = new \BiddableAdGroupCriterion();

$oneProductGroup->adGroupId = $ad_group_id;
$oneProductGroup->criterion = new \Criterion($oneChangeLog->criterion_id);

$bid = new \CpcBid();

$newCpc = floatval(number_format($oneChangeLog->old_cpc, 2, '.', ''));

$newbidValue = $newCpc * \AdWordsConstants::MICROS_PER_DOLLAR;
//$newbidValue = round( $newbidValue );
$bid->bid = new \Money($newbidValue);

//$biddingStrategyConfiguration = 
$oneProductGroup->biddingStrategyConfiguration;
//p_rr($biddingStrategyConfiguration);
$biddingStrategyConfiguration = new \BiddingStrategyConfiguration();
$biddingStrategyConfiguration->bids[] = $bid;
$oneProductGroup->biddingStrategyConfiguration = 
$biddingStrategyConfiguration;

$operation = new \AdGroupCriterionOperation();
$operation->operand = $oneProductGroup;
$operation->operator = 'SET';
$operations[] = $operation;

$result = $adProductService->mutate($operations);


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/cf5ba3a8-75ab-49aa-aa91-f01b75fce8b0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to link AdWords to a specific GMB Business account

2017-03-23 Thread 'Ivan Bautista' via AdWords API Forum
Hi Kevin,

Yes, you may reply to us privately (using *reply privately to author*
 option) with your SOAP request logs so we can further investigate. Also, 
were you able to confirm and verify with the Google My Business API team 
 
the 
account id you used?

Regards,
Ivan 
AdWords API Team

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

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


Batch Job Completion and Queues

2017-03-23 Thread Danny
Hi

I'm running into issues where sometimes whenever I send a batch job to do a 
mutate operation (e.g. pause ad), it takes a long time (more than few 
hours) to keep polling the status for 'DONE' or 'CANCELLED'. But when I 
check the account, I can see the changes are done generally within minutes.

The issue I'm experiencing is sometimes before I know the first batch job 
has completed or not (through polling status), I need to send another batch 
job to perform another mutate operation on the same entity. In this 
scenario,

   - Would AdWords process multiple batch jobs sequentially only (FIFO) or 
   it's independent?
   - How long do batch jobs generally take to complete (assuming no errors)?

My concern is if AdWords processes the batch jobs independently, I may run 
into integrity issues. For example,

   1. My system pauses the ad (batch job #1) - pending.
   2. User pauses the ad.
   3. My system enables the ad (batch job #2) - completes.
   4. Ad gets paused (batch job #1 finally completes), but I expected the 
   ad to be enabled (based on last action).

Hope someone can shed some light here. Thanks.

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

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


Re: DUPLICATE_EXTENSION_FEED_ITEM_EDIT when adding extensions to multiple ad groups in one API call

2017-03-23 Thread 'Ivan Bautista' via AdWords API Forum
Hi JC,

To help us investigate further, could you *reply to us privately* with the 
SOAP request and response when you encountered the error?

Regards,
Ivan 
AdWords API Team

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

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