Hi,
Thank you for your reply. But which is not the actual solution we need.
What we are trying here is that:
1. We have the Adwords App registered in the Developer Console.
2. We are using the clientSecret, clientId and redirectURI from this app.
3. In our application, othe
Hi,
My Adwords project is authorized for 3 MCC Accounts and I am having
3 refresh token for each. While I am trying to get accounts under them, I
am getting [AuthorizationError.USER_PERMISSION_DENIED @ ;
trigger:''] error for two of them . The other one I have been
using for
Hi,
Thank you in advance.
I am trying to get reports using
https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report
While Downloading the report using API . for DayOfWay, I am getting
unexpected values like 123.0",057.0",593.0",067.0",165.0".
May I know the
Hi.
I have been downloading reports for certain accounts in an MCC account.
I am using PHP library. While downloading reports , an exception raised
Report download failed. Underlying errors are Type =
'AuthorizationError.USER_PERMISSION_DENIED', Trigger = '', FieldPath
= ''. and proces
Hi Anash,
Thank you for the reply and it was very helpful.
Murali
On Saturday, August 2, 2014 1:47:04 AM UTC+5:30, Josh Radcliff (AdWords API
Team) wrote:
>
> Hi,
>
> One quick note - you will have to run the report for each AdWords account
> individually. You cannot run the PLACEHOLDER_FEED_
Hi Anash,
Thank you for the reply. There was a mistake I have done. I didn't set
customer id .
After setting customer id with $user->SetClientCustomerId($accountId);
I am getting my adgroups.
Thank you
Murali.
On Friday, August 8, 2014 7:26:23 PM UTC+5:30, Anash P. Oommen (AdWords API
T
Sorry there is some mistake in code i have given
I was calling the GetAdGroupsExample function like
$campaignIds = array($campaignIs1,$campaignIs2,$campaignIs3) ;
$groupIds = GetAdGroupsExample ($user, $campaignIds) ;
Predicate I have given was
$select
Hi,
I have tried to get ad groups under a group of campaigns . I am
using PHP client library . My code was
$campainIds = array();
$groupIds = GetAdGroups($user, $campaignIds) ;
function GetAdGroupsExample(AdWordsUser $user, $campaignIds) {
$adGro
Hi
I have a MCC account
I want to get all accounts , campaigns, adgroups , ads , keywords and
sitelinks under my MCC accounts
I am able to get all other than sitelinks.
Which service can I use to get sitelinks and how to do it with PHP client
library ?
Thank you in Advance
Murali
--
--