Re: BatchJobProcessingError.INTERNAL_ERROR

2017-10-13 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Greetings Vlad,

I have an answer to what's going on here. It appears a temporary ID was 
incorrectly reused. In on of your *ADD* BudgetOperations, you are using a 
*budgetId* of *-59*. Then later on in the same job, you are using the *budgetId 
*of *-59* again for another *ADD* BudgetOperation. Each temporary ID needs 
to be unique within the same batch job. Once that's fixed, you should be 
good to go again! 

Happy coding,
Nadine, AdWords API Team

On Thursday, October 12, 2017 at 4:29:44 PM UTC-4, Nadine Sundquist 
(AdWords API Team) wrote:
>
> Hello Vlad,
>
> I do see on our servers that the job did cancel, but I also see results 
> returned in the download URL. It's a little strange to have both. I need to 
> check further into a few things before getting back to you. Hopefully, I'll 
> get this mystery solved soon.
>
> Best,
> Nadine, AdWords API Team
>
> On Thursday, October 12, 2017 at 10:33:33 AM UTC-4, Vlad Gukasov wrote:
>>
>> Hi,
>> I'm just getting BatchJobProcessingError.INTERNAL_ERROR. Please help to 
>> understand reason of it. BatchJob id = 581404827
>> 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/65966793-06f7-4d1a-a64f-0ce08986c64c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adwords API is always returning me AWAITING_FILE status for Batchjob status

2017-10-13 Thread 'Jude Amagoh' via AdWords API Forum
Hi,

AWAITING_FILE status for the BatchJob 

 is 
the state you come to after create the BatchJob 

 and 
capture its uploadUrl 

 from 
the mutate() response. This link here 

 will 
provide you this the remaining steps required to start executing your 
BatchJob operations. Please keep in mind that BatchJob will only start 
executing once you have uploaded the last set of operations. Let me know if 
you have any trouble.

Best Regards,
Jude, 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/5bb358a0-c4ed-4168-9324-8364649200e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Creating Link ID for AdWords App Conversions and Remarketing API

2017-10-13 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Merve, 

On this forum we discuss questions specific to AdWords API. The best way to 
reach the right team for questions about Mobile Apps Conversion Tracking 
and Remarketing  is 
to use the Help button within the AdWords UI to call or email AdWords 
support.

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/c7f533b1-8cae-434a-a25b-9e61cf303734%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: rateScope

2017-10-13 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Andrii,

That's right. For a mutate operation, each mutated item counts as one 
operation towards the daily limit. You may refer to the rate sheet document 
 for 
more information. The Basic access developer token allows you to execute 
10,000 operations per day and download up to 1000 reports. If your use case 
requires to execute more operations, you can apply for Standard access. The 
Standard 
access 

 developer 
token allows you to execute unlimited operations and report downloads per 
day. You can apply for Standard access by submitting this form 
. Once you submit 
the Standard access application form, the AdWords API Compliance team will 
respond with an answer within a business day. 

Thanks,
Bharani, AdWords API Team

On Wednesday, October 11, 2017 at 8:40:32 AM UTC-4, de...@ubc-corp.com 
wrote:
>
> Hello.
>
> I'm reading this page - 
> https://developers.google.com/adwords/api/docs/guides/rate-limits
>
> I have an application with basic access.
>  
> Other users give access to my application to their Google AdWords Account.
>
> My app loads ready-made ad campaigns to other users.
>
> My Question:
>
> Whose operations are spent when my application adds advertising campaigns 
> to the Google AdWords account that belongs to my client? ACCOUNT or DEVELOPER 
> ?
>
>
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4ef40644-2ec1-4f39-a3aa-57d4cf571036%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: CAMPAIGN_LOCATION_TARGET_REPORT returns rows with ID='--'

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

I couldn't find a support article regarding this as well. If you log in to 
an AdWords client account and navigate to the *Settings* > *Locations* tab, 
you'll find the "*Total - other locations*" row in the UI report and if you 
hover over the question mark, you'll find more details on these statistics. 

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/e91f1c47-55ff-443c-8c36-486e73e0100e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Adwords API is always returning me AWAITING_FILE status for Batchjob status

2017-10-13 Thread moha . said
Hi,

I'm trying to process some operations, and after making the request, 
adwords API is always returning me AWAITING_FILE status for the batchjob, 
and that is preventing me to progress my tasks and finish them. Is there 
any problem with adwords API?

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/ceeb3645-0353-48a6-80c2-ce4524979390%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error Handling in new Adwords API v201708

2017-10-13 Thread 'Jude Amagoh' via AdWords API Forum
Hi,

The AdWords API Client Library 
 provides 
examples of common error handling functions when detailing with partial 
failures 
. 
You can find a code example in PHP demonstrating how to handle partial 
failures here 

 . Let 
me know if you run into any issues. 

Best Regards,
Jude, 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/b2d41104-f154-4fb9-b3f0-859b45b3bdad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Issue with Metrics with KeywordsPerformanceReport

2017-10-13 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Cv, 

Using the AdWords API, you can use the CustomerSyncService 

 to 
get AdGroupChangeData 

 which 
will have the changedCriteria 

 containing 
the Ids of changed AdGroupCriterion for a given duration. Please note that 
this service only gives data that was changed in last 90 days. Also, this 
service will not differentiate if the AdGroupCriterion was added or 
modified. Here 

 is 
a sample if Java for the CustomerSyncService. There might not be any other 
means to identify the newly added keyword using the API. 

As an alternative, you could store the create timestamp along with the 
keyword id in your database every time you create a new keyword. With this, 
you should be able to find out the new keywords added in a given date 
range. 

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/d5eecf2f-b217-4dfc-87ab-d757020e298f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Creating Link ID for AdWords App Conversions and Remarketing API

2017-10-13 Thread Merve Çakır
Hi all,

Our company uses an in-house conversion tracking system that integrated 
with Legacy API. But we want to update our system by integrating AdWords 
App Conversions and Remarketing API. New API requires a Link ID, but the 
dropdown only contains a very specific set of providers (like Adjust, 
AppsFlyer).

How can we generate or apply for a Link ID?

https://developers.google.com/app-conversion-tracking
/api/request-response-specs.

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/4474d5e0-1c3f-4629-942e-ac186f3568ee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: BatchJobProcessingError.INTERNAL_ERROR

2017-10-13 Thread Vlad Gukasov
Hi,
i got BatchJobProcessingError.INTERNAL_ERROR recently. Batch Job id is 
581404827. I noticed that this problem occurs when I try to send more than 
one campaign at a time. Please help me.

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/f3c12cf7-d99d-4f33-a407-aa1542b2b7c6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: how can i get customer client id which is linked my MCC account using adwords api ????

2017-10-13 Thread MWA
Hi n,

When getting account under your manager accounts you don't need to add

->withClientCustomerId('xxx-xxx-xxx') // this is my manager 
account id

Try without it. use this function only when you want to access your 
customers data. currently you want to access your data, that's why it's not 
working.

On Saturday, August 19, 2017 at 2:40:12 PM UTC+5, n wrote:
>
> Hi, 
>
>   I have standard access but, I can't get AdWords report data 
> using my MCC account *customer_id*so, how I can get customer client 
> report using its *customer_id *AdWords API
>
>
>   when I use my MCC account customer_id I can't get data. and 
> when I use another production account customer_id gives same data for all 
> customer.
>
>  
>
>   I need different report for different customer *client_id*.  *I 
> want to create report same as report garden.*
>
> 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/364797a6-ff2a-41f5-a09a-0e1df4394449%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Cannot link Manager and customer account using mutateLink

2017-10-13 Thread MWA

Use this code:
$link = new ManagedCustomerLink();
$link->setManagerCustomerId($managerid);
$link->setClientCustomerId($customerid);
$link->setLinkStatus(LinkStatus::PENDING);

$linkop = new LinkOperation();
$linkop->setOperator(Operator::ADD);
$linkop->setOperand($link);

$operations = array($linkop);

$result = $managedCustomerService->mutateLink($operations);



On Tuesday, October 10, 2017 at 9:26:28 PM UTC+5, Amrender kumar wrote:
>
>
> Hi guys,
> In one of my projects, I am trying to link a Manager account with a 
> customer (My account) account but it throws following error:
> Fatal error: Uncaught exception 
> 'Google\AdsApi\AdWords\v201705\cm\ApiException' with message 
> '[ManagedCustomerServiceError.NOT_AUTHORIZED @ operations[0]]
>
> I have manager account id 9663159860 and customerId 6694378287. In the 
> first step, I am taking refresh token by following oauth2 steps and getting 
> the customer ID. After that, I am passing the customerID in 
> ManagedCustomerLink object but when I try to use mutateLink it throws the 
> above error. Here is the code below which I have used assuming I have 
> already set the refresh token of customer in ini file.
>
> public static function runExample(AdWordsServices $adWordsServices,
> AdWordsSession $session) {
> //$campaignService = $adWordsServices->get($session, 
> CampaignService::class);
> $managedCustomerService = $adWordsServices->get($session, 
> ManagedCustomerService::class);
>
> $customer = new ManagedCustomerLink();
> $customer->setManagerCustomerId("9663159860");
> $customer->setClientCustomerId("6694378287");
> $customer->setLinkStatus("PENDING");
>  
>
> // Create operation.
> $operation = new LinkOperation();
> $operation->setOperand($customer); 
> $operation->setOperator("ADD"); 
>
>  
> //$operation->OperationType = $OperationType;
>
> $operations = array($operation);
>
> echo '';
> print_r($operations);
>
> // Make the mutate request.
> $result = $managedCustomerService->mutateLink($operations);
>
> print_r($result);
> exit;
> }
>
> I would appreciate anyone's help as I am stuck for several hours here.
>
>
> Thanks,
> Amrender
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/35505b13-b5fb-43e6-a293-58e6821eefac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Error Handling in new Adwords API v201708

2017-10-13 Thread MWA
Hi,
Can anyone tell me how to handle errors on new Adwords API v201708?
Here is my code, I can not catch exception I've tried these possibilities.
My code is working fine but if there is an error I want to handle it.

Code:
$oAuth2Credential = (new OAuth2TokenBuilder())->fromFile()->build();

$session = (new 
AdWordsSessionBuilder())->fromFile()->withOAuth2Credential($oAuth2Credential)->enablePartialFailure()->build();

$adWordsServices=new AdWordsServices();

$managedCustomerService = $adWordsServices->get($session, 
ManagedCustomerService::class);

$link = new ManagedCustomerLink();
$link->setManagerCustomerId($managerid);
$link->setClientCustomerId($customerid);
$link->setLinkStatus(LinkStatus::PENDING);

$linkop = new LinkOperation();
$linkop->setOperator(Operator::ADD);
$linkop->setOperand($link);

$operations = array($linkop);

try{
$result = $managedCustomerService->mutateLink($operations);
}catch(AdwordsApiException $e){
print_r($e);
print_r($result->getPartialFailureErrors());

}catch(Exception $e){
print_r($e);
print_r($result->getPartialFailureErrors());

}catch(ApiException $e){
print_r($e);
print_r($result->getPartialFailureErrors());

}

Error:

*Fatal error*: Uncaught exception 
'Google\AdsApi\AdWords\v201708\cm\ApiException' with message 
'[ManagedCustomerServiceError.ALREADY_INVITED_BY_THIS_MANAGER @ 
operations[0]]' in 
/var/www/adwords_api/vendor/googleads/googleads-php-lib/src/Google/AdsApi/Common/Util/Reflection.php:39
 
Stack trace: #0 
/var/www/adwords_api/vendor/googleads/googleads-php-lib/src/Google/AdsApi/Common/Util/Reflection.php(39):
 
ReflectionClass->newInstanceArgs(Array) #1 
/var/www/adwords_api/vendor/googleads/googleads-php-lib/src/Google/AdsApi/Common/AdsSoapClient.php(165):
 
Google\AdsApi\Common\Util\Reflection->createInstance('Google\AdsApi\A...', 
'[ManagedCustome...') #2 
/var/www/adwords_api/vendor/googleads/googleads-php-lib/src/Google/AdsApi/Common/AdsSoapClient.php(130):
 
Google\AdsApi\Common\AdsSoapClient->parseApiExceptionFromSoapFault(Object(SoapFault))
 
#3 
/var/www/adwords_api/vendor/googleads/googleads-php-lib/src/Google/AdsApi/AdWords/v201708/mcm/ManagedCustomerService.php(185):
 
Google\AdsApi\Common\AdsSoapClient->__soapCall('mutateLink', Array in 
*/var/www/adwords_api/vendor/googleads/googleads-php-lib/src/Google/AdsApi/Common/Util/Reflection.php*
 
on line *39*



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/466b263c-747c-463f-9a91-38b01c865093%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Best practice for joining AdWords API placement data with AdWords ValueTrack placement data?

2017-10-13 Thread Jonathan Clarke
Thanks to you also for the swift diligent responses!

-- 
Jonathan Clarke

On 12 October 2017 at 5:19:27 PM, 'Nadine Sundquist (AdWords API Team)' via
AdWords API Forum (adwords-api@googlegroups.com) wrote:

Hello Jonathan,

Thank you for being so understanding and for phrasing your questions so
well. I've added this forum thread to the bug so that if any further
questions come up around your use case, that you can be contacted.

Cheers,
Nadine, AdWords API Team

On Thursday, October 12, 2017 at 4:43:15 PM UTC-4, Jonathan Clarke wrote:
>
> OK, that makes sense. The values in ValueTrack are often at odds with the
> API.
>
> Let me know if you'd like more info from us. A bug report perhaps? We've
> spent a lot of time on this and my partner and I would happily share
> account info examples with your team if you want. Just let me know…
>
> On Thursday, October 12, 2017 at 4:21:00 PM UTC-4, Nadine Sundquist
> (AdWords API Team) wrote:
>>
>> Hello Jonathan,
>>
>> I saw that you asked this question on Stack Overflow as well, and the
>> person there gave the best answer possible. There isn't a one to one
>> mapping.
>>
>> As for your question, was the API designed to support the ValueTrack
>> system? I don't believe so because the API existed before ValueTrack was
>> introduced. The current version of ValueTrack is fairly new. Even people
>> using the UI have a disconnect from ValueTrack as I've tried to help people
>> tie together ValueTrack and reporting values before with the same
>> disconnect. I don't have insight into the design decisions or the
>> development process for this particular feature, so I can't speak to the
>> exact history of how this came to be.
>>
>> I've talked to some people who have ended up turning to Google Analytics
>> and its API to tie their data together. That's why I recommend at least
>> taking a look at that route to see if it matches your use case. I really,
>> really wish I had a better, cleaner answer. I have a feature request open
>> already for mobile app reporting and ValueTrack to have an easier way of
>> matching because there are other ValueTrack parameters with the same issue.
>> I've added this particular use case to the issue. Having one more voice and
>> one more use case tends to help in trying to find an overall solution to
>> mind-bending issues like this one.
>>
>> Take care,
>> Nadine, AdWords API Team
>>
>> On Thursday, October 12, 2017 at 1:36:24 PM UTC-4, Jonathan Clarke wrote:
>>>
>>> OK, you've confirmed your API supports the UI, which is great. But is
>>> your API also designed to support the ValueTrack system?
>>>
>>> On Thursday, October 12, 2017 at 12:43:39 PM UTC-4, Nadine Sundquist
>>> (AdWords API Team) wrote:

 Hi Jonathan,

 I probably should have explained a little further. The fields that you
 see in the API also exist in the UI, which is why you can get help from
 general AdWords support as well. For example, the Placement report also
 maps to the UI. Our documentation has a section
 
  in
 our Mapping Report to the AdWords UI guide
 
 on how that mapping works. That means it's not just an API issue. It's more
 of a product issue because people would be struggling with the same kind of
 issue in the UI as well.

 Unfortunately, I don't have the answer to your focused question because
 there are so many caveats that aren't API specific. That's why I'm trying
 to direct you to other avenues that most likely would have the answer.

 Best,
 Nadine, AdWords API Team

 On Thursday, October 12, 2017 at 8:42:34 AM UTC-4, Jonathan Clarke
 wrote:
>
> Hi Nadine,
>
> Thanks for looking into this. I do feel our question is directly
> relevant to the AdWords API. We only want to map API data to ValueTrack
> data. Please allow me to re-phrase and focus the question:
>
> How do we map AdWords mobile app placement data from the API to
> ValueTrack?
>
> Best Regards,
> Jonathan Clarke
>
> On Wednesday, October 11, 2017 at 5:21:35 PM UTC-4, Nadine Sundquist
> (AdWords API Team) wrote:
>>
>> Hello Jonathan,
>>
>> I have a feeling that part of the differences are appearing because
>> of this:
>>
>>- The content site where your ad was clicked (for
>>keyword-targeted campaigns), or the matching placement targeting 
>> criteria
>>for the site where your ad was clicked (for placement-targeted 
>> campaigns).
>>
>> I've searched around for a clear-cut answer for your particular
>> situation, since I haven't bumped into this particular issue before, but 
>> I
>> can't seem to find the perfect solution. I'm looking at the problem 
>> you're
>> trying to 

Enabling auto-tagging for ManagedCustomer

2017-10-13 Thread Vladimir Tatarsky
Hi guys, is that feature planned? As now is seems to be only possible to be 
done manually. Or am I missing something? I'm using PHP api v201708
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/96a953f8-bbb2-4b50-8ef9-df8c720f287e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Issue with Metrics with KeywordsPerformanceReport

2017-10-13 Thread cv
Hello Sreelakshmi,

OK, So there is no other way to determine how many New keywords added by 
user in some daterange?




On Thursday, 12 October 2017 21:06:55 UTC+5:30, Sreelakshmi Sasidharan 
(AdWords API Team) wrote:
>
> Hi Cv, 
>
> You are right, keywords will get included in the Keywords Performance 
> Report irrespective of the creation date of the keyword. But the stats for 
> new keywords for an older date range will be all zeros. That said, you 
> could set the *includeZeroImpressions* to false in your request header 
> and that should exclude the new keywords from your report. Please note, it 
> will also exclude any keywords which were actually present during that date 
> range but has no stats to report. 
>
> 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/6a125d37-96aa-408f-94f2-6a095b0d2ea3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: rateScope

2017-10-13 Thread desk
Hello.

Okay. I think I'm starting to understand. However, please clarify.

I have basic access. My limit is 10,000 operations a day.

Every day I plan to add one unique advertising campaign to 100,000 
different Google AdWords Accounts.

I can not do it ? Because I will exceed my limit?

Regards,
Andrii

четверг, 12 октября 2017 г., 22:21:09 UTC+3 пользователь Bharani Cherukuri 
(AdWords API Team) написал:
>
> Hello, 
>
> There are various kinds of rate limits in AdWords API. The operational 
> limit 
> 
>  is 
> based on the access level of the developer token, and doesn't fluctuate.The 
> number of operations performed using your developer token will be counted 
> towards the daily quota associated with your developer token. 
>
> Other than the operational limit, all other rate limits may fluctuate. If 
> an application makes a high number of requests per second on a single 
> AdWords account, the AdWords API Server may return a RateExceededError for 
> exceeding rate limit within the Account scope. Rate limit across Account 
> rate scope is metered on all requests to a single AdWords account - no 
> matter which developer token was used to make the request. This rate limit 
> can fluctuate based on different variables, including server load.
>
> Thanks,
> Bharani, AdWords API Team
>
> On Wednesday, October 11, 2017 at 8:40:32 AM UTC-4, de...@ubc-corp.com 
> wrote:
>>
>> Hello.
>>
>> I'm reading this page - 
>> https://developers.google.com/adwords/api/docs/guides/rate-limits
>>
>> I have an application with basic access.
>>  
>> Other users give access to my application to their Google AdWords Account.
>>
>> My app loads ready-made ad campaigns to other users.
>>
>> My Question:
>>
>> Whose operations are spent when my application adds advertising campaigns 
>> to the Google AdWords account that belongs to my client? ACCOUNT or 
>> DEVELOPER 
>> ?
>>
>>
>>
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1582e64e-78d2-462f-a35d-f1ec0e8f3b2c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Update API version, now get permission denied trying to download reports

2017-10-13 Thread 'Peter Oliquino' via AdWords API Forum
Hi Andrew,

The error message you specified appears to indicate that you have not fully 
migrated to the latest AdWords API version and the new client library 
version, rather being an OAuth2 credentials issue. This being said, you may 
refer to our migration guide 
 to 
get familiar with the changes in the different services and reports 
included in the latest AdWords API version and apply further changes in 
your code if necessary. 

If you are still encountering other issues that you suspect are related to 
your OAuth2 credentials, you may send to me privately (via the *Reply 
privately to author* option) the generated SOAP request and response logs 
so I can further investigate.

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/a38836ba-be34-4e3d-aa6f-5f74f4a1145e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: SET the campaign GeoTargetTypeSetting only works first time

2017-10-13 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Luis,

It is weird that you were able to successfully update on your first 
instance on the GeoTargetTypeSetting 

 of 
your campaign. Based on your code snippet, you are setting the 
negativeGeoTargetType 

 to 
"AREA_OF_INTEREST" which is not a valid value for this field.

So I can further check if your request is really successful or not, could 
you provide your SOAP request and response logs? If you haven't enabled the 
SOAP logs yet, you can enable it by following the "How do I log SOAP 
interactions?" section of this document 

.

Kindly use the *Reply privately to author* option when replying.

Thanks,
Vincent
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/3d7d0fb0-987b-40b1-8a4f-b83f26f3ab32%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: SET the campaign GeoTargetTypeSetting only works first time

2017-10-13 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Luis,

It is weird that you were able to successfully update on your first 
instance on the GeoTargetTypeSetting 

 of 
your campaign. Based on your code snippet, you are setting the 
negativeGeoTargetType 

 to 
"AREA_OF_INTEREST" which is not a valid value for this field.

So I can further check if your request is really successful or not, could 
you provide your SOAP request and response logs? If you haven't enabled the 
SOAP logs yet, you can enable it by following the "How do I log SOAP 
interactions?" section of this document 

.

Kindly use the *Reply privately to author* option when replying.
[image: Joyce Fernandez Lava (jl...@google.com)]

Thanks,
Vincent
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/20bf66c5-191e-4f9d-9af3-65e8fece1c44%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: One whole English County missing from API Location

2017-10-13 Thread 'Peter Oliquino' via AdWords API Forum
Hi David,

Using the LookUpLocation 

 example 
in the client library and by specifying the locations you mentioned in the 
LocationName 

 field, 
I was able to retrieve location criteria information for each and every one 
of them. Could you try it out and confirm if you were able to see them as 
well and if the results are what you are looking for?

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/08f6d65a-8142-49ef-9c0b-94c8367d51e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Search Query Performance Report for ALL TIME returns i.e. 20k impressions while customer has 400k impressions

2017-10-13 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Olexandr,

Could you provide your clientCustomerId as well as your UI report 
screenshot? If possible, please highlight what specific results has 
discrepancy in the number of impressions. Kindly use the *Reply privately 
to author* option when replying.

Thanks,
Vincent
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/4d17de19-4585-402d-97fe-611f13557697%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: CURL + SOAP GETING CAMPAINGS

2017-10-13 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi,

Since you are not using one of our client libraries, could you confirm if 
you have followed this guide 

 for 
an API call using cURL? Also, based on the guide, it seems that your 
$authurl value is incorrect. It is supposed to be URL of the service 
itself, not the URL of the service WSDL.

For v201708, this is the correct value for your $authurl variable 
: https://adwords.google.com/api/adwords/cm/v201708/CampaignService

Kindly try this first and let me know if the issue persists.

Note: I deleted your post as it contains your private information. In the 
future, please do not post publicly your private information. You can refer 
to this guide 
 before 
posting.

Thanks,
Vincent
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/d59dcf78-da8e-4622-9b33-35b704912291%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.