Oauth2.0 'approval_prompt' => 'force' is not working as expected

2016-10-17 Thread cv
Hello All,


The 'approval_prompt' => 'force' argument with oauth callback url is not 
working as expected.
If I pass the 'approval_prompt' => 'force', it is not asking user to 
authorise app forcefully If I had login with already authorized adwords 
account.

Also It is not returning refresh_token with $user->GetOAuth2Info() under 
below code.

$OAuth2Handler = $user->GetOAuth2Handler();
$user->SetOAuth2Info($OAuth2Handler->GetAccessToken($user->GetOAuth2Info(), 
$code, $redirectUri));
$user->GetOAuth2Info();

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/b3691f07-f51f-454b-ab07-0041ad4f8494%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Cannot select a combination of ConversionTrackerId and ActiveViewCpm

2016-10-17 Thread Ronak Shah
Hello Adwords API Team,

I just migrated my application to v201605 and I am trying to fetch the 
KEYWORDS_PERFORMANCE_REPORT with following fields :-

"AdGroupId",
"AdGroupName",
"CampaignId",
"CampaignName",
"ConversionTrackerId",
"ConversionTypeName",
"ConvertedClicks",
"Conversions",
"ConversionValue"

but this is getting failed and error message says that *"Cannot select a 
combination of ConversionTrackerId and ActiveViewCpm" *this is weird As you 
can see above that *ActiveViewCpm* field is not in the fields list, this 
issue is coming using v201605 only but if I change back to v201603 it would 
work fine.

Anyone Please check this issue  this is critical and we cannot migrate to 
v201605 unless its fixed.

Thanks,
Ronak Shah

 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/bc69d8d2-7ebc-4db9-9858-31e87a7358af%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Getting an audience attached to an adgroup as open but it is not present when seen from UI

2016-10-17 Thread himanshu bansal

  Hi,

  Do we have any updates on this issue?

  Regards,
  Himanshu


On Monday, 3 October 2016 14:40:29 UTC+5:30, Peter Oliquino wrote:
>
> Hi Himanshu,
>
> Could you provide more information such as the SOAP request and response, 
> and the screenshot from the AdWords UI where you are unable to see the 
> audience? This will help me investigate the issue further. Kindly reply 
> using *Reply privately to author*.
>
> Cheers,
> 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/1a0bfa15-1cb1-4b15-848e-7a12f2329252%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Oauth2.0 directly generating access token once already allowed access

2016-10-17 Thread 'Anash P. Oommen (AdWords API Team)' via AdWords API Forum
Hi,

This thread is more than three years old, could you kindly open a new 
thread?

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Saturday, October 15, 2016 at 1:21:29 PM UTC-4, cv wrote:
>
> Hello,
>
> Again started to facing the issue after passing 'approval_prompt' => 
> 'force''.
>
> The 'approval_prompt' => 'force' is not working as expected.
> If I pass the 'approval_prompt' => 'force', it is not asking user to 
> authorize app forcefully If I had login with already authorized adwords 
> account.
>
> Also It is not returning refresh_token with $user->GetOAuth2Info() under 
> below code.
>
> $OAuth2Handler = $user->GetOAuth2Handler();
>
> $user->SetOAuth2Info($OAuth2Handler->GetAccessToken($user->GetOAuth2Info(), 
> $code, $redirectUri));
> $user->GetOAuth2Info();
>
> Thanks,
>
> On Monday, 15 July 2013 14:26:29 UTC+5:30, Chirag wrote:
>>
>> Hello Anash,
>>
>> Thanks, Issue filed.
>> Please see the link.
>>
>> https://code.google.com/p/google-api-adwords-php/issues/detail?id=102
>>
>> Thanks,
>> Chirag
>>
>> On Monday, July 15, 2013 12:20:26 PM UTC+5:30, Anash P. Oommen (AdWords 
>> API Team) wrote:
>>>
>>> Hi Chirag,
>>>
>>> Could you kindly file an issue under 
>>> https://code.google.com/p/google-api-adwords-php/issues/list if that 
>>> feature is not supported? I'll ask the PHP library maintainers to follow up 
>>> with you over the issue tracker.
>>>
>>> Cheers,
>>> Anash
>>>
>>> On Monday, July 15, 2013 11:25:15 AM UTC+5:30, Chirag wrote:

 Hi Anash,

 Thanks for your reply. 
 But how i can take care this with PHP Client library. I think there is 
 no scope for this under v201306.



 On Monday, June 10, 2013 2:52:49 PM UTC+5:30, Anash P. Oommen (AdWords 
 API Team) wrote:
>
> Hi Chirag,
>
> If you want to force users to be authenticated, then you can build 
> your OAuth2 request with approval_prompt: force. See 
> https://developers.google.com/accounts/docs/OAuth2WebServer for 
> details.
>
> Cheers,
> Anash P. Oommen,
> AdWords API Advisor.
>
> On Thursday, June 6, 2013 12:16:28 PM UTC+5:30, Chirag wrote:
>>
>> Hi David,
>>
>> As you said 
>>
>> Later on if the user wants to grant you permissions to a different 
>> AdWords account (a different clientCustomerId) then he will need to 
>> logout 
>> and log back in with the credentials of his other AdWords account, but 
>> the 
>> OAuth2 client ID remains the same because this ID identifies your 
>> application and not the user AdWords account. 
>>
>> - In this case if user is forgot to logout and he tries to 
>> authenticate the application, than it directly giving refresh token 
>> without 
>> asking user for permission to allow as user has already allowed 
>> previously. 
>> My question is that only why user is not redirected to grant permission 
>> page.
>>
>> Thanks,
>>
>> Chirag
>>
>> On Thursday, May 16, 2013 9:48:41 PM UTC+5:30, David Torres (AdWords 
>> API Team) wrote:
>>>
>>> Hi Chirag,
>>>
>>> I think the problem comes from a misunderstanding of the term client 
>>> ID. OAuth2 client ID is not the same of the AdWords clientCustomerId, 
>>> the 
>>> OAuth2 client ID which you get through the API Console identifies your 
>>> application, while the clientCustomerId identifies the AdWords account 
>>> you 
>>> want to access. So requesting access to the AdWords account (access 
>>> token 
>>> and refresh token) requires you pass the OAuth2 client ID that 
>>> identifies 
>>> your application and tells the user that your application wants to 
>>> access 
>>> his account, at that point the user needs to login using his AdWords 
>>> credentials so the generated access and refresh tokens are granting 
>>> permissions to the right AdWords account. Later on if the user wants to 
>>> grant you permissions to a different AdWords account (a different 
>>> clientCustomerId) then he will need to logout and log back in with the 
>>> credentials of his other AdWords account, but the OAuth2 client ID 
>>> remains 
>>> the same because this ID identifies your application and not the user 
>>> AdWords account. That is because we recommend you use MCCs to access 
>>> multiple AdWords accounts, so the user just grants you access to his 
>>> MCC 
>>> account - once - and then you'll have access to all his linked client 
>>> AdWords accounts.
>>>
>>> I hope this clarifies the workflow of OAuth2. Let me know if I'm 
>>> missing something.
>>>
>>> Best,
>>>
>>> - David
>>>
>>> On Sunday, May 12, 2013 2:54:23 AM UTC-7, Chirag wrote:

 Hello David,

 I am using PHP Client Library.

 Here is more details.

 Let's assume i have one adwords mcc account

Re: Campaign Drafts performance report

2016-10-17 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Max,

Since draft campaigns don't serve ads, they will not appear in reports. You 
can use CampaignService 

 to 
get the details of a draft campaign. You can add a predicate to filter 
where CampaignTrialType 

 is 
"DRAFT" so that only draft campaigns are returned in the response. When you 
create a trial campaign from your draft campaign or promote the draft 
campaign, this new campaign's performance statistics will be available in 
API reports. This guide 

 provides 
more details on reporting draft and trial campaigns. 

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/8896973b-d769-43ae-98a9-4a8086b5bddb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Optional Path fields in Expanded Text Ads and CSV Reports

2016-10-17 Thread 'Anash P. Oommen (AdWords API Team)' via AdWords API Forum
Hi Dorian,

Thanks for reporting, I'll ask the reporting team to take a look.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Monday, October 17, 2016 at 12:51:38 PM UTC-4, Dorian Kind wrote:
>
> Hi,
>
> I just noticed that with ETAs, the path1 and path2 fields are optional—you 
> can create an ad without either of these two fields set. This is in 
> contrast to the previously used text ads, where every field is required.
>
> This has an interesting effect, as the CSV reports show unset path fields 
> as " --" (a space and two hyphens)—but you can also set either path field 
> to consist of two hyphens, which also causes the field in the report to 
> show a space and two hyphens.
>
> This means that theoretically, you can't tell from a CSV report whether a 
> path field of an expanded text ad is really empty or has been set as "--". 
> Here's an actual CSV report from a test account:
>
> Path 1,Path 2,Headline 1,Headline 2,Description
>  --, --,Headline 1,Headline 2,Empty path fields.
>  --, --,Headline 1,Headline 2,"Path fields set to ""--""."
> Total, --, --, --, --
>
> Now I freely admit that this is a contrived scenario, but I wonder whether 
> it would be possible to leave the field empty instead of using " --".
>
> Seeing as " --" usually means "Not applicable" in the CSV reports (it's 
> mainly used if a metric doesn't have a meaningful aggregate in the totals 
> line, for example), I feel a clear distinction would be helpful.
>
> Any thoughts on this matter?
>
> Best regards,
> Dorian
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/38986426-ac57-4385-8583-e7c869149f0a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: API Acces Level - read only

2016-10-17 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi,

To access an AdWords account's data via the API, you need two things: a 
developer 
token 

 (associated 
with a manager account) and valid OAuth credentials 

 (associated 
with the target AdWords account or the manager account of the target 
AdWords account). 

Access levels related to a developer token define the limits on your 
account (such as test vs production accounts and the number of operations 
that you can perform with your token). When a user creates a new developer 
token, the default access level is Test Access 
,
 
which means that the user would be able access test accounts 

 only. 
 When a user submits an application for Basic Access 

 (using this form ), and 
the application is approved, the user is able to access production AdWords 
accounts with a limit of 10,000 operations per day (complete rate sheet can 
be found here ). 
Standard 
Access 
 
accounts 
on the other hand, have no such limit. 

OAuth credentials, however, can be used to control data access to a user on 
a particular account. To grant a user read-only access, you can add a new 
user to your AdWords account using this guide 
 with read-only 
permissions. When the user uses this email address to create OAuth 
credentials for the API, they will have read-only access to the API by 
default.

Hope this helps. If you have additional questions, please feel free to 
revert. 

Regards,
Vishal Vinayak, 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/108c219d-1bb8-44c7-924a-bb6895e3c3b0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Campaign Drafts performance report

2016-10-17 Thread Max Popov
Hello!
Is it possible to include campaign drafts data to geo performance report? 
Or is there any way to get draft's cost via api?

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

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


Optional Path fields in Expanded Text Ads and CSV Reports

2016-10-17 Thread Dorian Kind
Hi,

I just noticed that with ETAs, the path1 and path2 fields are optional—you 
can create an ad without either of these two fields set. This is in 
contrast to the previously used text ads, where every field is required.

This has an interesting effect, as the CSV reports show unset path fields 
as " --" (a space and two hyphens)—but you can also set either path field 
to consist of two hyphens, which also causes the field in the report to 
show a space and two hyphens.

This means that theoretically, you can't tell from a CSV report whether a 
path field of an expanded text ad is really empty or has been set as "--". 
Here's an actual CSV report from a test account:

Path 1,Path 2,Headline 1,Headline 2,Description
 --, --,Headline 1,Headline 2,Empty path fields.
 --, --,Headline 1,Headline 2,"Path fields set to ""--""."
Total, --, --, --, --

Now I freely admit that this is a contrived scenario, but I wonder whether 
it would be possible to leave the field empty instead of using " --".

Seeing as " --" usually means "Not applicable" in the CSV reports (it's 
mainly used if a metric doesn't have a meaningful aggregate in the totals 
line, for example), I feel a clear distinction would be helpful.

Any thoughts on this matter?

Best regards,
Dorian

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/dd04d086-a9d6-4ba6-bcd3-b5b152fe8ba4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


API Acces Level - read only

2016-10-17 Thread Guelsah Mama
Hi

Which is the current access level for giving API Access.
Is it possible ti give on "read -only"-level an API access?

Thank you!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/30a408c0-ab9a-48c5-a0cc-8380175033f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get campaigns targeted location group using api

2016-10-17 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Sachin,

I see that one of my colleague provided a sample request and response to 
demonstrate how to get the details of a location group campaign criterion 
on this forum post 
. Did 
that help in getting the IncomeOperand 

 details? 

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/cecb9e30-7d3a-4a72-aa0a-c3ddf7d0b781%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: API Access: Basic Access

2016-10-17 Thread 'Anthony Madrigal' via AdWords API Forum
Hi,

This issue seems better suited for the Compliance Team to handle. You can 
reach out to their team by filling out this form 
.

Regards,
Anthony
AdWords API Team

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

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


API Access: Basic Access

2016-10-17 Thread biconnection

Hi,

I already have a developer token setup for my company against my personal 
email (on company domain), but now as per company policies we would need to 
have a common email address setup and use it as manager account and gain 
developer token against that MCC. 

For the developer token setup with basic access for second account I have 
to now go through tedious application form which requires me to provide 
design documentation as well.
Can somebody guide me through the process for an easy setup please.

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/37d68293-6586-4c76-9f8f-f7b20980ea7e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.