Re: not able to access one of the google accounts data in super-metrics

2019-11-10 Thread Sanket Yadav Patil
Hi team,

Any update. Kindly let me know what issue is due to?

Thanks,
Sanket

On Sat, Nov 9, 2019 at 12:46 PM Sanket Yadav Patil <
sanket.pa...@blackbuck.com> wrote:

> Hi Mitchell,
>
> Thanks for the update. Yes, my both accounts are linked to the same
> manager account. Supermetrics is automation tool for marketing metrics and
> analysis and yes i do require API access to be enabled. Let me know how can
> i enable it and solve the problem.
>
> Thanks,
> Sanket
>
> On Sat, Nov 9, 2019 at 1:41 AM Google Ads API Forum Advisor Prod <
> adsapiforumadvi...@gmail.com> wrote:
>
>> Hi Sanket,
>>
>>
>>
>> Thank you for reaching out. Do both of your accounts have the same
>> manager account? It looks like the manager account for the account you
>> provided (280-805-1655) only has Test Access on their developer token so
>> you will be unable to make API calls with this account. I'm unfamiliar with
>> Supermetrics but if it requires you to have API access, this could be the
>> reason it isn't working as expected.
>>
>>
>>
>> Regards,
>>
>> Mitchell
>>
>> Google Ads API Team
>>
>>
>> ref:_00D1U1174p._5001UMWgYc:ref
>>
>

-- 
** 

**Disclaimer & Confidentiality:**_Contents of this e-mail & its 
attachments are confidential and intended only for the addressees named in 
it. The contents of this email or its attachments should not be disclosed 
to or copied in any manner in part or full or distributed by anyone other 
than the intended addressee/s except so authorized and permitted by the 
sender. Any views or opinions expressed are solely those of the sender and 
do not necessarily represent those of the company, unless otherwise stated 
specifically. Company neither accepts legal responsibility for the contents 
of this e-mail nor be responsible for any alteration made to it after it 
was sent by the original sender. The recipients are requested to conduct a 
virus check before opening any attachment as the company does not accept 
liability for any damage caused as a result of any software viruses. If you 
are not the intended recipient or if you have received this communication 
in error, please notify us immediately by responding to this email and 
delete it from your system. _**

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CA%2BJ7GsefB2aiO6Y5zBk89VSM_ns5T2L%2BQ%2BCyPrq9VCSNGcDWCA%40mail.gmail.com.


How to get active account budget?

2019-11-10 Thread min jia
Hi Team,

As  google-ads api document showes,   account_budget.status 
 is 
in range of ENUM

 [ 
 APPROVED
CANCELLED
PENDING
UNKNOWN
UNSPECIFIED  ]

And now I want to get the "active one" budget as backend UI showed : 


[image: gg1024.png]

as attachment gg1024.png showed.



How can I do a filter query in QAQL to make it work.


Thansks.





-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/cbc8a0d3-2bd9-4ea8-b459-abe48bec7e74%40googlegroups.com.


Permission denied after changing von AdWords API (Test) to Ads API (Test)

2019-11-10 Thread Benni S.
I managed to get test access to the Google AdWords API (described here: 
https://github.com/googleads/googleads-php-lib 
)
 
by setting up

   - an Ads Manager Account with a developer token (test)
   - a Test Ads Manager Account (with the red label "Test")
   - a Test Client Account (with the red labale "Test")


After Setting Up OAUTH credentials and downloading 
adwords-examples-41.0.0.tar.gz, I was able to make a test call 
"GetCampaigns" via terminal. When I set up the laravel project, that was 
included in the above download, I got noticed that the above approach is 
deprecated.

Thus, I followed this approach to use the updated library: 
https://github.com/googleads/google-ads-php/blob/master/README.md 



After I run 
php examples/BasicOperations/GetCampaigns.php --customerId XYZXYZXYZX

I get the following: Do I need to completely start over and discard my 3 
test accounts?

ApiException was thrown with message '{
"message": "The caller does not have permission",
"code": 7,
"status": "PERMISSION_DENIED",
"details": [
{
"@type": 0,
"data": "type.googleapis.com
\/google.ads.googleads.v2.errors.GoogleAdsFailure"
},
{
"@type": 0,
"data": [
{
"errorCode": {
"authorizationError": "USER_PERMISSION_DENIED"
},
"message": "User doesn't have permission to access 
customer. Note: If you're accessing a client customer, the manager's 
customer id must be set in the 'login-customer-id' header. See https:\/\/
developers.google.com
\/google-ads\/api\/docs\/concepts\/call-structure#login-customer-id"
}
]
}
]
}'.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/72a59a1d-3039-41bf-b664-92409d2a6ff7%40googlegroups.com.


API Autocorrects keywords

2019-11-10 Thread Aviv Oron
Hey, 

When using the feature of adwords "keyword planner" (
https://ads.google.com/aw/keywordplanner/home) and look for example for the 
keyword "plumb*er* jobs" and then go to "historical metrics", the search 
volume showed there is for the keyword "plumb*ing* jobs".

When using the API with the TargetingIdeaService, using "STATS" mode, the 
search volume that returned for "plumb*er *jobs" is the same as what I saw 
in the web version for "plumb*ing *jobs".
So it looks like the API also return a search volume for an auto corrected 
keyword, without telling the user.

Is there anyway to figure out, using the API, that the keyword got 
auto-corrected/changed? 

Thanks,

Aviv

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c6c9f3e5-56ef-4b76-8095-3bbc207d7dce%40googlegroups.com.