Report not working properly

2018-12-07 Thread vaghela chirag
If I run the getCmapaigns.php file it's run perfect and get My campaigns But when I have run the report fetch the different campaign. How can I solve this issue? Customer ID are same in both.(add campaign and report). -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: HeadlinePart3 missing in Ad Performance Report? And confusing Descriptions

2018-12-07 Thread Jason Lowry
Here's the response from the AdWords Scripts team: With regards to your question about the '*ExpandedTextAdDescription2*' and the '*ExpandedTextAdHeadlinePart3*', the current API version that the Google Ads Scripts report is using is *v201806* so I am afraid that the said fields are not yet

Is there an API for realtime ingestion of Adwords data or incremental ingestion.

2018-12-07 Thread ds5datateam
Hi, Does google provide apis for realtime or incremental ingestion of Adwords data. Right now the granularity of data ingestion is on day basis. Is there a way to ingest these ad details on incremental or realtime basis. Regards, Mohan -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Placement added as Observations

2018-12-07 Thread carlos . salvador
Hia, We are trying to add some Placements when creating a campaign via Php Api. foreach ($adGroupAdwordsIds as $adGroupAdwordsId) { // Placements $placement = new Placement(); $placement->setUrl($url); $criteria[] = $placement; $placementCriterion = new

Adwords Api add Placement

2018-12-07 Thread carlos . salvador
Where are using php's adwords api in order to create and manage campaigns. We can add some placements, foreach ($adGroupAdwordsIds as $adGroupAdwordsId) { // Placements $placement = new Placement(); $placement->setUrl($url); $criteria[] = $placement; $placementCriterion =

Re: CUSTOMER_NOT_WHITELISTED_FOR_API Ads customer + MCC on the same account

2018-12-07 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Yana, Could you reply back with both the client customer ids and also SOAP request and response which shows the error? You may opt to *reply privately to author*. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: HeadlinePart3 missing in Ad Performance Report? And confusing Descriptions

2018-12-07 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Jason, The field has been added in both AdWords API and AdWords Scripts. If you're using AdWords Scripts, you may post your concern on their forum here . They will be able to take a look and assist you on this. Thanks,

Re: CUSTOMER_NOT_WHITELISTED_FOR_API Ads customer + MCC on the same account

2018-12-07 Thread Yana Sergeeva
[image: adwords.png] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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

Re: Get Images that is associate with Ads (Respnsive Ad, Responsive Display Ad, Or any other ad)

2018-12-07 Thread cv
Hello Dannison, The MediaService.get() retrieves all Media associated in your account. *Ok,* But those media do not

Re: Get Images that is associate with Ads (Respnsive Ad, Responsive Display Ad, Or any other ad)

2018-12-07 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Could you provide the complete SOAP request and response logs that were generated when you executed the services? You may provide these using the *Reply privately to author* option. The MediaService.get()

Re: Can't delete users using v201806's AdwordsUserListService

2018-12-07 Thread Pablo D.
Hi Dannison, It seems it was a permissions issue. I was trying to perform actions on a shared user list, using the clientCustomerId that wasn't the owner of those lists. Thank you! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: